Releases: TheDragonCode/size-sorter
Releases · TheDragonCode/size-sorter
2.0.1
Changed
- Changed location of test files for groups by @andrey-helldar in #46
Fixed
- Fixed a bug with sorting empty collection with
illuminate/collections11.x by @andrey-helldar in #47
2.0.0
Added
- Added Volume Group by @andrey-helldar in #45
- Added
archtechx/enums1.0 support by @andrey-helldar in #24 - Added
composer testconsole command by @andrey-helldar in #29 - Added validation for group sorting list by @andrey-helldar in #36
Changed
- Bump codestyler by @andrey-helldar in #26
- Exclude
playground.phpfrom repository by @andrey-helldar in #25 - Migrate test to Pest. Again 😅 by @andrey-helldar in #43
- Migrate test to Pest. Part IV by @andrey-helldar in #44
- Removed useless code by @andrey-helldar in #42
- Rename
DragonCode\SizeSorter\SorterwithDragonCode\SizeSorter\SizeSorterby @andrey-helldar in #35 - Replace PHPUnit tests with Pest by @andrey-helldar in #30
- Replacing a static class with fluent methods by @andrey-helldar in #33
- The code has been rewritten from scratch by @andrey-helldar in #38
Removed
- Drop PHP 8.1 support by @andrey-helldar in #27
- Drop
archtechx/enums0.3 version support by @andrey-helldar in #28 - Drop old PHPUnit versions support by @andrey-helldar in #32
- Drop the
dragon-code/supportpackage by @andrey-helldar in #39 - Dropping support for compatibility with older versions of Laravel (8-10) by @andrey-helldar in #40
- Removed sorter manager by @andrey-helldar in #37
Fixed
- Fixed code-style checker by @andrey-helldar in #41
- Fixed method name after upgrading by @andrey-helldar in #34
- Revert "Replace PHPUnit tests with Pest" by @andrey-helldar in #31
1.6.0
Added
- Added Laravel 12 support by @andrey-helldar in #23
Changed
- The year in the LICENSE file has been updated by @github-actions[bot] in #22
1.5.0
Added
- Added Laravel 11 support by @andrey-helldar in #20
v1.4.0
Added
- Added the ability to pass any iterable object by @andrey-helldar in #12, #14
- Added tests for Laravel 10 by @andrey-helldar in #11
Fixed
- Fixed Laravel models compatibility by @andrey-helldar in #9
- Fixed dependency visibility by @andrey-helldar in #10
Full Changelog: v1.3.0...v1.4.0
v1.3.0
v1.2.0
Changed
- Added check for different types of values and nesting by @andrey-helldar in #7
Full Changelog: v1.1.2...v1.2.0
v1.1.2
Fixed
- Fixed
Str::of(): Argument #1 ($value) must be of type ?string, int givenby @andrey-helldar in #6
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.1.0
Added
- Added the ability to change the sort order of logical groups by @andrey-helldar in #4
Changed
- Refactoring app by @andrey-helldar in #1
- Refactored to statically methods (~7ms saved) by @andrey-helldar in #3
Full Changelog: v1.0.0...v1.1.0