Current section

Files

Jump to
jsonapi CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v0.6.0 (2017-11-17)
* [Added](https://github.com/jeregrine/jsonapi/commit/44888596461a1891376b937057bb504345cff8dc) Optional Data Links.
* [Added](https://github.com/jeregrine/jsonapi/commit/ba9d9cb84c10ef85a4b8e42df88a9e92f3809651) Paging Support
* [Added](https://github.com/jeregrine/jsonapi/commit/0c50bc60db9b8678f631ac274062150499e4fb8b) Option to replace underscores with dahses
## v0.5.1 (2017-07-07)
* [Added](https://github.com/jeregrine/jsonapi/commit/1f9e45aee4058ca6b3a8a55aaec6eebcada525a6) plug to make verifying reqeusts and their errors easier
## v0.5.0 (2017-07-07)
* [Added](https://github.com/jeregrine/jsonapi/commit/def022b327ac13e5e906a665321969b442048f3b) support for meta fields
* [Added](https://github.com/jeregrine/jsonapi/commit/1bbe4de86baec250d0b8dcc263bb41a94dea8063) support for custom hosts
* [Added](https://github.com/jeregrine/jsonapi/commit/3c73e870651f09ce8e09d4061111487db2e515f5) support for hidden attributes in views
* [Added](https://github.com/jeregrine/jsonapi/commit/45f0d14e9d700d32a8b20dc04a4fa300fa43da37) support converstion of underscore to dashes.
* [Fixed](https://github.com/jeregrine/jsonapi/commit/74b0d1914a3aceb792c753f2292002c10ac93005) issue with index.json
* Now uses Credo
## v0.4.2 (2017-04-17)
* Updated codebase for elixir 1.4
* Updated poison dep to 3.0
* Fixed failing travis tests
## v0.4.0 (2016-12-02)
* Removed PhoenixView
## v0.1.0 (2015-06-?)
* Made params optional
## v0.0.2 (2015-06-22)
* Made paging optional
## v0.0.1 (2015-06-21)
* Support for basic JSONAPI Docs. Links support still missing