Skip to content

Latest commit

 

History

History
69 lines (30 loc) · 2.86 KB

CHANGELOG.md

File metadata and controls

69 lines (30 loc) · 2.86 KB

2.3.0 (2023-05-30)

Features

2.2.0 (2023-05-27)

Features

  • migrate from tslint to eslint (#6) (9fff9a5)

2.1.0 (2023-05-22)

Features

  • introduce stronger types to fail fast (#5) (710704e)

2.0.1 (2023-05-04)

Bug Fixes

  • crash when data is null for a relationship (68e06e6)

2.0.0 (2023-04-20)

Features

  • use types instead of classes with ItemDeserializer (d31748b)

BREAKING CHANGES

  • ItemDeserializer is now a type and not an interface

The ItemSerializer needs to be implemented by having a type that contains the "type" and "deserialize" also supporting generics with the deserialize return value. See the updated documentation on README.md for details.

1.1.3 (2023-03-28)

Bug Fixes

1.1.2 (2023-03-28)

Bug Fixes

  • bump version to release updated docs etc to npm (307731c)

1.1.1 (2023-03-27)

Bug Fixes

  • add missing emptiness-check (20100d6)

1.1.0 (2023-03-27)

Features