Releases: Multiform-Validator/typescript-javascript
Releases · Multiform-Validator/typescript-javascript
2.4.0
Full Changelog: 2.3.1...2.4.0
2.3.1
Full Changelog: 2.3.0...2.3.1
2.3.0
What's Changed
- chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in #4
New Contributors
- @dependabot made their first contribution in #4
Full Changelog: 2.2.10...2.3.0
2.2.10
2.2.10
Full Changelog: 2.2.9...2.2.10
2.2.9
fix: esm and cjs import and require, update multiform-validator to ve…
2.2.8
refactor: update multiform-validator to version 2.2.8 and change modu…
2.2.7
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.