Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

42 lines (23 loc) · 2.48 KB

2.0.0 (2023-07-30)

⚠ BREAKING CHANGES

  • signature: CHANGES

Features

  • serialize: add generic type and typeGuard parameter to serialize and deserialize (6542bf6)
  • serialize: serialize and deserialize (#42) (0c008fe)
  • signature: provide overloads for stringify and parse (95ef4b8)

Bug Fixes

  • serialize: add missing return type (04577d3)
  • types: use namespace export for better consumption (759eaa7)

1.1.1 (2023-03-25)

Bug Fixes

  • stringify: use base64url as compression output (#33) (328c3f7), closes #32

1.1.0 (2023-03-23)

Features

  • output and accept base64url instead of base64 (#30) (f0a2362)

Bug Fixes

1.0.3 (2023-03-18)

Bug Fixes

  • exports: fix CommonJS export for browsers (#24) (50f791d)
  • ci: remove release notes from commit message (#26) (1aaf0a3)
  • ci: replace @semantic-release/git with GitHub Actions (#27) (cc10cde)