Skip to content

Releases: gobuffalo/plush

v3.6.9

20 Jan 17:07
Compare
Choose a tag to compare
contentFor behavior changed fixes #39

v3.6.8

19 Jan 17:10
Compare
Choose a tag to compare
fixed issue with plush not respecting overriding of it's default helpers

v3.6.7

17 Jan 16:17
Compare
Choose a tag to compare
Reassign Variables fixes #37

v3.6.6

17 Jan 15:07
Compare
Choose a tag to compare
added support for time formatting

v3.6.5: Render additional numeric types.

16 Jan 17:57
Compare
Choose a tag to compare
This expand's plush's type switch to include every numeric type listed
in Go's language reference, so that all number types will render
in templates. I have purposely omitted complex numbers because I don't
know enough to say whether this code would render them properly.

v3.6.4

14 Jan 20:59
Compare
Choose a tag to compare
more work on improving line numbers

v3.6.3

10 Jan 19:46
Compare
Choose a tag to compare
Out of memory on missing quote fixes #31

v3.6.2: Merge pull request #33 from gobuffalo/fix-missing-quote-memory-issue

09 Jan 19:31
3d4efd2
Compare
Choose a tag to compare

v3.6.1: Merge pull request #32 from gobuffalo/fix-for-loop-error-numbers

09 Jan 15:26
586a6d1
Compare
Choose a tag to compare
Line numbers for errors are wrongly reported inside of for loops fixes #30

v3.6.0

22 Dec 21:36
Compare
Choose a tag to compare
updated README to reflect the new `~=` operator