Releases: victorgarciaesgi/regle
Releases · victorgarciaesgi/regle
v0.5.7
🚀 Features
- Added missing TSDocs is most of the properties - by @victorgarciaesgi (d9b83)
View changes on GitHub
v0.5.6
🐞 Bug Fixes
- Fixed unwanted console.log and added config to avoid future mistakes - by @victorgarciaesgi (1bcaa)
View changes on GitHub
v0.5.5
🐞 Bug Fixes
- Support for Zod's default() for arrays #39 - by @victorgarciaesgi in #39 (43bbd)
View changes on GitHub
v0.5.4
🚀 Features
- Handled SSR warning for onScopeDispose - by @victorgarciaesgi (c85da)
View changes on GitHub
v0.5.3
v0.5.2
🚀 Features
- Improved type error handling and valibot global config - by @victorgarciaesgi (d2e65)
- Added global config and inferRules support for zod - by @victorgarciaesgi (e91aa)
View changes on GitHub
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)