Skip to content

Releases: gobuffalo/plush

v3.0.12

22 Dec 20:25
Compare
Choose a tag to compare
Merge branch 'master' of github.com:gobuffalo/plush

v3.0.11

22 Dec 18:32
Compare
Choose a tag to compare
empty string is truthy fixes #24

v3.0.10

22 Dec 16:54
Compare
Choose a tag to compare
ok, i think this precedences stuff is finally under control

v3.0.9

22 Dec 16:44
Compare
Choose a tag to compare
fixed issue with and or precedence

v3.0.8

22 Dec 16:23
Compare
Choose a tag to compare
added regex matching for strings

v3.0.7: Merge pull request #25 from gobuffalo/fix-overriding-builtins

22 Dec 15:51
37fc182
Compare
Choose a tag to compare
Built-in helpers are loaded after custom helpers

v3.0.6: Merge pull request #23 from gobuffalo/allow-no-param-for-variadic

18 Nov 16:04
07945e7
Compare
Choose a tag to compare
Variadic function allows 0 to n params, so must Plush

v3.0.5: Merge pull request #21 from gobuffalo/handle-variadic-helpers

14 Nov 14:19
b038cde
Compare
Choose a tag to compare

v3.0.4

03 Nov 20:32
Compare
Choose a tag to compare
improved another error message

v3.0.3

03 Nov 18:39
Compare
Choose a tag to compare
unknown values are ok in if statements