Skip to content

v1.0.0-alpha.1

Pre-release
Pre-release

Choose a tag to compare

@robmcguinness robmcguinness released this 19 Dec 14:09
· 2250 commits to master since this release

Bug Fixes

  • api-core: remove default after* response transformations (6f17d3a)

BREAKING CHANGES

  • api-core: The core API classes no longer apply after* transformations on the response. Previously, only the collection data was being returned when making API calls which made it difficult to react to the metadata around the response (e.g. pagination). Developers will have to unwrap the response manually.