Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

35 lines (18 loc) · 1.14 KB

Changelog

All notable changes to unique-codes will be documented in this file

2.3.2 - 2024-05-13

  • Fixed: Implicit conversion deprecation warning when converting float to int (#ebd6914)

2.3.1 - 2024-05-13

  • Fixed: Implicit conversion deprecation warning when converting float to int (#12)

2.3.0 - 2023-12-15

  • Added: PHP 8.3 support (#11)

2.2.0 - 2023-02-19

  • Add PHP 8.2 support (#10)

2.1.0 - 2022-02-24

  • Add PHP 8.1 support (#7)

2.0.0 - 2021-02-03

  • Fixed bugs that could cause duplicate code generation (and added more tests) (#3, #4)

1.1.0 - 2021-01-19

  • Add PHP 8 support and switch to Github actions (#1)

1.0.0 - 2020-04-19

  • Initial release