Skip to content

Releases: infinum/datx

v2.3.1

22 Oct 14:10
Compare
Choose a tag to compare

Changelog:

  • all: fix the TypeScript typings issue from v2.3.0
  • all: Use exact versions between dependencies

v2.3.0

15 Oct 10:12
Compare
Choose a tag to compare

Changelog:

  • core: Add a map attribute property

v2.2.3

30 Jul 14:23
Compare
Choose a tag to compare

Changelog:

  • core - #250 Fix the Extending an object with another observable (object) is not supported error for assignModel (by svobik7 in #368)
  • all - Dev dependency updates - shouldn't influence anything since there are no direct dependencies

v2.2.2

26 Jul 06:51
Compare
Choose a tag to compare

Changelog:

  • core - #250 Fix the Extending an object with another observable (object) is not supported error during model serialization (by svobik7 in #362)
  • all - Dev dependency updates - shouldn't influence anything since there are no direct dependencies

v1.1.3

04 May 11:47
Compare
Choose a tag to compare

Changelog:

  • core - Fix issue where the type was not updated on updateModel even if it wasn't a model type (just a regular prop)
  • jsonapi - Fixes the issue from core

v1.1.2

25 Mar 13:14
Compare
Choose a tag to compare

Changelog:

  • core - Fix issue where all models that extends a custom model (e.g. BaseModel) share their props

v1.1.1

22 Mar 12:04
Compare
Choose a tag to compare

Changelog:

  • jsonapi: #243 - Fix absolute URL detection

v2.2.0

12 Mar 09:01
Compare
Choose a tag to compare

Changelog:

  • jsonapi: #239 - Export some of the helper functions
  • jsonapi-angular: #240 - Complete observable immediately after emission

v1.1.0

12 Mar 11:17
Compare
Choose a tag to compare

Changelog:

  • jsonapi: #242 - Export some of the helper functions

v2.1.1

23 Feb 12:05
Compare
Choose a tag to compare

Changelog:

  • jsonapi: Fix issue where a model would be removed from the collection after the save() call