Skip to content

Commit 210fff0

Browse files
committed
Update CHANGELOG.md
1 parent 87e8227 commit 210fff0

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,30 @@ The format is based on [Keep a Changelog][], and this project adheres to
1212
[Keep a Changelog]: https://keepachangelog.com/en/1.1.0/
1313
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
1414

15+
## [v0.21.39] - 2024-02-12
16+
17+
### Added
18+
19+
- Add collection methods `only()`, `onlyIn()`, `except()`, `exceptIn()`
20+
- Add `Curler::getPublicHeaders()`
21+
- Add `Get::count()`
22+
23+
### Changed
24+
25+
- **Move `$count` / `$from` / `$to` to the start of `Inflect::format*()` method signatures**
26+
- In `Inflect::format()` and `Inflect::formatWithSingularZero()`, allow `$count` to be an array, `Countable`, `Arrayable` or `Traversable`, not just an `int`
27+
28+
## [v0.21.38] - 2024-02-12
29+
30+
### Changed
31+
32+
- Move `Facade` and related interfaces and traits to `Salient\Core`
33+
- Rename `IReadable` and `IWritable` to `Readable` and `Writable` and move to `Salient\Core\Contract`
34+
- Rename `Readable::getReadable()` to `getReadableProperties()`
35+
- Rename `Writable::getWritable()` to `getWritableProperties()`
36+
- Rename `TReadable` and `TWritable` to `HasReadableProperties` and `HasWritableProperties` and move to `Salient\Core\Concern`
37+
- Rename `TFullyReadable` and `TFullyWritable` to `ReadsProtectedProperties` and `WritesProtectedProperties` and move to `Salient\Core\Concern`
38+
1539
## [v0.21.37] - 2024-02-07
1640

1741
### Added
@@ -1661,6 +1685,8 @@ The format is based on [Keep a Changelog][], and this project adheres to
16611685

16621686
- Allow `CliOption` value names to contain arbitrary characters
16631687

1688+
[v0.21.39]: https://github.com/lkrms/php-util/compare/v0.21.38...v0.21.39
1689+
[v0.21.38]: https://github.com/lkrms/php-util/compare/v0.21.37...v0.21.38
16641690
[v0.21.37]: https://github.com/lkrms/php-util/compare/v0.21.36...v0.21.37
16651691
[v0.21.36]: https://github.com/lkrms/php-util/compare/v0.21.35...v0.21.36
16661692
[v0.21.35]: https://github.com/lkrms/php-util/compare/v0.21.34...v0.21.35

0 commit comments

Comments
 (0)