Releases: scriptex/html5-form-validator
Releases · scriptex/html5-form-validator
Fix the URL to the demo
Migrate to TypeScript
This release:
- Migrates the codebase to TypeScript.
- Removes all dependencies (except TypeScript).
- Updates the documentation.
- BREAKING - Changes the name of the library. You should change it to:
import { HTML5FormValidation } from 'html5-form-validator'; // or import HTML5FormValidation from 'html5-form-validator';
- BREAKING - Removes the ability to directly import from local file or from unpkg.com.
- Add a new demo which can be found here.
New Year!
Optimized distribution
This release removes Webpack as a module bundler and uses Babel extensively.
Babel is now officially updated to v.7
UMD
Add browser build
This release add transpiled version for safe usage in a browser
First stable
0.1.0 Update version and reindent