v0.3.0
What's Changed
- Add newly added f16 and f128 types in parsing by @GuillaumeGomez in #82
- parser: better error msg for unknown number suffices by @Kijewski in #84
- Every used template gets referenced exactly once by @Kijewski in #87
- Implement
is (not) defined
feature by @GuillaumeGomez in #78 - Try not to use
fmt::Formatter
s by @Kijewski in #86 - derive: suppress
cfg(feature = "__standalone")
warnings by @Kijewski in #89 - Add handling of boolean literals to condition evaluation by @GuillaumeGomez in #91
- derive: escape strings at compile-time when possible by @Kijewski in #92
- Remove expansion chapter from rinja book by @GuillaumeGomez in #95
- Fix 404 page on readthedocs by @GuillaumeGomez in #97
- Implement operator
as
in template language by @Kijewski in #63 - parser: use
memchr
to speed-upskip_till()
by @Kijewski in #90 - Change the error message to make it start at the
as
keyword by @GuillaumeGomez in #99 - Speed-up HTML escaping a little bit by @Kijewski in #100
- derive: better use of spans and file information in error messages by @Kijewski in #102
- Clarify that rinja doesn't depend on askama but is a fork by @GuillaumeGomez in #105
- Add support for rest pattern by @GuillaumeGomez in #104
- derive: make sure that static CACHE is never dropped by @Kijewski in #108
- Bump version numbers to v0.3.0 by @Kijewski in #107
Full Changelog: v0.2.0...v0.3.0