Skip to content

Migrate to TypeScript

Compare
Choose a tag to compare
@scriptex scriptex released this 14 Sep 07:11
· 39 commits to master since this release
8862a3b

This release:

  1. Migrates the codebase to TypeScript.
  2. Removes all dependencies (except TypeScript).
  3. Updates the documentation.
  4. 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'; 
  5. BREAKING - Removes the ability to directly import from local file or from unpkg.com.
  6. Add a new demo which can be found here.