Releases: ChrisGalliano/Pion
Releases · ChrisGalliano/Pion
v2.1.0
v2.0.0
In version 2.0.0, the main interfaces of the framework were completely changed. You can find new framework mechanics in README.md
v1.1.0-rc.1.4
Fixes
- fix number element empty value type mismatch
v1.1.0-rc.1.3
New features
- Number input element
- PionUri: extends of PSR Uri, with custom methods
- JsonResponse & JsonContentTypeHeader
Breaking changes:
- require ext-json
v1.1.0-rc.1.2
New features
- Redirect response
- Location header
- Predefined response status
- Text input: escape value
Fixes
- Argument resolving: fix object & interface resolving
- Textarea: fix view file path
- Location header
- Fix different radio's names in radios list
- Fix checkboxes list (name bug) & add option access
Minor changes
- Pion\Actions\Resolver\Exceptions\InvalidArgumentTypeException: fix exception message
v1.1.0-rc.1.1
try to fix release
v1.1.0-rc.1
New features
- Forms component
v1.0.0
Breaking changes:
- Rename RegexRoute
RegexRoute renamed to MatchPathRoute.
Created new class RegexRoute that works with regex pattern.
Minor changes:
.idea settings
- Change "unbounded version inspection" settings, ignore "roave/security-advisories"
- Disable "MethodShouldBeFinalInspection"
v0.0.1, inital release
fix duplicated resource redering