File tree Expand file tree Collapse file tree 1 file changed +10
-13
lines changed
Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to MiniJinja are documented here.
44
5- ## 2.9 .0
5+ ## 2.8 .0
66
7+ - Added ` SemiStrict ` undefined mode that is like strict but allows
8+ to be checked for truthiness. Additionally an if expression without
9+ an else block will always produce a silent undefined object that
10+ never errors for compatibility with Jinja2. #687
11+ - Make the trait bounds of ` ViaDeserialize ` stricter. Now the type
12+ can only be constructed if the type implements ` DeserializeOwned ` .
13+ This is not a new requirement for passing the function to
14+ ` add_function ` but bad code will now error earlier for better
15+ error reporting. #689
716- Raise MSRV to 1.70.
817- The contrib crate now uses a basic xorrand implementation instead
918 of depending on all of the ` rand ` module. #696
@@ -40,18 +49,6 @@ All notable changes to MiniJinja are documented here.
4049- Added ` load_from_path ` to python. #736
4150- Added JavaScript bindings. #737
4251
43- ## 2.8.0
44-
45- - Added ` SemiStrict ` undefined mode that is like strict but allows
46- to be checked for truthiness. Additionally an if expression without
47- an else block will always produce a silent undefined object that
48- never errors for compatibility with Jinja2. #687
49- - Make the trait bounds of ` ViaDeserialize ` stricter. Now the type
50- can only be constructed if the type implements ` DeserializeOwned ` .
51- This is not a new requirement for passing the function to
52- ` add_function ` but bad code will now error earlier for better
53- error reporting. #689
54-
5552## 2.7.0
5653
5754- Removed string interning. #675
You can’t perform that action at this time.
0 commit comments