Releases: victorgarciaesgi/regle
Releases · victorgarciaesgi/regle
v1.0.7
🐞 Bug Fixes
- Infered type of inline rule problems - by @victorgarciaesgi (4eb56)
View changes on GitHub
v1.0.6
🚀 Features
flatErrors
utility helper to flatten nested errors - by @victorgarciaesgi (3f8da)
View changes on GitHub
v1.0.5
🐞 Bug Fixes
- Removed
flush: post
from setting dirty values, preventing dirty when multiple watchers are registered - by @victorgarciaesgi (59015)
View changes on GitHub
v1.0.4
🐞 Bug Fixes
- Less strict collection typing - by @victorgarciaesgi (71457)
- Fixed status types for Arrays of primitives - by @victorgarciaesgi (489b0)
View changes on GitHub
v1.0.3
🚀 Features
- Add
clearnExternalErrors
option on$reset
- by @victorgarciaesgi (35f85)
🐞 Bug Fixes
- Fixed types issues with collections error types for Files constructors - by @victorgarciaesgi (3e113)
- Fix runtime issues with collections errors on schema and core mode - by @victorgarciaesgi (acf63)
View changes on GitHub
v1.0.2
🐞 Bug Fixes
- Chained wrappers not inferring values and params correctly - by @victorgarciaesgi (51d10)
View changes on GitHub
v1.0.1
🐞 Bug Fixes
- Unknown value in withAsync and withParams #81 - by @victorgarciaesgi in #81 (9aace)
View changes on GitHub
v1.0.0
1.0.0
release 🎉
Finally 1.0 is here! After a lot of API iteration I consider the library mature enough to be stable and to be used in production 💪 .
No specific changes for this version, just a normalization of release.
Roadmap
Regle 1.1
flatErrors
utility function- Plugin system
View changes on GitHub
v0.10.6
🚀 Features
- Added
allowEqual
option to rule value comparators, defaulting to true - by @victorgarciaesgi (f8123)
View changes on GitHub
v0.10.5
No significant changes