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.