Releases: willitscale/streetlamp
Releases · willitscale/streetlamp
0.3.2
0.3.1
0.3.0
Fixes:
- Validator strict types no longer failing
Changes:
- Order of min/max changed for the IntValidator and FloatValidator
New Features:
- Streetlamp binary for executing tasks such as list routes, clear route cache and init docker
- Documentation for
- Streetlamp binary
- Nginx setup
0.2.2
New Features:
- Added support for the JsonArray attribute
- Usable in conjunction with parameter mapping attributes
- Supported within
JsonObject
- Supporting tests added
- Supporting documentation added
0.2.1
Changes:
- Allow arrays to be received as a body parameter
- All validators expect mixed input/output instead of just string
- More supporting tests for validators and data mapping
- Fixed documentation on validators
Fixes:
- When missing a JSON attribute throw exception not fatal error
- Correctly passing the validators from the parameters
0.2.0
- Tested with PHP 8.3 and ensured compatibility
- Added caching to routes
0.1.3
Changes:
- All code now complies with PSR-12
- Updated tests to be compatible with PHP Unit 10
- Added PHPCS to the build pipeline for pull requests
- Improved speed of the github action build pipeline
0.1.2
Fix for the query string being included in the path as matching criteria.
0.1.1
Fixes a routing issue with relative paths and correctly ignoring escaping namespace delimiters.
0.1.0
Initial Release