Skip to content

Releases: beam-community/jsonapi

Missing Fixes

26 Jun 14:11
ed63b29
Compare
Choose a tag to compare

What's Changed

  • Fix relationships spec & external relationship use-case by @mattpolzin in #295

Full Changelog: 1.6.0...1.6.1

Including Me

12 Jun 18:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.1...1.6.0

1.5.1

19 May 19:20
Compare
Choose a tag to compare

What's Changed

Specifically, already-camilized strings will no longer be turned to all-lowercase by the :camelize transformation; they will be left alone.

Full Changelog: 1.5.0...1.5.1

Underscored

08 Mar 04:37
5a06f40
Compare
Choose a tag to compare

What's Changed

Improvements

New Contributors

Full Changelog: 1.4.0...v1.5.0

Long time coming

05 Nov 16:54
3b6631d
Compare
Choose a tag to compare
Fix JSONAPI.Config.t() include field typespec (#267)

The include field accepts a list of keyword tuples,
but also accepts atoms in the list (e.g. include: [:account, :orders]).

😷 From a Distance... 😷

21 Mar 14:19
8a41a1a
Compare
Choose a tag to compare

1.2.3

29 Jan 02:38
Compare
Choose a tag to compare
Prepare for 1.2.3

1.2.2

28 Sep 16:16
Compare
Choose a tag to compare
Prepare for 1.2.2

People are Just the Best

30 Apr 20:07
Compare
Choose a tag to compare

Added

  • Pagination has had a massive overhaul. Docs have been updated. Please file issues
    should you run into any problems. You may wish to review
    the pull request for more details.
  • More typespecs
  • EnsureSpec Plug now sets the JSON:API response content type
    for you. This means you need
    not manually include the ResponseContentType Plug in your pipeline should you
    already have EnsureSpec in play. Please see the documentation for
    ResponseContentType should you wish to override it for a specific end-point.

Changed

  • Ex Doc was updated to leverage some of its fancy new features.
  • EnsureSpec pipeline checks to ensure that
    a PATCH request has an ID
  • Documentation improvements

Contributors

Much love to: @0urobor0s, @kbaird, @lucacorti, @strzibny

Getting Better All of the Time

29 Apr 13:16
Compare
Choose a tag to compare

Added

Changed

  • Removed Config.required_fields
  • Documentation improvements

Fixes