Releases: csueiras/reinforcer
Releases · csueiras/reinforcer
v0.4.1-alpha
Updated the description for Homebrew aiming to have the automated homebrew publishing workflow working.
v0.4.0-alpha
- Added generation of constants to reference the methods that were reinforced, this allows for compile-time safe reference to the method names when creating some custom logic within the predicate
v0.3.3-alpha
GoReleaser Test Release
Release with goreleaser (Second Try)
Release after fixes to goreleaser configuration
Release with goreleaser
This is a test release with goreleaser
Add version cli option
- Adds an option to retrieve the version of the release through the CLI flag
--version
Support middleware for no-return methods optionally
- Refactors code to reduce duplication of code
- Adds support for middleware injection into methods that don't return anything
- This is behind a CLI flag
First release of reinforcer
Release of reinforcer