Skip to content

Latest commit

 

History

History
56 lines (26 loc) · 2.8 KB

CHANGELOG.md

File metadata and controls

56 lines (26 loc) · 2.8 KB

Changelog

2.2.0 (2024-03-26)

Features

  • allow users to defer password hasing with isHashed parameter in createSrpSession (#29) (9d56963)

2.1.0 (2023-10-28)

Features

2.0.2 (2023-10-28)

Bug Fixes

  • dependabot Bump crypto-js from 4.1.1 to 4.2.0 (#22) (0478270)

2.0.1 (2023-10-22)

Bug Fixes

  • dependabot Bump @babel/traverse from 7.20.5 to 7.23.2 (#20) (336f139)
  • dependabot Bump xml2js from 0.4.19 to 0.5.0 (#16) (54c4f07)
  • dependabot Bump yaml from 2.1.3 to 2.2.2 (#18) (0eed40b)

2.0.0 (2023-02-19)

⚠ BREAKING CHANGES

  • Restructure of API to improve dev experience

Features

  • Restructure of API to improve dev experience (ae52b82)

1.0.1 (2022-12-31)

Bug Fixes

  • fixed broken ES imports by using file extensions in imports statements (04151b5)

1.0.0 (2022-12-30)

Features

  • refactor for initial release (5292dae)