Skip to content

Releases: archtechx/enums

v1.1.0

15 Jul 14:28
37326d5
Compare
Choose a tag to compare

What's Changed

  • feat: Add support for default values on metadata properties by @owenconti in #23

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

04 Feb 22:08
Compare
Choose a tag to compare

Fixes

  • Support UPPER_SNAKE_CASE and PascalCase in stringOptions() (resolve #22) fea911e

v1.0.0

15 Jan 08:08
Compare
Choose a tag to compare

What's Changed

New features

CI changes

  • Remove L8 & L9 from CI (done in #19 and #20)
  • Run tests on all PHP 8 versions
  • Update larastan dependency by @parth391 in #21

New Contributors

Full Changelog: v0.3.2...v1.0.0

v0.3.2

15 Feb 13:05
475f45e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

24 Aug 22:28
373a86a
Compare
Choose a tag to compare

What's Changed

  • Added "Invokable Cases" PHPStan extension by @samlev in #13

Full Changelog: v0.3.0...v0.3.1

v0.3.0

29 Mar 18:39
Compare
Choose a tag to compare

What's Changed

  • use array_column() to get the names, values, and options by @ejunker in #3
  • Extend functionality to work with pure enums by @samlev in #6
  • Issue #4: Added From trait by @samlev in #7
  • Metadata by @stancl in #8

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

20 Feb 21:13
Compare
Choose a tag to compare
Merge branch 'master' of github.com:archtechx/enums

v0.1.0

20 Feb 20:11
Compare
Choose a tag to compare
wip