Skip to content

Releases: rstgroup/form-schema-validation

2.0.1

22 Dec 06:12
Compare
Choose a tag to compare

FIX

  • old version compatibility (Schema and SchemaType checking)

v2.0.0

26 Jun 09:33
83931f6
Compare
Choose a tag to compare

CHANGED

  • change merge errors behavior.

1.17.4

20 Mar 16:56
Compare
Choose a tag to compare

FIXES

  • mergeErrors problem with merge arrays of strings

1.17.3

07 Nov 11:35
Compare
Choose a tag to compare

FIXES

  • add babel polifill and remove eslint react plugin

1.17.2

06 Nov 20:18
Compare
Choose a tag to compare

FIX

  • fix setModelError for set error as object

1.17.1

06 May 12:59
Compare
Choose a tag to compare

FIXED

  • support for async child schema validation

1.17.0

28 Oct 11:45
Compare
Choose a tag to compare

ADDED

  • posibility to extend field validators by extendFieldValidators method on schema instance
  • getField method response extended by parentSchema (field parent schema instance)

1.16.0

16 Oct 08:43
Compare
Choose a tag to compare

ADDED

  • Custom validators allow to define a function that will calculate error messages during validation #16

1.15.1

14 Mar 10:52
Compare
Choose a tag to compare

REFACTOR

  • merge errors refactor and unit tests

1.15.0

23 Feb 09:21
Compare
Choose a tag to compare

ADDED

  • additional validators promises support