Releases: beam-community/jsonapi
Releases · beam-community/jsonapi
v1.8.3
v1.8.2
v1.8.1
What's Changed
- fix: [#334] Fix incorrect ordering of serialized lists by @protestContest in #333
Full Changelog: v1.8.0...v1.8.1
v1.8.0
Dasherize and Underscore fixes
What's Changed
- Fix bug where underscore/dasherize misses single characters by @protestContest in #316
- Transform relationship keys with shallow field transformation options (#314) by @protestContest in #315
Full Changelog: 1.7.0...1.7.1
Shallow dasherizing and underscoring
What's Changed
- Add options to transform field keys non-recursively (#132) by @protestContest in #310
There are now two new values for the config option transform_fields
:
camelize_shallow
: Likecamelize
, but only affects the relationship and attribute keys, not their values.dasherize_shallow
: Likedasherize
, but only affects the relationship and attribute keys, not their values.
New Contributors
- @protestContest made their first contribution in #310
Full Changelog: 1.6.3...1.7.0
Deep Object Nested Queries
Additional malformed request error handling
What's Changed
- Format required checks for relationships by @matt-glover in #299
New Contributors
- @matt-glover made their first contribution in #299
Full Changelog: 1.6.1...1.6.2
Missing Fixes
What's Changed
- Fix relationships spec & external relationship use-case by @mattpolzin in #295
Full Changelog: 1.6.0...1.6.1
Including Me
What's Changed
- Add support for a JSON:API includes allowlist. by @mattpolzin in #292
Full Changelog: 1.5.1...1.6.0