json_api_document 0.4.0
json_api_document: ^0.4.0 copied to clipboard
JSON:API v1.0 (http://jsonapi.org) Document model and parser.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased #
0.4.0 - 2019-03-24 #
Changed #
- Total BC-breaking rewrite of the library. It is split into 3 parts: the document, the parser and the validator.
0.3.9 - 2019-01-08 #
Fixed #
- Bug when IdentifierList data could not be parsed due to insufficient type information in runtime
0.3.0 - 2018-11-05 #
0.2.2 - 2018-10-09 #
Added #
- Enforce naming rules on relationships
- Included resources are checked for duplicates
- LinkObject
- Pagination links for data collection documents
- Resource fields uniqueness enforcement