2.0.0
Drop support for PHP <= 8.2
Added
- Class
Ghostwriter\Collection\Interface\CollectionInterfacehas been added - Class
Ghostwriter\Collection\Interface\ExceptionInterfacehas been added - Method
Ghostwriter\Collection\Collection::from()was added - Method
Ghostwriter\Collection\Collection::new()was added
Removed
- Class
Ghostwriter\Collection\ExceptionInterfacehas been deleted - Method
Ghostwriter\Collection\Collection::fromGenerator()was removed - Method
Ghostwriter\Collection\Collection::fromIterable()was removed
Changed
- Exception class
Ghostwriter\Collection\Exception\FirstValueNotFoundExceptionimplementsGhostwriter\Collection\Interface\ExceptionInterface - Exception class
Ghostwriter\Collection\Exception\LengthMustBePositiveIntegerExceptionimplementsGhostwriter\Collection\Interface\ExceptionInterface - Exception class
Ghostwriter\Collection\Exception\OffsetMustBePositiveIntegerExceptionimplementsGhostwriter\Collection\Interface\ExceptionInterface
Full Changelog: 1.4.0...2.0.0