Skip to content

Releases: ChrisGalliano/Pion

v2.1.0

31 Oct 20:19
acb23b4
Compare
Choose a tag to compare

Add missed interface to JsonResponse

v2.0.0

07 Jul 19:18
Compare
Choose a tag to compare

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

07 Feb 12:27
Compare
Choose a tag to compare
v1.1.0-rc.1.4 Pre-release
Pre-release

Fixes

  • fix number element empty value type mismatch

v1.1.0-rc.1.3

06 Feb 06:52
Compare
Choose a tag to compare
v1.1.0-rc.1.3 Pre-release
Pre-release

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

04 Feb 12:20
Compare
Choose a tag to compare
v1.1.0-rc.1.2 Pre-release
Pre-release

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

30 May 14:33
Compare
Choose a tag to compare
v1.1.0-rc.1.1 Pre-release
Pre-release
try to fix release

v1.1.0-rc.1

30 May 14:04
Compare
Choose a tag to compare
v1.1.0-rc.1 Pre-release
Pre-release

New features

  • Forms component

v1.0.0

25 Apr 10:46
Compare
Choose a tag to compare

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

25 Apr 09:59
33aff80
Compare
Choose a tag to compare
fix duplicated resource redering