aor-jsonapi-client
Version:
JSON API REST Client for Admin-on-rest
25 lines (16 loc) • 872 B
Markdown
# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## Contributors
* [@maxschridde1494](https://github.com/maxschridde1494)
* [@drush](https://github.com/drush)
* [@anuragagarwal561994 @practo](https://github.com/anuragagarwal561994)
## [0.2.0] - 2017-12-14
* CHANGE Upgrade dev dependencies (ie babel-loader)
* CHANGE better npm package metadata via @practo
* FIX standard json-api metadata keys ie: page, size, total via @practo
* NEW ESlint and Prettier support
## [0.1.15] - 2017-04-10
* NEW Reference Field Functionality for GET_MANY and GET_MANY_REFERENCE
* CHANGE Merge meta data with attributes in convertHTTPResponseToREST - type GET_MANY_REFERENCE/GET_LIST.