Skip to content

Releases: gobuffalo/plush

v4.1.14

19 Jul 19:50
2719ced
Compare
Choose a tag to compare

What's Changed

  • fix: follow pointers when evaling identifiers by @gf3 in #160

New Contributors

  • @gf3 made their first contribution in #160

Full Changelog: v4.1.13...v4.1.14

v4.1.13

09 Jul 04:49
Compare
Choose a tag to compare

What's Changed

  • updated module dependencies including flect

Full Changelog: v4.1.12...v4.1.13

v4.1.12

08 Jun 15:52
2e14ef3
Compare
Choose a tag to compare

What's Changed

  • preparing go1.18 support by @sio4 in #153
  • replaced test action with starter/reusable workflow by @sio4 in #154
  • fix outofbounds access to a nested struct by @Mido-sys in #156

Full Changelog: v4.1.10...v4.1.12

v4.1.11

05 May 14:34
6c2169a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.9...v4.1.11

v4.1.10

24 Mar 19:26
6c2169a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.9...v4.1.10

v4.1.9

19 Nov 15:51
ea58c23
Compare
Choose a tag to compare

What's Changed

  • updated modules (helpers and tags) and fixed github action by @sio4 in #150

Full Changelog: v4.1.8...v4.1.9

v4.1.8

27 Oct 18:32
d00fd06
Compare
Choose a tag to compare

What's Changed

  • catch out of bounds slice/array index access by @Mido-sys in #145

Full Changelog: v4.1.7...v4.1.8

v4.1.7

27 Oct 13:19
69d8221
Compare
Choose a tag to compare

What's Changed

  • fix panic when a function argument contains a hash with a syntax error by @Mido-sys in #143
  • Changing supported version and using patched version of bluemonday by @paganotoni in #146
  • updated modules (github_flavored_markdown, tags, helpers, and testify) by @sio4 in #147
  • Line comments by @duckbrain in #114
  • Comments support by @paganotoni in #148

New Contributors

Full Changelog: v4.1.6...v4.1.7

v4.1.6

09 Aug 21:47
63095e9
Compare
Choose a tag to compare
Merge pull request #141 from gobuffalo/task-#96

Better wrapping for errors.

v4.1.5

06 May 21:58
a6ab98c
Compare
Choose a tag to compare
  • Solves a bug where the Plush partial helper was not considering preset context vars and overriding with Helpers.All.