Skip to content

Releases: csueiras/reinforcer

v0.4.1-alpha

16 Feb 02:11
96ab6cd
Compare
Choose a tag to compare

Updated the description for Homebrew aiming to have the automated homebrew publishing workflow working.

v0.4.0-alpha

16 Feb 01:50
f867d17
Compare
Choose a tag to compare
  • 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

16 Feb 00:10
3ee10cf
Compare
Choose a tag to compare
v0.3.3-alpha Pre-release
Pre-release

GoReleaser Test Release

Release with goreleaser (Second Try)

16 Feb 00:07
4abc5f0
Compare
Choose a tag to compare
Pre-release

Release after fixes to goreleaser configuration

Release with goreleaser

15 Feb 23:55
cd798e2
Compare
Choose a tag to compare
Pre-release

This is a test release with goreleaser

Add version cli option

15 Feb 22:58
f419eb1
Compare
Choose a tag to compare
Pre-release
  • Adds an option to retrieve the version of the release through the CLI flag --version

Support middleware for no-return methods optionally

15 Feb 20:52
3a6c15c
Compare
Choose a tag to compare
  • 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

09 Feb 14:01
0128f9c
Compare
Choose a tag to compare
Pre-release

Release of reinforcer