Skip to content

Releases: infinum/datx

v3.0.0

29 Jun 12:51
91f0f70
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.1...v3.0.0

Example how to upgrade if you already used @datx/core/disable-mobx in v2: https://github.com/infinum/JS-React-Example/pull/61/files

If you use mobx with v2, you'll need to stop relying on it in v3 (which is a major breaking change).

v3.0.0-beta.1

29 Jun 07:23
20e52d3
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

What's Changed

This is a beta release that was not yet tested on a real project, so we don't recommend using it yet for anything that is supposed to en dup in production.

Full Changelog: v2.6.1...v3.0.0-beta.1

v2.6.1

12 Jun 14:36
7364ddc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.1...v2.6.1

v2.5.1

10 May 13:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.5.1

v2.5.0

10 May 13:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.14...v2.5.0

v2.4.14

07 Mar 12:59
9c2898d
Compare
Choose a tag to compare

Changelog:

  • jsonapi: Add JsonApi class detection helper, expose some jsonapi related constants #1153

v2.4.13

02 Mar 08:52
a73a0dd
Compare
Choose a tag to compare

Changelog:

  • jsonapi-angular: Update collectionService request method access modifier (#1140)

v2.4.12

25 Jan 13:09
1145062
Compare
Choose a tag to compare

Changelog:

  • all: Dependency updates
  • core: Fix issues with property mapping for relationships and constructors
  • jsonapi: Fix issues with wrong field meta fields when mapping properties

v2.4.10

28 Nov 14:07
d7783fa
Compare
Choose a tag to compare

Changelog:

  • Implement stable sort for URL search params (#1108)
  • Fix angular-jsonapi-imports (#1128)

v2.4.9

28 Nov 14:06
a32c853
Compare
Choose a tag to compare

Changelog:

  • Dependency updates
  • Publish flow changes (no more dist folder)
  • change arrays to readonly arrays (#1113)
  • fix: Ignore undefined properties on upsert (#1121)
  • Update TS check processes (#1115)
  • Update jsonapi-angular peer dependencies (#1123)