Skip to content

Releases: Multiform-Validator/typescript-javascript

2.4.0

13 Jan 18:21
Compare
Choose a tag to compare

Full Changelog: 2.3.1...2.4.0

2.3.1

12 Jan 14:34
Compare
Choose a tag to compare

Full Changelog: 2.3.0...2.3.1

2.3.0

12 Jan 14:31
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in #4

New Contributors

Full Changelog: 2.2.10...2.3.0

2.2.10

08 Jan 07:02
Compare
Choose a tag to compare

2.2.10

Full Changelog: 2.2.9...2.2.10

2.2.9

20 Oct 15:21
Compare
Choose a tag to compare
fix: esm and cjs import and require, update multiform-validator to ve…

2.2.8

20 Oct 15:09
Compare
Choose a tag to compare
refactor: update multiform-validator to version 2.2.8 and change modu…

2.2.7

20 Oct 14:50
Compare
Choose a tag to compare
refactor: update multiform-validator to version 2.2.7

- Updated the CDN links in the README.md file to use the latest version (2.2.7) of multiform-validator.
- Updated the version number in the package.json file to 2.2.7.
- Refactored the type definitions and error messages in the validateEmail.ts file.
- Updated the module code generation in the tsconfig.json file to use CommonJS instead of ES6.
- Added new test cases for invalid PNG, JPEG, and GIF images in the tests folder.
- Generated fake PNG, JPEG, and GIF images for testing purposes.