tera v0.11.4 Release Notes

Release Date: 2018-02-28 // about 6 years ago
    • Re-export serde_json::Map as well
    • You can now access inside a variable using index notation: {{ arr[0] }}, {{ arr[idx] }} etc thanks to @bootandy
    • ➕ Add Context::insert identical to Context::add to mirror Rust HashMap/BTreeMap syntax