Releases: metro-nom/mobx-binder
Releases · metro-nom/mobx-binder
Version 1.3.0
Version 1.2.0
- 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
- Upgrade to MobX 6 and removal of internal decorator usage
Version 0.6.1
- 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
- Condition "required" status and validation using
isRequired(key, condition)
. - Some more docs incl. corrections about conditional validation.
Version 0.5.0
- Remove the deprecated and non-validating
Binding.validate()
- the computed propertyvalidaty
now gives synchronous access to the validation status and result - New module
mobx-binder-dayjs
with validation and conversion support comparable to that ofmobx-binder-moment
. - Various updates to the sample implementation code