Skip to content
This repository was archived by the owner on Nov 6, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (19 loc) · 566 Bytes

File metadata and controls

22 lines (19 loc) · 566 Bytes

[Unreleased]

[1.0.1] - 2021-03-02

Added

  • Support PHP ~8.0.

[1.0.0] - 2018-11-15

Added

  • Added information into changelog.
  • Added LICENSE file and information about license in every file.

Changed

  • Changed license type to the MIT.
  • Removed redundant class comments.
  • Increased minimal php version requirements to the 7.1.

Removed

  • Removed Enumer::getEnumBit() method.

Fixed

  • Fixed Enumer::normalize() method to correct work with not string values.

[0.1.0] - 2018-10-04

Added

  • First release of this component.