Skip to content

Releases: junglebarry/jsonapi-transformers

v5.0.6

22 Jul 23:00
dbdc332
Compare
Choose a tag to compare

5.0.6 (2024-07-22)

Bug Fixes

v5.0.5

22 Jul 22:55
1eead26
Compare
Choose a tag to compare

5.0.5 (2024-07-22)

Reverts

v5.0.4

20 Oct 12:25
b47a7e6
Compare
Choose a tag to compare

5.0.4 (2023-10-20)

Bug Fixes

v5.0.3

10 Jan 20:54
c7205a6
Compare
Choose a tag to compare

5.0.3 (2023-01-10)

Bug Fixes

  • deps: bump json5 from 2.2.0 to 2.2.3 (#201) (c7205a6)

v5.0.2

06 Jan 16:52
db57b4f
Compare
Choose a tag to compare

5.0.2 (2023-01-06)

Bug Fixes

  • simpler alternative to Object.assign (#200) (db57b4f)

v5.0.1

21 Jun 17:22
ed49745
Compare
Choose a tag to compare

5.0.1 (2022-06-21)

Bug Fixes

v5.0.0

21 Jun 16:25
76d0ee5
Compare
Choose a tag to compare

5.0.0 (2022-06-21)

chore

BREAKING CHANGES

  • introduces an "engines" specification

v4.0.0

21 Jun 13:56
87fd05c
Compare
Choose a tag to compare

4.0.0 (2022-06-21)

BREAKING CHANGES

  • build output now in lib/cjs or lib/mjs. Typescript defaults to CommonJS, and was not picking up ESM properly.

  • fix: use standard style for test entity initialisation

  • chore: update typescript to 4.7

  • chore: target es2022

  • fix: use readonly property assignment in examples

  • fix!: Update the constructor assignment tests to reflect that it no longer works

  • with v3 the constructor assignment was unreliable, so deprecated; now we explicitly test that the behaviour is broken

  • fix!: ensure constructor assignment respects existing readonly-property or prototype property

v3.0.1

21 Jun 13:08
c1e509b
Compare
Choose a tag to compare

3.0.1 (2022-06-21)

Bug Fixes

v3.0.0

21 Jun 09:45
3fce25b
Compare
Choose a tag to compare

3.0.0 (2022-06-21)

  • feat!: replace constructor for instance creation (#129) (3fce25b), closes #129

BREAKING CHANGES

  • use of the JsonapiEntity subtype constructor for property initialisation is deprecated. It does not work everywhere.