Inja v2.0.0 Release Notes

Release Date: 2018-12-23 // over 5 years ago
  • Finally, this is the next major version of Inja. After reworking most of its internals, Inja is now up to two orders of magnitude faster than v1! (#67)

    🍱 ✨Further Improvements

    • We've added type checks as builtin functions (#64).
    • 👍 Loop variables are now supported in inja templates (#52).
    • Include in-memory templates (#47).
    • 📦 Inja is now easier to integrate either with the vcpkg (#45) or conan (#43) package manager.

    🍱 🔥 Breaking Changes

    Inja now requires string_view from C++17.