Changelog 0.2.0 — 7th of December 2021
Features
- Handle integer range type (9f99a2)
- Handle local type aliasing in class definition (56142d)
- Handle type alias import in class definition (fa3ce5)
Bug Fixes
- Do not accept shaped array with excessive key(s) (5a578e)
- Handle integer value match properly (9ee2cc)
Other
- Delete commented code (4f5612)
- Move exceptions to more specific folder (185edf)
- Rename
GenericAssignerLexer
to TypeAliasLexer
(680941)
- Use
marcocesarato/php-conventional-changelog
for changelog (178aa9)
Back to top