Enhancements
- TS: Improve rule functions results type to include arrays (#2085) thanks to @orblazer
- Improved VM watching for models (#2086) thanks to @jackmu95
- TS: Fixed
validator.flag
method typing to accept a partial of the flag interface (#2079) thanks to @Monchi - added
_default
message for the Swedish locale. (#2075) thanks to @yejcob
Fixes
- Fixed
confirmed
rule order of registration to re-evaluate on mounted instead of crashing. #2063