Releases: longshotlabs/simpl-schema
Releases · longshotlabs/simpl-schema
3.0.1
3.0.1 (2022-09-26)
Bug Fixes
- fix some confused TS types (52b0908)
3.0.0
3.0.0 (2022-09-18)
Features
1.12.3
1.12.3 (2022-07-21)
Bug Fixes
- include extensions in objectKeys results (489b75d)
1.12.2
1.12.2 (2022-05-29)
Bug Fixes
- fix required option being a function (53c8e20), closes #228
1.12.1
1.12.1 (2022-05-22)
Bug Fixes
- remove or improve some regEx (f222f8f)
NOTE: To avoid potential ReDoS vulnerabilities, update to this release and also discontinue use of the built-in Url
and Phone
regular expressions, which are deprecated and will be removed in a future major release. Instead, use new URL()
to validate URLs and use a fitting phone number library to validate phone numbers.
1.12.0
1.12.0 (2021-04-08)
Features
- add skipRegExCheckForEmptyStrings field def option (d85435a), closes #350
1.11.1
1.11.1 (2021-04-08)
Bug Fixes
- ignore keyNotInSchema for $type in $currentDate (3d7b815)
1.11.0
1.11.0 (2021-04-08)
Bug Fixes
- update possibly vulnerable deps (84d047b)
Features
- add basic support for $currentDate (13032df)
- add keepRawDefinition option (#395) (3810591)
1.10.1
1.10.1 (2020-09-08)
Bug Fixes
- allow extending only array, not items (9891a15), closes #404