Please see the following the following releases to learn more about breaking changes and additions :
- https://github.com/adonisjs/validator/releases/tag/v13.0.0-0
- https://github.com/adonisjs/validator/releases/tag/v13.0.2-3
Important
This validator is now legacy and has been ported to facilitate migration to AdonisJS 6. We now recommend migrating to VineJS and also using it for new projects.
Docs : https://v6-migration.adonisjs.com/guides/validator-introduction
Commits
- Merge branch 'develop' ab3c110
- chore: publish under latest tag 8ec7567
- Merge pull request #180 from adonisjs/next f0fbb2e
- chore: update readme fe08b54
- fix: remove duplicate code 03754d1
- style: lint 05a47a2
- Merge branch 'develop' into next abcfef0
- feat: BigInt support 81aa868
- style: lint aaeb7ff
- fix: request module augmentation with
validate
423a15f - fix: type errors coming from validatorJs 5c89c2e
- chore: update dependencies 2fb440f
- style: lint files 1017157
- chore(release): 12.6.0 5b3356f
- feat(validation/bigint): allow to cast a number to bigint 233d206
- fix(validation/bigint): cast bigint like string to bigint 792dcd2
- feat: add bigint type validation d51a7d3
- fix: correct tests e15605d
- chore: bump version c24981f
- chore: update dependencies f910de0
- chore: update dependencies 4f7333f
- fix: handle infinite values and fail validation d1b41ae
New Contributors
- @MaximeMRF made their first contribution in #176
Full Changelog: v12.4.2...v13.0.2