All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.3.0 - 2020-12-30
doctrine/collections
ArrayCollection
implementation
- Change
php
requirement from^7.2|^8
to>=7.2
1.2.1 - 2020-09-08
- Allow
illuminate/support
v8
1.2.0 - 2020-09-07
voku/arrayy
Arrayy
implementation
- Rename
ArrayAccessibleStorage
toGenericArrayAccessibleStorage
- Extract common methods to
GenericArrayAccessibleObjectStorage
1.1.1 - 2020-09-02
- There was an issue when calling
Enum::option1()
and then callingEnum::from('option2')
,option2
was not registered.
- Use
static::clas
instead ofget_called_class()
- Use
static::$cache
instead ofself::$cache
1.1.0 - 2020-08-31
keyString
static method to fetch as string, glued by comma by default
1.0.1 - 2020-08-30
- Make
BaseEnum::$cache
protected as it was left public.
1.0.0 - 2020-08-30
- Array and illuminate collection implementations