Releases: xp-forge/rest-client
Releases · xp-forge/rest-client
5.8.0: URI library compatibility
5.7.0: Marshalling
- Made marshalling member of
webservices.rest.Endpoint
public in order
to be able to register user type mappings, see xp-forge/marshalling#7
(@thekid) - Merged PR #34: Add
TestCall::content()
which returns marshalled payload
(@thekid)
5.6.1: URL encoding fix
- Ensured URL segments are encoded correctly - @thekid
5.6.0: XP 12 compatibility
- Made compatible with XP 12 - @thekid
5.5.0: Marshalling library compatibility
- Added compatibility with
xp-forge/marshalling
v2.0.0 - @thekid
5.4.0: JSON text mimetype
- Merged PR #33: Support "text/json" mimetype in addition to the correct
"application/json", see https://stackoverflow.com/a/69518701
(@thekid) - Merged PR #31: Migrate to new testing library - @thekid