Skip to content

Commit 641a1fb

Browse files
authored
v0.29.0
1 parent a74151e commit 641a1fb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.29.0] - 2024-03-15
10+
### Added
11+
- Rewrite `Model::class` merge `MyModel::class` and `MyCRUD::class`, adding without deprecated/removing (yet).
12+
- Added `Collection::pluck()` pluck collection with key.
13+
- Added `MyPdo::logs` to get query logs and time execution.
14+
15+
### Changed
16+
- Change stub file for `Model::class` default using `Model::class`.
17+
18+
### Removed
19+
- Removed stub for `MyCrud::class` aka `Model` and `MyModel::class` aka `Models`.
20+
21+
922
## [0.28.0] - 2024-02-11
1023
### Changed
1124
- Changed Tempaltor required dolar sign to declare variable (name, each, set and if).

0 commit comments

Comments
 (0)