Skip to content

Releases: gobuffalo/plush

v4.1.4

22 Apr 01:18
73f5081
Compare
Choose a tag to compare

Some great additions to Plush:

  • Adds continue statement #134
  • Adds maps slice access #137
  • Fixes panic in evalExpression #135

Thanks @Mido-sys

v4.1.3

15 Apr 17:06
ab79cdf
Compare
Choose a tag to compare

More fixes to the if condition. Thanks @Mido-sys

v4.1.2

14 Apr 20:33
99f6eb9
Compare
Choose a tag to compare

Fixes for #128 and #116.
thanks @Mido-sys

v4.1.1

07 Apr 21:12
Compare
Choose a tag to compare

Fixes the line number in errors and also returns inside functions.

v4.1.0

22 Jan 19:07
a9f5b82
Compare
Choose a tag to compare

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)

16 Jan 16:16
eec9e0f
Compare
Choose a tag to compare
* Add go.mod support with v4

* updated helpers

* unused dot files

v3.8.3

15 Jul 18:25
Compare
Choose a tag to compare

Changelog

6aa8987 Fix func call line breaks in String() (#98)
c88d415 version bump: v3.8.3

v3.8.2

25 May 21:48
Compare
Choose a tag to compare

Changelog

03633e3 Delete shoulders.md
b49948b version bump: v3.8.2

v3.8.1

25 May 17:51
Compare
Choose a tag to compare

Changelog

8852b97 Improve func call error (#95)
6d4b474 Update test cases to account for nested comments. (#94)
28e5bfa version bump: v3.8.1

v3.8.0

16 Apr 20:28
Compare
Choose a tag to compare

Changelog

b5ff37b uses the new helpers package (#93)
e72a071 version bump: v3.8.0