Skip to content

Releases: henzeb/enumhancer

v1.10.1

13 Jun 07:12
Compare
Choose a tag to compare
  • From now autoloads when using the Enhancers trait! This will not interfere when using basic enums!
  • Allowed From to use the default value.

v1.10.0

12 Jun 19:08
Compare
Choose a tag to compare
  • Added Defaults that allows you to have default enums

v1.9.4

11 Jun 17:51
Compare
Choose a tag to compare
  • Added Actions workflow for testing
  • Added a few more badges to the README

v1.9.3

10 Jun 13:43
Compare
Choose a tag to compare

v1.9.2

10 Jun 08:30
Compare
Choose a tag to compare
  • fixed an issue where a Constructor call within a function defined in an enum could cause errors

v1.9.1

09 Jun 09:02
Compare
Choose a tag to compare
  • Added search keywords and small documentation fixes

v1.9.0

08 Jun 07:13
Compare
Choose a tag to compare

v1.8.1

08 Jun 04:41
Compare
Choose a tag to compare
  • fixes #3 where comparing value with capitals would fail

v1.8.0

07 Jun 19:41
Compare
Choose a tag to compare

v1.7.0

06 Jun 18:39
Compare
Choose a tag to compare
  • When using Comparison, you can now assert with is or isNot