Skip to content

Releases: Theshedman/password-validator.js

v1.3.8

02 Dec 18:17
014ecb8
Compare
Choose a tag to compare

1.3.8 (2023-12-02)

Bug Fixes

  • config: Remove multiple jest config (014ecb8)
  • src: update tsconfig, .gitignore, .npmignore, and package.json files (1e3a6bb)

v1.3.8-beta.1

02 Dec 18:17
014ecb8
Compare
Choose a tag to compare
v1.3.8-beta.1 Pre-release
Pre-release

1.3.8-beta.1 (2023-12-02)

Bug Fixes

  • config: Remove multiple jest config (014ecb8)
  • src: update tsconfig, .gitignore, .npmignore, and package.json files (1e3a6bb)

v1.3.7

02 Dec 17:39
e8b4756
Compare
Choose a tag to compare

1.3.7 (2023-12-02)

Bug Fixes

  • size: updated .npmignore file with additional entries to decrease the published package size. This was achieved by deselecting unnecessary files and directories, including IDE files, logs, coverage files, and dependency directories among others. "publishConfig" was also added to package.json file to permit public access. (e8b4756)

v1.3.7-beta.1

02 Dec 17:39
e8b4756
Compare
Choose a tag to compare
v1.3.7-beta.1 Pre-release
Pre-release

1.3.7-beta.1 (2023-12-02)

Bug Fixes

  • size: updated .npmignore file with additional entries to decrease the published package size. This was achieved by deselecting unnecessary files and directories, including IDE files, logs, coverage files, and dependency directories among others. "publishConfig" was also added to package.json file to permit public access. (e8b4756)

v1.3.6

28 Nov 15:24
ebb8648
Compare
Choose a tag to compare

1.3.6 (2023-11-28)

Bug Fixes

  • coverage: Update coverage workflow trigger in Github actions (8e143fd)

v1.3.5

28 Nov 15:01
5817eb7
Compare
Choose a tag to compare

1.3.5 (2023-11-28)

Bug Fixes

v1.3.4

28 Nov 12:51
a539bfb
Compare
Choose a tag to compare

1.3.4 (2023-11-28)

Bug Fixes

v1.3.3

28 Nov 05:07
1f3c1ab
Compare
Choose a tag to compare

1.3.3 (2023-11-28)

Bug Fixes

  • api: Refactor password validation directory structure (1f3c1ab)

v1.3.2

28 Nov 04:33
2f33cb6
Compare
Choose a tag to compare

1.3.2 (2023-11-28)

Bug Fixes

  • coverage: Add new GitHub Action for code coverage and update README badges (2f33cb6)

v1.3.1

28 Nov 02:50
d6b0d6a
Compare
Choose a tag to compare

1.3.1 (2023-11-28)

Bug Fixes

  • description: fix grammatical error in the package.json description (d6b0d6a)
  • types: Update validator description and adjust package export paths (367b935)