All Versions
73
Latest Version
Avg Release Cycle
44 days
Latest Release
258 days ago

Changelog History
Page 2

  • v1.9.0 Changes

    May 16, 2021
    • โž• Add Context::remove
  • v1.8.0 Changes

    April 21, 2021
    • โž• Add linebreaksbr filter from Django
    • ๐Ÿ‘ Allow dots in context object key names
  • v1.7.1 Changes

    April 12, 2021
    • ๐Ÿ›  Fix parsing of filter arguments separated by whitespaces
  • v1.7.0 Changes

    March 07, 2021
    • ๐Ÿ‘ Allow rendering to std::io::Write
    • Follow symlinks in glob
    • ๐Ÿ‘ Allow including lists of templates
    • Comment tags can now use whitespace control
  • v1.6.1 Changes

    December 29, 2020
    • ๐Ÿ›  Fix date filter sometimes panicking with some format input
  • v1.6.0 Changes

    December 19, 2020
    • ๐Ÿ‘ Allow multiline function kwargs with trailing comma
    • โž• Add Context::try_insert
  • v1.5.0 Changes

    August 10, 2020
    • โž• Add the concept of safe functions and filters
    • ๐Ÿ‘ Allow negative index on slice filter
  • v1.4.0 Changes

    July 24, 2020
    • โž• Add Context::get and Context::contains_key
  • v1.3.1 Changes

    June 09, 2020
    • ๐Ÿ›  Fix raw tag swallowing all whitespace at beginning and end
    • ๐Ÿ‘‰ Make batch template sources generic
    • โœ… Automatically add function/test/filter function name to their error message
  • v1.3.0 Changes

    May 16, 2020
    • โž• Add a urlencode_strict filter
    • โž• Add more array literals feature in templates
    • ๐Ÿ‘‰ Make filter filter value argument optional