Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update changelog.
  • Loading branch information
beauby committed Sep 11, 2017
commit 71cd920e20d234e048cc971ebfc3be80cc594955
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* `JSONAPI::IncludeDirective.from_array`
* `JSONAPI::IncludeDirective.from_hash`
* `JSONAPI::IncludeDirective.new` now part of the private API.
* `JSONAPI::Renderer#render`'s `include` option now requires an instance of
`JSONAPI::IncludeDirective`.

# v0.2.0

Expand All @@ -14,3 +16,9 @@
* Support for relationship rendering.
* Support for fragment caching.
* Support for arrays of arrays when rendering errors.

# v0.1.3

# v0.1.2

# v0.1.1