Releases: Elao/PhpEnums
v0.4.0
v0.3.0
Feature
[618ae73] Reduce the size of the generated archive by using gitattributes (@ogizanagi)
[e7afccd] [BC BREAK] Make enum construct final and suggest to make enum classes final (@ogizanagi)
[7f7ab9e] [BC BREAK] Rename EnumInterface::create to get (@ogizanagi)
[160cf41] Lower requirements for provided integrations (allow sf 2.8) (@ogizanagi)
Bug fix
[d34cec0] Fix issues spotted by Scrutinizer (@ogizanagi)
[a452534] Fix some data transformers exceptions issues (@ogizanagi)
Documentation
[7d8dc2a] How to compare enums (@ogizanagi)
[631b6af] Mention valid and invalid use cases for enumerations (@ogizanagi)
[792bfef, 975799e] Improve documentation (@xavier-rdo, @chalasr)
v0.2.0
Features
[679617f] Allow enums to be created using callStatic (@benji07, @ogizanagi)
[b2ffe49] Enum values as singletons (@ogizanagi)
[dce810c] Add __toString method inside ReadableEnumInterface (@ogizanagi)
Documentation
[d9150bb] Explain reasons for developing another library (@ogizanagi)
[847d462] [Doc] Review integrations doc organization (@ogizanagi)