Skip to content

Latest commit

 

History

History
149 lines (68 loc) · 5.45 KB

CHANGELOG.md

File metadata and controls

149 lines (68 loc) · 5.45 KB

1.2.1 (2024-05-09)

Bug Fixes

1.2.0 (2024-05-09)

Bug Fixes

  • broken aes-128-ctr mode (8356294)

1.1.1 (2024-04-20)

Bug Fixes

  • types: it wrongfully allowed using digest algorithms in encryption options (3f72198)

1.1.0 (2024-03-09)

1.0.0 (2023-10-14)

0.10.1 (2023-09-01)

Bug Fixes

  • deno: types not being pickup (f0793da)

0.10.0 (2023-09-01)

0.9.0 (2023-09-01)

Bug Fixes

  • types: prevent false ts errors with node webcrypto (a0f1b6e)

0.8.2 (2023-08-29)

0.8.1 (2023-08-29)

0.8.0 (2023-07-17)

0.7.1 (2023-06-26)

0.7.0 (2023-04-22)

0.6.0 (2023-03-14)

Bug Fixes

  • types: emit .d.cts files and fix export map (d1cb1e6)

0.5.0 (2023-02-11)

0.4.0 (2023-02-07)

Features

  • drop dependency on buffer and use standard uint8array (#5) (285bfd9)

0.3.1 (2023-02-07)

Bug Fixes

  • group exports to default (45f96d5)

0.3.0 (2023-02-07)

Bug Fixes

  • don't polyfill buffer on node (#4) (421c853)

0.2.7 (2022-12-17)

Bug Fixes

  • reorder exports to move types to top (e3bb1cb)

0.2.6 (2022-11-20)

0.2.5 (2022-09-09)

Bug Fixes

  • return null if decrypted string is empty (a87ed60)

Performance Improvements

  • use interfaces instead of types (e898dbf)

0.2.4 (2022-09-01)

Bug Fixes

0.2.3 (2022-09-01)

Bug Fixes

0.2.2 (2022-08-28)

0.2.1 (2022-08-28)

Performance Improvements

  • externalize buffer and re-export all types (df68feb)

0.2.0 (2022-08-27)

0.1.0 (2022-06-08)

Features

  • rely on manual dependency injection (2c79346)

0.0.2 (2022-06-08)

Bug Fixes

  • make esbuild think @peculiar/webcrypto is external (fe10385)

0.0.1 (2022-05-19)

Features