Releases: victorgarciaesgi/regle
Releases · victorgarciaesgi/regle
v0.5.1
🚀 Features
- Added
withDeps
to valibot and zod - by @victorgarciaesgi (de5f0) - Removed
ruleHelpers
alias, replaced by direct imports - by @victorgarciaesgi (4dab7)
View changes on GitHub
v0.5.0
🚀 Features
Valibot
support via@regle/valibot
- Added
$silentValue
property - by @victorgarciaesgi (7cd76)
View changes on GitHub
v0.4.9
🐞 Bug Fixes
- Fixed edge handling with Native Dates and Files values - by @victorgarciaesgi (c3de7)
View changes on GitHub
v0.4.8
🚀 Features
- Better unwrap getter parameters instead of executing them directly - by @victorgarciaesgi (98b38)
View changes on GitHub
v0.4.7
🚀 Features
- Process every $each callback with an effectScope to avoid loops - by @victorgarciaesgi (263c4)
View changes on GitHub
v0.4.6
🐞 Bug Fixes
- Fixed Pinia bug with
$dispose
and improved bundle output - by @victorgarciaesgi (08fcd) - Better intercept error boundaries on validators, params and messages - by @victorgarciaesgi (9907c)
View changes on GitHub
v0.4.6-beta.2
🐞 Bug Fixes
- Better intercept error boundaries on validators, params and messages - by @victorgarciaesgi (9907c)
View changes on GitHub
v0.4.6-beta.1
🐞 Bug Fixes
- Fixed Pinia bug with
$dispose
and improved bundle output - by @victorgarciaesgi (08fcd)
View changes on GitHub
v0.4.5
🐞 Bug Fixes
- Fixed some types issues with RegleStatus, inferRules. Fixed undefined case with
active
- by @victorgarciaesgi (a6462)
View changes on GitHub
v0.4.4
🐞 Bug Fixes
- Fixed behaviour with
$autoDirty
and$rewardEarly
when dependency change - by @victorgarciaesgi (876f3)