You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**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
+
15
39
## [v0.21.37] - 2024-02-07
16
40
17
41
### Added
@@ -1661,6 +1685,8 @@ The format is based on [Keep a Changelog][], and this project adheres to
1661
1685
1662
1686
- Allow `CliOption` value names to contain arbitrary characters
0 commit comments