Plush Versions Save

The powerful template system that Go needs

v4.1.10

2 years ago

What's Changed

Full Changelog: https://github.com/gobuffalo/plush/compare/v4.1.9...v4.1.10

v4.1.9

2 years ago

What's Changed

Full Changelog: https://github.com/gobuffalo/plush/compare/v4.1.8...v4.1.9

v4.1.8

2 years ago

What's Changed

Full Changelog: https://github.com/gobuffalo/plush/compare/v4.1.7...v4.1.8

v4.1.7

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/gobuffalo/plush/compare/v4.1.6...v4.1.7

v4.1.6

2 years ago

v4.1.5

3 years ago
  • Solves a bug where the Plush partial helper was not considering preset context vars and overriding with Helpers.All.

v4.1.4

3 years ago

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

3 years ago

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

v4.1.2

3 years ago

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

v4.1.1

3 years ago

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