Skip to content

Releases: rogervila/provably-fair

3.0.0-rc.2

18 Nov 16:27
ebcfb1d
Compare
Choose a tag to compare
3.0.0-rc.2 Pre-release
Pre-release

Changed

  • Readonly properties are now public (#22)
  • Removed constructors from Interfaces (#22)

Added

  • ProvablyFairInterface (#22)

3.0.0-rc.1

17 Nov 17:01
0211a35
Compare
Choose a tag to compare
3.0.0-rc.1 Pre-release
Pre-release

Added

  • ProvablyFair\ProvablyFair class with a generate command that returns an array of ProvablyFair\Result

Changed

  • Upgrade minimum PHP version to 8.1
  • Use readonly properties instead of getters (ie: ->getValue() is now ->value)
  • Demo website now supports selecting an algorithm

2.1.0

29 Oct 08:59
fe48863
Compare
Choose a tag to compare

Fixed

  • Fix PHP 8.1 Warnings (#18)

Changed

  • Remove old dev libraries to keep compatibility across all supported PHP versions. (#18)

2.0.0

27 Nov 12:49
ea446c2
Compare
Choose a tag to compare

1.0.0

15 Dec 20:33
6f6d4e7
Compare
Choose a tag to compare

Initial release