@@ -43,25 +43,25 @@ nav_order: 5
4343
4444##Version 1.0.0
4545###Changes and improvements
46- - ` default ` attribute added to the` map ` filter ( # 48 )
47- - escape sequences support added to the string literals ( # 49 )
48- - arbitrary ranges, generated sequences, input iterators, etc. now can be used with` GenericList ` type ( # 66 )
46+ - ` default ` attribute added to the` map ` filter
47+ - escape sequences support added to the string literals
48+ - arbitrary ranges, generated sequences, input iterators, etc. now can be used with` GenericList ` type
4949- nonstd::string_view is now one of the possible types for the` Value `
50- - ` filter ` tag support added to the template parser ( # 44 )
51- - ` escape ` filter support added to the template parser ( # 140 )
52- - ` capitalize ` filter support added to the template parser ( # 137 )
53- - the multiline version of` set ` tag added to the parser ( # 45 )
54- - added built-in reflection for nlohmann JSON and RapidJSON libraries ( # 78 )
50+ - ` filter ` tag support added to the template parser
51+ - ` escape ` filter support added to the template parser
52+ - ` capitalize ` filter support added to the template parser
53+ - the multiline version of` set ` tag added to the parser
54+ - added built-in reflection for nlohmann JSON and RapidJSON libraries
5555- ` loop.depth ` and` loop.depth0 ` variables support added
5656- {fmt} is now used as a formatting library instead of iostreams
5757- robin hood hash map is now used for internal value storage
5858- rendering performance improvements
5959- template cache implemented in` TemplateEnv `
6060- user-defined callables now can accept global context via` *context ` special param
61- - MinGW, clang >= 7.0, XCode >= 9, gcc >= 7.0 are now officially supported as a target compilers ( # 79 )
61+ - MinGW, clang >= 7.0, XCode >= 9, gcc >= 7.0 are now officially supported as a target compilers
6262
6363###Fixed bugs
64- - Fixed pipe (` | ` ) operator precedence ( # 47 )
64+ - Fixed pipe (` | ` ) operator precedence
6565- Fixed bug in internal char <-> wchar_t converter on Windows
6666- Fixed crash in parsing` endblock ` tag
6767- Fixed scope control for` include ` and` for ` tags