- Added `Value::is_number`. (240)
- `TryFrom` for `Value` now converts integers to `f32` and `f64`.
- Added the new `custom_syntax` feature which allows custom delimiters
to be configured. (245)
- Added `Kwargs` abstraction to easier handle keyword arguments.
- Fixed an issue that `Option<T>` was incorrectly picking up `none`
for undefined values.
- The `sort` filter now accepts `reverse`, `attribute` and `case_sensitive`
by keyword argument and sorts case insensitive by default.
- The `dictsort` filter now supports reversing, by value sorting,
and is sorting case insensitive by default.