json_api_document 1.1.0
json_api_document: ^1.1.0 copied to clipboard
JSON:API Document Model and Parser for Flutter, Web and VM. Supports JSON:API v1.0 (http://jsonapi.org)
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.
0.6.0 - 2019-03-25 #
Changed #
- Renamed the main library file:
document.dart -> json_api_document.dart
0.5.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