Skip to content

Releases: Multiform-Validator/typescript-javascript

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.