Skip to content

Releases: ryasmi/rulr

v10.7.1

09 Jan 17:40
Compare
Choose a tag to compare

10.7.1 (2025-01-09)

Bug Fixes

  • Corrects return type of rules constructed by sizedArrayRuleConstructor (a29ea54)

v10.7.0

09 Jan 15:01
b2ac749
Compare
Choose a tag to compare

10.7.0 (2025-01-09)

Features

v10.6.0

18 Dec 12:13
551df61
Compare
Choose a tag to compare

10.6.0 (2024-12-18)

Features

v10.5.0

25 Nov 12:48
e8e72e5
Compare
Choose a tag to compare

10.5.0 (2024-11-25)

Features

v10.4.0

25 Nov 12:13
23933fc
Compare
Choose a tag to compare

10.4.0 (2024-11-25)

Features

v10.3.0

17 Jun 11:52
ab3e39d
Compare
Choose a tag to compare

10.3.0 (2024-06-17)

Features

v10.2.2

19 Jan 14:41
81b4f37
Compare
Choose a tag to compare

10.2.2 (2024-01-19)

Bug Fixes

  • Package: Corrects repo URL (81b4f37)

v10.2.0

19 Jan 12:07
db8591f
Compare
Choose a tag to compare

10.2.0 (2024-01-19)

Features

  • Adds rules for text, mediumText, and tinyText #1520

v10.1.0

19 Jan 12:06
fe19409
Compare
Choose a tag to compare

10.1.0 (2024-01-19)

Features

  • Adds nonEmptyString rule #1519

v10.0.0

04 Nov 15:42
4fef9b8
Compare
Choose a tag to compare

10.0.0 (2023-11-04)

Bug Fixes

BREAKING CHANGES

  • Removes support for deprecated Node 16
  • Removes deprecated isBasicAuthFromString - instead use isBasicAuthAsString
  • Removes deprecated InvalidBasicAuthFromString - instead use InvalidBasicAuthAsString
  • Removes deprecated sanitizeBooleanAsString - instead use sanitizeBooleanFromString
  • Removes deprecated sanitizeJsonAsString - instead use sanitizeJsonFromString
  • Removes deprecated sanitizeNumberAsString - instead use sanitizeNumberFromString