Releases: gobuffalo/plush
Releases · gobuffalo/plush
v4.1.4
v4.1.3
v4.1.2
v4.1.1
Fixes the line number in errors and also returns inside functions.
v4.1.0
Disables cache by default and adds an EnableCache
option in case cache wanted. This comes from finding an issue with plush cache storing unbounded cache. Until we find a more definitive option for caching templates this is opt-in.
v4.0.0: Add go.mod support with v4 (#107)
* Add go.mod support with v4 * updated helpers * unused dot files