Skip to content

v0.1.4

Compare
Choose a tag to compare
@phroggyy phroggyy released this 31 Jan 10:29
· 1 commit to main since this release

This release fixes a bug where specifying backslashes in the event name would cause the plugin to error during the gofmt step.

This happened because v0.1.3 was printing the string return "Foo\Bar" rather than return "Foo\\Bar", where \B would be an invalid escape sequence.