Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 2.59 KB

CHANGELOG.md

File metadata and controls

48 lines (38 loc) · 2.59 KB

Changelog for LuckByDice

All releases must adhere to SemVer 2 naming convention and should adhere to KeepAChangeLog guidelines.

MAJOR version - when you make incompatible API changes,

MINOR version - when you add functionality in a backwards compatible manner, and

PATCH version - when you make backwards compatible bug fixes.

[Unreleased]

Released: TBD. Notable changes:

2.2.0

Released: 2022-01-01. Notable changes:

  • Added: PHP 8.1 Support.

2.0.1

Released: 2021-09-22. Notable changes:

  • Added: Composer package bin option 256b24e

2.0.0

Released: 2021-09-16. Notable changes:

  • Added: Benchmark tests. 77bcd40
  • Added: Interactive tests. dae006b
  • Changed: Small changes in Api 84aae39
  • Changed: Improved test coverage. 7a5ab7a
  • Changed: Improved documentation. 3e924e8

1.3.0

Released: 2021-09-09. Notable changes:

1.2.0

Released: 2021-08-18. Notable changes: 1683b63

  • Added: Min and Max potential calculations to cup and collection.

1.0.0

Released: 2021-07-26. Notable changes:

  • Removed: Pimple/Pimple container dependency bec5ae2.

0.1.0

Released: 2021-03-08. Notable changes:

  • Added: Luck, Dice notation parser, Dice, Collection, and Cup 35b224e
  • Added: Test coverage 6d66739
  • Added: Add autogenerated docs 1e90f19
  • Added: Automated testing 118c90d
  • Added: Dedicated development environment luckbydice-dev.