Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 700 Bytes

CHANGELOG.md

File metadata and controls

43 lines (25 loc) · 700 Bytes

Changelog

1.0.0-alpha.2

  • Upgraded to MobX 6
  • Removed peerDependencies in favor of BYOM (Bring Your Own MobX)
  • Overhaul build, lint and test infra

1.0.0

  • Upgraded to MobX v4, breaks compatibility with MobX <= 3

0.2.0

  • Added clearErrors(field: string) to the context, lets you remove errors for a particular field.

0.1.4

  • Added url pattern validator.
  • Added func validator
  • More documentation

0.1.3

  • Skip falsy values in schema.

0.1.2

  • Moved mobx to peerDependencies.

0.1.1

  • Updated npm description.

0.1.0

  • Added validation.getErrors().
  • Added validation.getError().
  • Removed lodash dependency.

0.0.4

  • First official release.