Skip to content

Latest commit

 

History

History
266 lines (165 loc) · 9.45 KB

CHANGELOG.md

File metadata and controls

266 lines (165 loc) · 9.45 KB

v5.13.0

[2025-02-03]

Changes

  • refactor: Updated dependencies (dca11c1)
  • refactor: Changed error messages to "positive sentences" (3b746df)
  • chore: Updated github workflow (661738f)
  • dev: Fixed ts config (e3251ce)
  • dev: Added missing script (dd019d9)

v5.12.0

[2024-11-04]

Changes

  • refactor: Move from 'validator' library to "@browsery/validator" for ESM compatibility (5a0d1bd)

v5.11.0

[2024-11-04]

Changes

  • nit: Updated dependencies (f348c6c)

v5.10.0

[2024-09-14]

Changes

  • chore: Moved from circleci to github actions (179e630)
  • fixed: Circular imports (f2a83b9)

v5.9.0

[2024-08-20]

Changes

  • Fixed compatibility for "Node16" and "NodeNext" moduleResolution options (9985ad6)

v5.8.2

[2024-08-12]

Changes

  • Applied publint to check package.json (cbb7553)

v5.8.1

[2024-08-12]

Changes

  • Applied publint to check package.json (cf051f4)

v5.8.0

[2024-08-12]

Changes

v5.7.0

[2024-08-09]

Changes

  • Made ready for Node16 moduleResolution (fc45964)

v5.6.0

[2024-07-14]

Changes

  • Added isNotNull and isNotNullish rules (19902a5)
  • Added isNotNull and isNotNullish rules (ff881d6)

v5.5.0

[2024-07-14]

Changes

  • Moved eslint config to @panates/eslint-config (c2f3e2d)
  • Changed error message (3edf948)
  • Removed coercing of isNull and isNullish rules (4337d0a)
  • Now pipe can return original input value when returnIndex = -1 (baf698c)

v5.4.1

[2024-05-18]

Changes

v5.4.0

[2024-05-18]

Changes

  • Added returnIndex to pipe() (87458ad)
  • Updated circleci config (101361c)

v5.3.2

[2024-05-18]

Changes

v5.3.1

[2024-05-18]

Changes

v5.3.0

[2024-05-06]

Changes

  • Added validation generation option to enable coercing by default. (5b012ee)

v5.2.2

[2024-03-29]

Changes

v5.2.1

[2024-03-27]

Changes

v5.2.0

[2024-01-04]

Changes

  • Now validator options persist in context (418901f)

v5.1.0

[2023-12-23]

Changes

  • Moved from "dayjs" to "date-fns" (fd240af)

v5.0.1

[2023-12-23]

Changes

  • Added new rules (ddcab7c)
  • Moved all validator factories into "factories" namespace, (2ac5abd)

v5.0.0

[2023-12-21]

Changes

  • Moved all validator factories into "factories" namespace, (e93dddd)

v4.3.2

[2023-12-08]

Changes

  • Updated dependenices (a539d1b)
  • Pass "_this" parameter to preValidation and postValidation methods (bdb6a97)

v4.3.1

[2023-12-04]

Changes

  • Made preValidation and postValidation static (71fa530)

v4.3.0

[2023-12-02]

Changes

  • Updated dependencies (4ff01f0)
  • Added [preValidation] and [postValidation] to isObject rule (2f8351d)

v4.2.5

[2023-11-27]

Changes

  • Fixed isArray error location property. (b42ca30)

v4.2.4

[2023-11-20]

Changes

  • Added json parsing feature to isObject validator (0cd128a)

v4.2.3

[2023-11-20]

Changes

  • Optimized error messages (21e29dc)

v4.2.2

[2023-11-15]

Changes

v4.2.1

[2023-11-15]

Changes

  • Fixed generating invalid date string (6407ac6)

v4.2.0

[2023-11-15]

Changes

  • Removed "format" option and added "precision" option to isDate validator (2e332a6)
  • Added test for "label" option (162f41a)

v4.1.0

[2023-10-31]

Changes

  • Updated validation messages. (066fc4e)

v4.0.1

[2023-10-24]

Changes

  • Added "coerce" option to isNull and isUndefined rules (8c02040)

v4.0.0

[2023-08-17]

Changes