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/collectionsArrayCollectionimplementation
- Change
phprequirement from^7.2|^8to>=7.2
1.2.1 - 2020-09-08
- Allow
illuminate/supportv8
1.2.0 - 2020-09-07
voku/arrayyArrayyimplementation
- Rename
ArrayAccessibleStoragetoGenericArrayAccessibleStorage - Extract common methods to
GenericArrayAccessibleObjectStorage
1.1.1 - 2020-09-02
- There was an issue when calling
Enum::option1()and then callingEnum::from('option2'),option2was not registered.
- Use
static::clasinstead ofget_called_class() - Use
static::$cacheinstead ofself::$cache
1.1.0 - 2020-08-31
keyStringstatic method to fetch as string, glued by comma by default
1.0.1 - 2020-08-30
- Make
BaseEnum::$cacheprotected as it was left public.
1.0.0 - 2020-08-30
- Array and illuminate collection implementations