Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Releases: Nevoss/form-wrapper-js

v0.7.2

06 Mar 15:57
5a48658
Compare
Choose a tag to compare

Changes

  • Improvement of the documentation

v0.7.1

09 Feb 14:16
a6f8f56
Compare
Choose a tag to compare

News

  • Documentation to the library

v0.7.0

19 Jan 08:34
bdd8204
Compare
Choose a tag to compare

News

  • Promise base validation #32
  • Debounced validation in fieldChanged method #31

Changes

  • validate & validateField & validateAll methods in Form class is returning a promise and not a boolean, please notice that.

v0.6.2

03 Jan 14:21
9e69412
Compare
Choose a tag to compare

Changes

  • Updating README.md file
  • Splitting up types between files

v0.6.1

22 Dec 08:20
b237f76
Compare
Choose a tag to compare

Changes

  • Updating README.md file

v0.6.0

19 Dec 18:21
e7e2378
Compare
Choose a tag to compare

News:

  • warning about invalid fields #25
  • new README.md - update the usage section #23
  • interceptors - adding the option to intercept submission #22
  • adding the method assignDefaultOptions ee35dfb
  • code coverage reports in testing

Changes:

  • changing defaults to defaults.options

v0.5.0

11 Dec 08:39
2a43ab1
Compare
Choose a tag to compare

News

  • adding rollup.js as bundler
  • adding isDirty and isFieldDirty methods to Form class: 57634ba
  • adding touched and onFocus properties: 4e4aba7
  • event method: fieldChanged, fieldFocused, fieldBlurred: dcbb009

Changes

  • reset method has changed to resetValues
  • data method has changed to values
  • originalData property changed to initialValues
  • clearField on Errors class changed to unset
  • append on Errors class change to push
  • Removing lib dir and change it to dist dir that now ignore in git

v0.4.0

26 Nov 21:28
d07cc2b
Compare
Choose a tag to compare

Changes

  • Refactor all the code base to TypeScript (of course JS is still supported for usage)
  • Validation flow changed (more details here and here)
  • "delete" method in Errors class changed to the name "clearFiel

News

  • adding the option to change the defaults options of the Form Class
  • adding the $extra prop to form class (use for general purpose like select options and more) (more details)

v0.3.1

03 Nov 14:44
Compare
Choose a tag to compare

Changes

  • Switch from TravisCI to CircleCI

v0.3.0

02 Nov 15:37
f3af0db
Compare
Choose a tag to compare

Features

  • call "getFirstError" on Errors class

Changes

New

  • README.MD + CONTRIBUTING.MD
  • travis ci - auto deploy to npm