Releases: vagebnd/runtype
Releases · vagebnd/runtype
Added Enum support
Added enum support by @rick-bongers.
Ensure optional types are processed correctly
This update ensures that optional types are correctly added to the export i.e. name?: boolean.
Added support for request user resolving in resources
This updated binds the user to the request when present, allowing us to do checks based on the user in resources.
Added support for L12
0.3.0 refactor: dropped L10 support
Updated PHP-parser to latest version
What's Changed
- Update nikic/php-parser requirement from ^4.15 to ^5.0 by @dependabot in #9
Full Changelog: 0.2.0...0.2.1
Added support for L11
Full Changelog: 0.1.0...0.2.0
Added support for L10
0.1.0 feat: run tests on L10