Closed
Description
The work for MiniJinja 2 is taking place in the main
branch. Maintenance releases for 1.x will be worked on in minijinja-1.x
.
- Make
ValueKind
#[non_exhaustive]
. This prevents adding new value types to it. -
Remove theExactSizeIterator
bound for the iterator interface - Simplify object system (refs Objects 2.0 #442)
- 2.0: Separate Iterators from Sequences #454
- remove
minijinja-stack-ref
(TODO: consider bringing it back if it still brings value with the new object system) - Restore WASI Support #468
- 2.0: Rename Value::from_serializable #469
- Review the
From
implementations forValue
(particularly in relation to collections)