Skip to content

Latest commit

 

History

History
40 lines (20 loc) · 2.14 KB

CHANGELOG.md

File metadata and controls

40 lines (20 loc) · 2.14 KB

Changelog

0.5.0 (2024-05-25)

Features

  • ✨ make nil ErrorAssertion a valid option (#40) (93decab)

0.4.0 (2024-04-12)

Features

  • ✨ support simple message equality check (#35) (bb2f95e)

0.3.0 (2024-03-27)

Features

  • 📄 Open under MIT license (4baa589)

0.2.0 (2024-03-15)

Features

  • ✨ allow to combine assertions with Want (#23) (c579a57)
  • ✨ support checking gRPC status errors (#25) (4ceacfc)

0.1.0 (2024-03-13)

Features

  • 🚧 Basic nil/non-nil assertions (#11) (80a337c)
  • 🚧 basic string based assertions (#15) (7678568)
  • 🚧 Define the interface of the error assertion (#8) (f61f13c)
  • 🚧 go1.13 ErrorIs/ErrorAs assertions (#12) (155d565)