2.3.0 (2023-05-30)
2.2.0 (2023-05-27)
2.1.0 (2023-05-22)
2.0.1 (2023-05-04)
- crash when data is null for a relationship (68e06e6)
2.0.0 (2023-04-20)
- use types instead of classes with ItemDeserializer (d31748b)
- 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)
- conflicting license (f4ac569)
1.1.2 (2023-03-28)
- bump version to release updated docs etc to npm (307731c)
1.1.1 (2023-03-27)
- add missing emptiness-check (20100d6)
1.1.0 (2023-03-27)
- use semantic-release (4ffeafc)