[2025-02-03]
- 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
)
[2024-11-04]
- refactor: Move from 'validator' library to "@browsery/validator" for ESM compatibility (
5a0d1bd
)
[2024-11-04]
- nit: Updated dependencies (
f348c6c
)
[2024-09-14]
[2024-08-20]
- Fixed compatibility for "Node16" and "NodeNext" moduleResolution options (
9985ad6
)
[2024-08-12]
- Applied publint to check package.json (
cbb7553
)
[2024-08-12]
- Applied publint to check package.json (
cf051f4
)
[2024-08-12]
- Rollback to ES2020 (
bb198c6
)
[2024-08-09]
- Made ready for Node16 moduleResolution (
fc45964
)
[2024-07-14]
[2024-07-14]
- 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
)
[2024-05-18]
- Exposed toBigint (
50ad810
)
[2024-05-18]
[2024-05-18]
[2024-05-18]
[2024-05-06]
- Added validation generation option to enable coercing by default. (
5b012ee
)
[2024-03-29]
[2024-03-27]
- Updated dependencies (
117bab5
)
[2024-01-04]
- Now validator options persist in context (
418901f
)
[2023-12-23]
- Moved from "dayjs" to "date-fns" (
fd240af
)
[2023-12-23]
[2023-12-21]
- Moved all validator factories into "factories" namespace, (
e93dddd
)
[2023-12-08]
- Updated dependenices (
a539d1b
) - Pass "_this" parameter to preValidation and postValidation methods (
bdb6a97
)
[2023-12-04]
- Made preValidation and postValidation static (
71fa530
)
[2023-12-02]
- Updated dependencies (
4ff01f0
) - Added [preValidation] and [postValidation] to isObject rule (
2f8351d
)
[2023-11-27]
- Fixed isArray error location property. (
b42ca30
)
[2023-11-20]
- Added json parsing feature to isObject validator (
0cd128a
)
[2023-11-20]
- Optimized error messages (
21e29dc
)
[2023-11-15]
- Changed "trim" option (
b5eff4f
)
[2023-11-15]
- Fixed generating invalid date string (
6407ac6
)
[2023-11-15]
- Removed "format" option and added "precision" option to isDate validator (
2e332a6
) - Added test for "label" option (
162f41a
)
[2023-10-31]
- Updated validation messages. (
066fc4e
)
[2023-10-24]
- Added "coerce" option to isNull and isUndefined rules (
8c02040
)
[2023-08-17]
- Initial release of v4.0.0-alpha.1 (
499af8e
) - Implemented all initial validators and tests (
0ff5c5c
) - Updated dependencies (
804e00c
) - Better error handling (
91dae2f
) - Updated deps (
df1cb70
) - Added isBigint validator (
87ba007
) - Fixed isObject coerce issue (
47c7d4e
) - Improved isDateString (
59d0d14
) - Updated dayjs (
e212dd2
) - Updated deps (
d20588e
) - Updated deps (
82a2c0d
) - Fixed isObject coerce issue (
b79833b
)