11 | | - Add support for native types in macros. `#1510` |
12 | | - The `{% trans %}` tag can use pgettext and npgettext by passing a context string as the first token in the tag, like `{% trans "title" %}`. `#1430` |
13 | | - Update valid identifier characters from Python 3.6 to 3.7. `#1571` |
14 | | - Filters and tests decorated with `@async_variant` are pickleable. `#1612` |
15 | | - Add items filter. `#1561` |
16 | | - Subscriptions (`[0]`, etc.) can be used after filters, tests, and calls when the environment is in async mode. `#1573` |
17 | | - The groupby filter is case-insensitive by default, matching other comparison filters. Added the case_sensitive parameter to control this. `#1463` |
18 | | - Windows drive-relative path segments in template names will not result in FileSystemLoader and PackageLoader loading from drive-relative paths. `#1621` |
| 11 | - Add support for native types in macros. |
| 12 | - The `{% trans %}` tag can use pgettext and npgettext by passing a context string as the first token in the tag, like `{% trans "title" %}`. |
| 13 | - Update valid identifier characters from Python 3.6 to 3.7. |
| 14 | - Filters and tests decorated with `@async_variant` are pickleable. |
| 15 | - Add items filter. |
| 16 | - Subscriptions (`[0]`, etc.) can be used after filters, tests, and calls when the environment is in async mode. |
| 17 | - The groupby filter is case-insensitive by default, matching other comparison filters. Added the case_sensitive parameter to control this. |
| 18 | - Windows drive-relative path segments in template names will not result in FileSystemLoader and PackageLoader loading from drive-relative paths. |