json_api_document 0.6.0+1
json_api_document: ^0.6.0+1 copied to clipboard
JSON:API Document Model, Parser and Validator for Flutter, VM and Web. Supports v1.0 of JSON:API (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.
Unreleased #
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