Version 2.1
✨ Further Improvements
There are a couple of great improvements for inja in this release:
- We've added a first API documentation.
- Thanks to @gracicot and @mhhollomon, we improved cmake and meson target exports (#83, #86).
- I've added a string_view polyfill for C++11 to C++14.
- You can now use cget for installing inja (#88). Thanks @pfultz2!
- Warnings in appveyor has been cleaned.
🔥 And a small breaking change in the development pipeline: The CMake option for disabling tests has been renamed from BUILD_TEST
to BUILD_TESTING
.