All Versions
15
Latest Version
Avg Release Cycle
96 days
Latest Release
1239 days ago

Changelog History
Page 2

  • v4.0.1 Changes

    July 14, 2020

    ๐Ÿ‘ Allows using parentheses syntax for function calls in pipelines, for example "foo" | repeat(2) | upper is now valid, when only "foo" | repeat: 2 | upper would work previously.

  • v4.0.0 Changes

    July 03, 2020

    ๐Ÿ”– Version 4 brings a lot of bug fixes and improvements as well as updated documentation, but make sure to read through the breaking changes before making the jump.

    ๐Ÿš€ Feel free to update and report any bugs (or undocumented breaking changes). I'm quite sure this release won't be perfect since there went a lot of work into it and the tests still leave a lot to be desired (and also because it's my first release).

  • v3.0.1 Changes

    September 08, 2020

    This is just v3.0.0 plus #176. Thanks @tooolbox for the backport!

  • v3.0.0

    January 13, 2020
  • v2.1.2 Changes

    November 04, 2017

    ๐Ÿš€ This release contains:

    • โœ… testing via TravisCI in the latest 2 Go versions (#69, #70)
    • aid in debugging when a template is included via the includeIfExists where the template is found but fails to render properly; the error is now bubbled up (#67) โ€“ thanks to @diogogmt