Skip to content

1.2

Compare
Choose a tag to compare
@peldax peldax released this 30 Nov 16:42
· 432 commits to master since this release
1c6a3cc

New feature:

  • Ability to create EnumItemSet from native PHP enum. It must be string backed. For this enum type (where the EnumItemSet is created from native PHP enum) arguments and results are automatically converted from/to PHP enum object.

Bugfix:

  • Added forgotten check to validate variable directive usage during normalization.