Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Sep 19:23
c420534

0.7.0 (2024-09-09)

⚠ BREAKING CHANGES

  • custom tests now require that you pass a test struct or use the TestFunc() helper
  • All z.Errors functions have changed. I still don't recommend you use them since they might still change in the future

Features

  • better errors (fe78a8d)
  • move coercers to default variable to make it easier to replace the coercers struct without losing access to the default coercers (2387330)
  • new & improved API for custom tests (9acfc37)

Bug Fixes

  • bool coercer (#14) (01f8c17)
  • minor fix to order of operations when required is set (cff0fc3)
  • Time().EQ() was broken due to typo (9310e1a)

Miscellaneous Chores

Code Refactoring

  • custom test method is now more in line with the rest. (d163f36)