Releases: xp-forge/rest-api
Releases · xp-forge/rest-api
5.1.0: Accepted
20 Jul 12:30
Compare
Sorry, something went wrong.
No results found
5.0.0: PHP 7.4+
04 May 16:50
Compare
Sorry, something went wrong.
No results found
4.4.0: XP 12 compatibility
24 Mar 13:23
Compare
Sorry, something went wrong.
No results found
Made compatible with XP 12 - @thekid
4.3.0: Library compatibility
30 Jan 18:29
Compare
Sorry, something went wrong.
No results found
Added PHP 8.4 to the test matrix - @thekid
Made this library compatible with xp-forge/web version 4.0 - @thekid
4.2.0: Parameter conversions & matrix parameters
30 Sep 11:23
Compare
Sorry, something went wrong.
No results found
Merged PR #26 : Add possibility to convert input parameters via
annotations, see #25 . Includes support for matrix parameters.
(@thekid )
4.1.0: Marshalling library compatibility
24 Sep 16:51
Compare
Sorry, something went wrong.
No results found
Added compatibility with xp-forge/marshalling v2.0.0 - @thekid
4.0.1: Annotation arguments fix
31 Jul 19:22
Compare
Sorry, something went wrong.
No results found
Fixed annotation argument not being taken into account - @thekid
4.0.0: Reflection migration
25 Jul 20:39
Compare
Sorry, something went wrong.
No results found
Heads up: Removed deprecated web.rest.ClassesIn - @thekid
Merged PR #24 : Migrate to new reflection library - @thekid
Merged PR #23 : Migrate to new testing library - @thekid
3.5.0: Async streaming
19 Nov 22:10
Compare
Sorry, something went wrong.
No results found
Merged PR #22 : Change Response::stream() to use async APIs - @thekid
3.4.1: Default headers fix
02 Nov 23:29
Compare
Sorry, something went wrong.
No results found
Ensured default headers are always set, not just when returning a
web.rest.Reponse instance
(@thekid )