json_api 2.0.0-dev.2
json_api: ^2.0.0-dev.2 copied to clipboard
JSON:API Client 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.
Unreleased #
2.0.0 #
WARNING! BREAKING CHANGES!
Changed #
- This package now Consolidated the Client, the Server and the Document in one single library.
It does not depend on
json_api_document
andjson_api_server
anymore, please remove these packages from yourpubspec.yaml
. - Bumped min Dart SDK version to
2.3.0
Removed #
JsonApiParser
is removed. Use the staticfromJson
methods in the corresponding classes instead.
Added #
const
constructor toJsonApiClient
0.6.0 - 2019-03-25 #
Changed #
- JSON:API Document moved out
- Renamed
client.removeToOne(...)
toclient.deleteToOne(...)