Skip to content

Releases: longshotlabs/simpl-schema

3.0.1

26 Sep 02:13
Compare
Choose a tag to compare

3.0.1 (2022-09-26)

Bug Fixes

  • fix some confused TS types (52b0908)

3.0.0

18 Sep 16:56
Compare
Choose a tag to compare

3.0.0 (2022-09-18)

Features

1.12.3

21 Jul 14:29
Compare
Choose a tag to compare

1.12.3 (2022-07-21)

Bug Fixes

  • include extensions in objectKeys results (489b75d)

1.12.2

29 May 00:47
Compare
Choose a tag to compare

1.12.2 (2022-05-29)

Bug Fixes

  • fix required option being a function (53c8e20), closes #228

1.12.1

22 May 22:54
Compare
Choose a tag to compare

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

08 Apr 22:01
Compare
Choose a tag to compare

1.12.0 (2021-04-08)

Features

  • add skipRegExCheckForEmptyStrings field def option (d85435a), closes #350

1.11.1

08 Apr 21:09
Compare
Choose a tag to compare

1.11.1 (2021-04-08)

Bug Fixes

  • ignore keyNotInSchema for $type in $currentDate (3d7b815)

1.11.0

08 Apr 20:27
Compare
Choose a tag to compare

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.2

06 Oct 19:23
Compare
Choose a tag to compare

1.10.2 (2020-10-06)

Bug Fixes

1.10.1

08 Sep 20:39
Compare
Choose a tag to compare

1.10.1 (2020-09-08)

Bug Fixes

  • allow extending only array, not items (9891a15), closes #404