Infinum Datx Versions Save

DatX is an opinionated JS/TS data store. It features support for simple property definition, references to other models and first-class TypeScript support.

v3.0.0

10 months ago

What's Changed

Full Changelog: https://github.com/infinum/datx/compare/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

10 months ago

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: https://github.com/infinum/datx/compare/v2.6.1...v3.0.0-beta.1

v2.6.1

11 months ago

What's Changed

Full Changelog: https://github.com/infinum/datx/compare/v2.5.1...v2.6.1

v2.5.1

1 year ago

What's Changed

Full Changelog: https://github.com/infinum/datx/compare/v2.5.0...v2.5.1

v2.5.0

1 year ago

What's Changed

Full Changelog: https://github.com/infinum/datx/compare/v2.4.14...v2.5.0

v2.4.14

1 year ago

Changelog:

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

v2.4.13

1 year ago

Changelog:

v2.4.12

1 year ago

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

1 year ago

Changelog:

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

v2.4.9

1 year ago

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)