Skip to content

Releases: scriptex/html5-form-validator

Fix the URL to the demo

07 Nov 07:20
Compare
Choose a tag to compare
2.0.1

Fix URL to demo

Migrate to TypeScript

14 Sep 07:11
8862a3b
Compare
Choose a tag to compare

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.

New Year!

03 Jan 08:07
Compare
Choose a tag to compare

This release updates distribution files and all dependencies

Optimized distribution

18 Aug 11:07
Compare
Choose a tag to compare

This release removes Webpack as a module bundler and uses Babel extensively.
Babel is now officially updated to v.7

UMD

16 Apr 11:21
Compare
Choose a tag to compare
UMD

This release exports the html5formValidation library using the UMD pattern

Add browser build

02 Apr 06:38
Compare
Choose a tag to compare

This release add transpiled version for safe usage in a browser

First stable

06 Feb 15:59
Compare
Choose a tag to compare
0.1.0

Update version and reindent