Skip to content

Releases: metro-nom/mobx-binder

Version 1.3.0

13 Jul 14:48
Compare
Choose a tag to compare
  • Bind field methods to the instances, so that no arrow functions or bind() calls are needed from the callers side.
  • Improve handleBlur() implementation

Version 1.2.0

28 Sep 09:04
Compare
Choose a tag to compare
  • Add some state property to the Bindings to dump the internal state of a field validator/converter chain for debugging.
    • Support named validators and converters for better readability
  • Add some more linting rules to find potential issues

Version 1.0.0

08 Jan 11:08
Compare
Choose a tag to compare
  • Upgrade to MobX 6 and removal of internal decorator usage

Version 0.6.1

22 Dec 15:54
Compare
Choose a tag to compare
  • Bugfix release to fix an issue with the conditional required validation when there is another validation coming afterwards in the chain.

Version 0.6.0

22 Dec 14:22
Compare
Choose a tag to compare
  • Condition "required" status and validation using isRequired(key, condition).
  • Some more docs incl. corrections about conditional validation.

Version 0.5.0

19 Dec 12:49
Compare
Choose a tag to compare
  • Remove the deprecated and non-validating Binding.validate() - the computed property validaty now gives synchronous access to the validation status and result
  • New module mobx-binder-dayjs with validation and conversion support comparable to that of mobx-binder-moment.
  • Various updates to the sample implementation code