Skip to content

Releases: jayrchamp/adonis-strict-validator

v2.1.5

25 Jul 23:27

Choose a tag to compare

🐞 Fixes

  • field not being pass to computed messages correctly (5aa7059)
  • unflat rules object to get rid of sub-level keys (036d550), closes #4

v2.1.2

25 Jul 23:14

Choose a tag to compare

🐞 Fixes

  • Cannot read property 'strict_fields' of undefined (28d51ab)

v2.1.1

25 Jul 23:14

Choose a tag to compare

💡 Refactor

  • Add support for Validator message as a function (f12fa80)

v2.1.0

25 Jul 23:13

Choose a tag to compare

🤩 Features

  • Add support for noEmpty getter on Validator instances preventing request body/query to be empty (da2071a)

v2.0.1

25 Jul 23:13

Choose a tag to compare

💡 Refactor

  • Add support to provide a custom validation message for "strict_fields" validation (d9decb5)