Releases: Kairum-Labs/should
Releases · Kairum-Labs/should
v0.2.1
What's Changed
- fix: BeEqual/NotBeEqual signatures back to any by @Andrei-hub11 in #49
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- docs: update README with Go Reference badge and remove unused SliceOrArray constraint from types by @Andrei-hub11 in #22
- feat: add BeSorted assertion by @Andrei-hub11 in #23
- chore: update golangci-lint configuration by @Andrei-hub11 and @ccoVeille in #26
- docs: enhance CONTRIBUTING.md with golangci-lint guidelines and usage by @Andrei-hub11 in #29
- feat: add BeSameTime assertion for time comparisons by @Andrei-hub11 and @ccoVeille in #28
- refactor: consolidate assertion options into options.go by @Andrei-hub11 in #30
- fix: update time msgs and type check in equality by @Andrei-hub11 in #32
- fix: remove actual value from BeOfType error output by @ImKairat in #34
- docs: update README and refactor assertion types by @Andrei-hub11 in #33
- feat: add BeError, BeErrorIs and BeErrorAs assertions for error by @Andrei-hub11 in #35
- refactor: update ContainFunc to use type-specific predicates by @Andrei-hub11 in #39
- feat: add formatted message support for assertions by @Andrei-hub11 and @ccoVeille in #42
- refactor: streamline BeEqual assertion for primitive types by @Andrei-hub11 and @ccoVeille in #43
- feat: add NotBeError assertion to verify no error occurs by @ImKairat, @Andrei-hub11 and @ccoVeille in #38
- feat: add BeWithin assertion for float comparisons by @Andrei-hub11 and @ccoVeille in #40
- docs: fix formatting of NotBeError example in web docs. by @ImKairat in #46
- chore: add dupword linter and update README by @Andrei-hub11 in #45
New Contributors
In the previous version, some contributors were inadvertently not highlighted.
We want to give proper credit to everyone, so in v0.2.0 we acknowledge:
- @lvchenjia made their first contribution in #14
- @aqsaaqeel made their first contribution in #18
Full Changelog: v0.1.0...v0.2.0
Thank you all for your valuable contributions!