Skip to content

Latest commit

 

History

History
44 lines (19 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

44 lines (19 loc) · 1.45 KB

3.0.0 (2021-09-08)

Code Refactoring

  • rename Replacer to Serializer and Reviver to Deserializer (f42021d)

BREAKING CHANGES

  • most apis are renamed

2.0.0 (2021-09-08)

Features

  • refactoring: split Serializer to Replacer and Reviver, introduce customType() (8e0cc4b)

BREAKING CHANGES

  • refactoring: remove Serializer

1.0.2 (2021-09-05)

Bug Fixes

1.0.1 (2021-09-05)

Bug Fixes

  • fix types export, readme, change postinstall to prepare (dc45924)

1.0.0 (2021-09-05)

Features