Skip to content

v3.1.0

Latest
Compare
Choose a tag to compare
@mjorgegulab mjorgegulab released this 13 Oct 21:21
· 4 commits to main since this release
ac70d46

Features

  • [feat(aes)] check module options on symmetric secure (2cd6a27)
  • [feat(hmac)] check module options on secure hmac (5add3e7)
  • [feat(hashing)] check module options + defaults password hashing argon2 (fcd000e)
  • [feat(kdf)] check required values + use default ones deriveMasterKey (b361096)

Refactoring

  • [chore(types)] subcategorize module options type (f5ba329)

Miscellaneous

  • [ops(publish)] add tests & format on npm publish workflow (cbe11de)
  • [chore] ignore wiki path on jest test (6ecf6a8)
  • [chore] add wiki to .npmignore (4ba323d)
  • [chore(core)] set version 3.1.0 (ac70d46)

Dependencies

  • [chore(deps)] upgrade eslint 8.57.1 (bb8efe0)
  • [chore(deps)] update & upgrade dependencies (22a378d)
  • [chore]] Create SECURITY.md (77cc9fc)

Tests

  • [test] check error when no required module options specified (7fe6f31)
  • [fix(tests)] ignore wiki path to jest tests (59700e2)

Documentation

  • [docs(config)] add search capabilities (00d861c)

Full Changelog: v3.0.0...v3.1.0