This repository was archived by the owner on Apr 5, 2020. It is now read-only.
Releases: xp-framework/rest
Releases · xp-framework/rest
7.0.3: Replace raise() with throw
7.0.2: Header BC fix
7.0.1: Streaming fix
7.0.0: XP7 compatibility
- Adopted semantic versioning. See xp-framework/rfc#300 - @thekid
- Added version compatibility with XP 7 - @thekid
- Deprecated support for wrapper types - @thekid
6.4.2: Handle baseless objects
- Fix code to handle baseless objects correctly. See xp-framework/rfc#297
(@thekid)
6.4.1: XP7 Forward compatibility
- Fix code to use
nameof()
instead of the deprecatedgetClassName()
method from lang.Generic. See xp-framework/core#120
(@thekid)
6.4.0: Welcome XP 6.5, PHP 5.5
- Heads up: Dropped PHP 5.4 support. Note: As the main source is not
touched, unofficial PHP 5.4 support is still available though not tested
with Travis-CI.
(@thekid)
6.3.1: PHP 5.4 syntax
6.3.0: Pagination & cookies
6.2.1: Forward compatibility
- Added forward compatibility with XP 6.4.0 - @thekid