v0.3.1
What's Changed
- readme: add badges by @Kijewski in #110
- FastWritable data used in filters should be FastWritable by @Kijewski in #112
- derive: use fewer unwraps by @Kijewski in #111
- derive: understand extension
.rinja
+ don't panic if the extension is non-UTF-8 by @Kijewski in #116 - derive: allow split up template attributes by @Kijewski in #117
- parser: tell user proper keyword to end node by @Kijewski in #118
- readme: add reference to Rinja Playground by @Kijewski in #120
- Add missing
impl
s forAsIdent
+ fiximpl for Pin<?Sized>
by @Kijewski in #125 - Implement
FastWritable
for|json
by @Kijewski in #124 - Improve compile-time if conditions handling by @GuillaumeGomez in #126
- parser: reject closing delimiters that look like an operator by @Kijewski in #129
- parser: allow
match
nodes w/owhen
if there is anelse
by @Kijewski in #119 - book: fix typo in Template Syntax page by @m4tx in #133
- derive: no panics, less work, more compatibility by @Kijewski in #132
- ci: update and clean up by @Kijewski in #131
- Add support for
|
operator inwhen
by @GuillaumeGomez in #135 - Add documentation for
|
operator inwhen
by @GuillaumeGomez in #136 - derive: replace
ahash
withrustc-hash
by @Kijewski in #137 - Add support for b'a', b"a" and c"a" by @GuillaumeGomez in #140
- Move Syntax configuration and check into parser by @Kijewski in #141
- Re-add fuzzing by @Kijewski in #139
- derive: escape
int
,float
,bool
at compile time by @Kijewski in #142 - ci: run dependabot daily by @Kijewski in #143
- doc: use
feature(doc_cfg, doc_auto_cfg)
everywhere by @Kijewski in #144 - derive: allow supplying source in comment by @Kijewski in #127
- book: make sure that the ads are actually readable by @Kijewski in #146
- Bump version numbers for release v0.3.1 by @Kijewski in #148
Full Changelog: v0.3.0...v0.3.1