Skip to content

Releases: majorcluster/pedestal-api-helper

v0.11.0

30 Mar 15:19
e3f79cb

Choose a tag to compare

v0.11.0
just bumping libraries

v0.10.1

09 Jul 16:46

Choose a tag to compare

v0.10.1 changes:

  • [NEW] :validate/ignore-if-absent ^boolean for validation and validate-and-mop validation map is possible for custom validation now as well

v0.10.0

16 Jun 21:46
22ed2c4

Choose a tag to compare

v0.10.0 changes:

  • :validate/mandatory now produces invalid exception for empty in case of string
  • [NEW] :validate/ignore-if-absent ^boolean for validation and validate-and-mop validation map is possible to ignore the validation when the key is not present in the map (useful for PATCH requests, where you want to validate mins, maxes, regex, only if the field exists)

v0.9.1

07 Apr 02:20

Choose a tag to compare

v0.9.1

  • Docs adjustments
  • Adding auto-deployment script