Skip to content

Releases: infinum/datx

v2.4.6

23 Sep 13:04
Compare
Choose a tag to compare

Changelog:

  • core - export upsertModel a817684
  • core - skip @Attributer({ isIdentifier: true }) prop when updating a model 717eb18
  • jsonapi - use upsertModel instead of updateModel when updating an existing model in collection 1dcde15

v2.4.5

07 Sep 09:25
Compare
Choose a tag to compare

Changelog:

  • core - fix for updateModel and setting relationships aa975f6
  • jsonapi - add a usePatchWhenPossible flag to the network config to use PUT instead of PATCH when saving persisted models c1402b9 docs

v2.4.4

08 Jul 12:23
Compare
Choose a tag to compare

Changelog:

v2.4.3

08 Jul 12:25
Compare
Choose a tag to compare

Changelog:

  • jsonapi-angular Fix Angular baseFetch a70f432

v1.1.4

12 May 09:40
Compare
Choose a tag to compare

Changelog:

  • #849 - Fix issue that is a combination of rehydration and a specific snapshot model order

v3.0.0-beta.0

26 Apr 07:52
Compare
Choose a tag to compare
v3.0.0-beta.0 Pre-release
Pre-release

v3

Removed MobX dependency

If you used MobX in v2

This is a significant change. If you're already using MobX in your application, you should keep the v2 version as the feature parity will be kept for some time.

Breaking changes:

  • Models are no longer observable
  • Reference arrays need to be immutable - this means that the array items can't be replaced, added or removed without creating a new array and assigning it to the reference.

If you didn't use MobX in v2

The migration only requires removal of the @datx/core/disable-mobx include. Optionally, you can also remove any build configuration that handled mocking the mobx package.

v2.4.2

14 Jan 11:13
Compare
Choose a tag to compare

Changelog:

  • jsonapi-angular: #570 Add prerelease script

v2.4.1

14 Jan 11:04
Compare
Choose a tag to compare

Changelog:

  • jsonapi-angular: #569 Fix Angular packaging

v2.4.0

13 Jan 15:56
Compare
Choose a tag to compare

Changelog:

  • all - Dev dependency updates - shouldn't influence anything since there are no direct dependencies
  • jsonapi-angular: #513 Add angular module and collection service (by @fvoska)

v2.3.2

10 Dec 11:30
Compare
Choose a tag to compare

Changelog:

  • core: #535 Handle non-plain values as return types in the attribute parse
  • core: #536 Avoid adding original properties if they've been mapped