Skip to content

v2.2.0

Compare
Choose a tag to compare
@jaredcnance jaredcnance released this 31 Mar 16:30
· 2149 commits to master since this release
c2cb69f

Breaking Changes

Non-Breaking Changes

  • #150, #224: json:api v1.1 operations disabled by default.
  • #243: Fix PageOffset, initial value of 1. Thanks @nwise !
  • #226: Add DocumentBuilderOptions allowing omission of null attributes. Thanks @lheiskan !
  • #211: Decouple service layer from persistence framework. Thanks @shuebner!
  • #105: Explicit Filter/Sort Definitions
  • #184: Performance and Benchmarks
  • #197: Deprecation of locating query params by internal name
  • #209: Inconsistent casing for sort and filter queries
  • #210: Crashes in QueryParser
  • #200: DocumentBuilder bug fix. Thanks @shuebner !
  • #205: Expose CQRS constructors on JsonApiController
  • #222: Improved exception messages when in development