Releases: junglebarry/jsonapi-transformers
Releases · junglebarry/jsonapi-transformers
v2.1.1
2.1.1 (2022-04-18)
Bug Fixes
- deps: bump minimist from 1.2.5 to 1.2.6 (#85) (cf324b7)
v2.1.0
2.1.0 (2022-01-31)
Features
- add ability to check whether a registration exists (#70) (fcc5cfb)
v2.0.1
2.0.1 (2022-01-19)
Bug Fixes
v2.0.0
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
1.2.2 (2021-12-11)
Reverts
- Revert "feat!: partially-specify properties via constructor (#32)" (#47) (ebc10d7), closes #32 #47
v1.2.1
1.2.1 (2021-12-11)
Bug Fixes
v1.2.0
1.2.0 (2021-12-06)
Features
v1.1.0
1.1.0 (2021-12-06)
Features
- add
meta
properties to serialisation (#30) (f52dbb2)
v1.0.0
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'"
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.