Inja v2.1.0 Release Notes

Release Date: 2019-02-16 // about 5 years ago
  • ๐Ÿฑ โœจ 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.