Skip to content

Releases: beam-community/jsonapi

v1.9.0

18 May 13:09
Compare
Choose a tag to compare

1.9.0 (2025-05-18)

Features

  • support nested filtering in the query parser (#366) (63d297c)

v1.8.4

14 May 14:45
Compare
Choose a tag to compare

1.8.4 (2025-05-14)

Bug Fixes

  • fix: bug with DataToParams include processing expecting more 'data' keys than the spec calls for #363

v1.8.3

06 Nov 23:28
Compare
Choose a tag to compare

1.8.3 (2024-11-04)

Bug Fixes

  • camelize when prefix is camelized already (ae78a7d)
  • Compiler warning for zero-arity fields function call (b071131)

v1.8.2

22 Sep 19:40
81e7bbc
Compare
Choose a tag to compare

1.8.2 (2024-09-22)

Bug Fixes

  • Compiler warnings for zero-arity funtion calls (#335) (49ed6ab)

v1.8.1

21 Aug 15:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.8.1

v1.8.0

25 Jun 11:43
4682c70
Compare
Choose a tag to compare

1.8.0 (2024-06-25)

Features

Bug Fixes

  • Add release please manifest (3d3ca63)
  • Fix failing credo check (e025dc2)

Dasherize and Underscore fixes

24 Feb 15:21
00d01cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.7.0...1.7.1

Shallow dasherizing and underscoring

16 Feb 01:27
Compare
Choose a tag to compare

What's Changed

There are now two new values for the config option transform_fields:

  • camelize_shallow: Like camelize, but only affects the relationship and attribute keys, not their values.
  • dasherize_shallow: Like dasherize, but only affects the relationship and attribute keys, not their values.

New Contributors

Full Changelog: 1.6.3...1.7.0

Deep Object Nested Queries

03 Aug 16:55
936d0ea
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.2...1.6.3

Additional malformed request error handling

03 Jul 17:09
828284e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.6.1...1.6.2