Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
## 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