Skip to content

Releases: junglebarry/jsonapi-transformers

v2.1.1

18 Apr 14:34
cf324b7
Compare
Choose a tag to compare

2.1.1 (2022-04-18)

Bug Fixes

  • deps: bump minimist from 1.2.5 to 1.2.6 (#85) (cf324b7)

v2.1.0

31 Jan 14:20
fcc5cfb
Compare
Choose a tag to compare

2.1.0 (2022-01-31)

Features

  • add ability to check whether a registration exists (#70) (fcc5cfb)

v2.0.1

19 Jan 15:47
0b39012
Compare
Choose a tag to compare

2.0.1 (2022-01-19)

Bug Fixes

v2.0.0

11 Dec 19:29
0747052
Compare
Choose a tag to compare

2.0.0 (2021-12-11)

Features

  • partially-specify properties via constructor (#48) (0747052)

BREAKING CHANGES

  • This requires JsonapiEntity subtypes to pass their type to JsonapiEntity<E>

v1.2.2

11 Dec 17:47
ebc10d7
Compare
Choose a tag to compare

1.2.2 (2021-12-11)

Reverts

  • Revert "feat!: partially-specify properties via constructor (#32)" (#47) (ebc10d7), closes #32 #47

v1.2.1

11 Dec 17:40
1890148
Compare
Choose a tag to compare

1.2.1 (2021-12-11)

Bug Fixes

v1.2.0

06 Dec 18:50
5a72590
Compare
Choose a tag to compare

1.2.0 (2021-12-06)

Features

v1.1.0

06 Dec 18:36
f52dbb2
Compare
Choose a tag to compare

1.1.0 (2021-12-06)

Features

  • add meta properties to serialisation (#30) (f52dbb2)

v1.0.0

23 Jul 23:14
0e04301
Compare
Choose a tag to compare

1.0.0 (2021-07-23)

Features

  • use constructors not names for metadata storage (#20) (0e04301)

Fix "TypeError: Class constructor <C> cannot be invoked without 'new'"

15 Oct 21:11
222be82
Compare
Choose a tag to compare

The above error was being reported on upgrading to ES2105 as a compilation target. This change ensures that new is being used rather than apply.

We also upgrade Typescript for tighter type-checking.