Little key improvements
Pre-release
Pre-release
- Better TestLib literal expressibility support.
- Remove silly typealias
JSONAPIDocument.BodyData
which pointed toJSONAPIDocument.Body.Data
- Expose initializer for
JSONAPIDocument.Body.Data
(most useful for testing purposes). - Add ReversibleTransformer (most useful for testing purposes).
- Add ability to differentiate between
EntityType
andEntityProxy
, the latter of which is intended to allow you to create clientside values that act likeEntityType
without accidentally calling those values "Entities," which is a word more or less reserved by this library to refer to values that are persisted between the server and client.