Skip to content

Releases: monetr/validation

v1.3.0

19 Jun 01:04
Immutable release. Only release title and notes can be modified.
806d4b0

Choose a tag to compare

1.3.0 (2026-06-19)

Features

  • Adding is.Base32 helper (538d26e)
  • Support custom errors on the AllOf helper (c510f1d)

Bug Fixes

  • Make the nil rule distinct in its error message (b6fec38)

Miscellaneous

Refactor

  • Migrate type assertions to the is package (c2db665)

v1.2.0

13 Jun 20:37
Immutable release. Only release title and notes can be modified.
0c7daf3

Choose a tag to compare

1.2.0 (2026-06-13)

Features

  • Adding an AllOf helper for more complex unions (1f2aa96)
  • Adding type constraints like isString or isBool (c3fd3de)

Build Automation

  • deps: update actions/checkout action to v6.0.3 (#16) (0c1a65b)
  • deps: update github/codeql-action action to v4.36.1 (#15) (97faa8c)
  • deps: update github/codeql-action action to v4.36.2 (#18) (cb75153)

v1.1.0

30 May 17:55
Immutable release. Only release title and notes can be modified.
75276d8

Choose a tag to compare

1.1.0 (2026-05-30)

Features

  • Adding IsPrintableUnicode (1aafdf4)
  • Adding more helpers, Eq and NotEq (ae9a45d)
  • Adding union/oneof validator (#14) (e0327ea)
  • More helpers, between, equal field, not equal field etc (8d864ed)

Bug Fixes

  • Fixed E164 bug (8ece6da)
  • Fixed missing currency (4d84cf7)
  • Fixed nil pointer dereference issue (bbbff68)
  • Fixing error template panic (8201e78)
  • Improving how Indirect works (8645c5e)

Miscellaneous

Build Automation

  • deps: update github/codeql-action action to v4.36.0 (#13) (c6a7c91)

v1.0.6

18 May 23:45
Immutable release. Only release title and notes can be modified.
c277e5e

Choose a tag to compare

1.0.6 (2026-05-18)

Bug Fixes

  • Adding proper generic type constraints (31d34c0)
  • Fixing codeql findings (1079f2b)
  • Fixing release please config (7eeac31)

Build Automation

  • Adding release please and renovate (6a2cb13)
  • deps: pin dependencies (#6) (d52dfcf)
  • deps: update actions/checkout action to v2.7.0 (#7) (281e4b8)
  • deps: update actions/checkout action to v6 (#10) (7ec6345)
  • deps: update actions/setup-go action to v5.6.0 (#9) (2085b26)
  • deps: update actions/setup-go action to v6 (#11) (6755e43)
  • Removing travis ci and adding codeql (d33acf0)