Skip to content

Releases: vagebnd/runtype

Added Enum support

16 Jan 09:34

Choose a tag to compare

Ensure optional types are processed correctly

27 May 13:25

Choose a tag to compare

This update ensures that optional types are correctly added to the export i.e. name?: boolean.

Added support for request user resolving in resources

01 Apr 21:15

Choose a tag to compare

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

26 Feb 22:46

Choose a tag to compare

0.3.0

refactor: dropped L10 support

Updated PHP-parser to latest version

02 Apr 22:58
d3248e3

Choose a tag to compare

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

02 Apr 18:54

Choose a tag to compare

Added support for L10

29 Aug 18:05

Choose a tag to compare

0.1.0

feat: run tests on L10