Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.82 KB

CHANGELOG-1.x.md

File metadata and controls

55 lines (42 loc) · 1.82 KB

Changelog

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

Added

  • doctrine/collections ArrayCollection implementation

Updated

  • Change php requirement from ^7.2|^8 to >=7.2

1.2.1 - 2020-09-08

Updated

  • Allow illuminate/support v8

1.2.0 - 2020-09-07

Added

  • voku/arrayy Arrayy implementation

Updated

  • Rename ArrayAccessibleStorage to GenericArrayAccessibleStorage
  • Extract common methods to GenericArrayAccessibleObjectStorage

1.1.1 - 2020-09-02

Fixed

  • There was an issue when calling Enum::option1() and then calling Enum::from('option2'), option2 was not registered.

Updated

  • Use static::clas instead of get_called_class()
  • Use static::$cache instead of self::$cache

1.1.0 - 2020-08-31

Added

  • keyString static method to fetch as string, glued by comma by default

1.0.1 - 2020-08-30

Fixed

  • Make BaseEnum::$cache protected as it was left public.

1.0.0 - 2020-08-30

Added

  • Array and illuminate collection implementations