We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9edd00f commit e27d7abCopy full SHA for e27d7ab
CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.22.1] - 2023-09-01
10
+### Fixed
11
+- Removed `MyCRUD::read()` limit causing no result when fetching database.
12
+- Change return type from `self` to `$this` to make child can access chain from parent.
13
+
14
## [0.22.0] - 2023-08-18
15
### Added
16
- Added method `Collection::push` to add item in collection without using key.
0 commit comments