What's Changed
- derive: clean up and simplify filter generation by @Kijewski in #184
- Improve handling of
*
and&
operators in functions/methods arguments by @GuillaumeGomez in #189 - derive: remove
once_map
dependency by @Kijewski in #190 #197 - generator: better macro hygiene by @Kijewski in #192
- Add doctests to filters by @Wollaston in #187
- filters: remove
num-traits
by @Kijewski in #195 - Add
--feature full
by @Kijewski in #194 - filters: minor fixups by @Kijewski in #196
- Improve config delimiters characters check by @GuillaumeGomez in #180
- derive: in complex conditions, wrap terms in
as_bool()
by @Kijewski in #203 - derive: linearize recursive function by @Kijewski in #204
- Unify trait impl for reference wrapper types by @Kijewski in #200
- Bump version number to v0.3.5 by @Kijewski in #205
New Contributors
- @Wollaston made their first contribution in #187
Full Changelog: v0.3.4...v0.3.5