- Fixes translations of multiple applications affecting each other within the same process. [href]
0.40.5
~~~~~~~~~~~~~~~~~~~
- Adds a data property function. [href]
- Adds the ability to override the csrf salt. [href]
0.40.4
~~~~~~~~~~~~~~~~~~~
- Fixes macro caching being too agressive. [href]
0.40.3
~~~~~~~~~~~~~~~~~~~
- Improves performance for pages with a lot of generated links. [href]
0.40.2
~~~~~~~~~~~~~~~~~~~
- Moves the chunks function into the utils module. [href]
0.40.1
~~~~~~~~~~~~~~~~~~~
- Fixes translating messages with no present locale throwing an error. The message is new returned untranslated, if the locale is not present (fallback to English). [msom]