Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

45 lines (34 loc) · 1.26 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.

3.1.0 - 2022-02-17

Refactor

  • Optimized enums.

3.0.0 - 2022-02-10

Added

  • PHP 8.1 feature implementation.

Removed

  • grizz-it/enum, replaced by the native enums.

2.1.0 - 2021-02-23

Added

  • Compatibility for PHP 8.0

2.0.1 - 2020-11-22

Fixed

  • Issue with unset defaults, which caused errors on the return type.

2.0.0 - 2020-11-14

Added

  • IS_NULL, NOT_NULL and NOT_LIKE comparators to enum.

Removed

  • NOT comparator.

Refactored

  • PSR12 Coding standard.

1.0.0 - 2020-04-09

Added