Skip to content

v2.0.6

Choose a tag to compare

@cinar cinar released this 05 Sep 18:29
· 13 commits to main since this release
9f97999

What's Changed

  • Stop maintaining a running Unreleased section in CHANGELOG.md by @cinar in #223
  • [1/11] Cache compiled regexp patterns instead of recompiling on every check by @cinar in #224
  • [2/11] Fast-path static error messages and cache parsed templates by @cinar in #225
  • [3/11] Add omitempty checker-tag modifier by @cinar in #226
  • [4/11] Add uuid checker by @cinar in #227
  • [5/11] Add oneof checker by @cinar in #228
  • [6/11] Add gt/lt strict numeric comparison checkers by @cinar in #229
  • [7/11] Add eq/ne literal value checkers by @cinar in #230
  • [8/11] Add alpha/numeric checkers by @cinar in #231
  • Fix ZWNJ literal in fa_ir NOT_ALPHA message (staticcheck ST1018) by @cinar in #235
  • [9/11] Add contains/starts-with/ends-with substring checkers by @cinar in #232
  • [10/11] Add len exact-length checker by @cinar in #236
  • [11/11] Support validate tag as a fallback for checkers tag by @cinar in #234
  • Add project logo and center the README header by @cinar in #237

Full Changelog: v2.0.5...v2.0.6