-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecated methods Add additional set tests
- Loading branch information
1 parent
bf21c6c
commit df5970a
Showing
116 changed files
with
604 additions
and
969 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
|
||
## Important Changes in 5.X series | ||
|
||
### Re-namespaced | ||
|
||
`Somnambulist\Collection` is now `Somnambulist\Components\Collection`. This is a change being | ||
made to all the `somnambulist/*` packages. | ||
|
||
### PHP 8 Compatibility | ||
|
||
The 5.X series properly supports PHP 8 and makes use of PHP 8 features such as the static return | ||
type, union types and the mixed return type. | ||
|
||
PHP 8 is now required to use this library. | ||
|
||
### Removal of all 4.X deprecated features | ||
|
||
All features previously marked as deprecated in the 4.X series have been removed. This includes: | ||
|
||
* `sortUsing()` | ||
* `sortUsingWithKeys()` | ||
* `sortByValue()` | ||
* `sortByValueReversed()` | ||
* `sortByKey()` | ||
* `sortByKeyReversed()` | ||
|
||
### Miscellaneous Changes | ||
|
||
* Keys are typed to `int|string` across the board instead of inferred mixed/string | ||
* `GetWithDotNotation::get()` no longer supports `null` for all values; use `all()` instead |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.