Releases: zyedidia/knit
v0.3.1
v0.3.0
v0.2.0
This release of Knit makes some major changes to how sub-builds work, introducing a separation between build-sets and rule-sets. I'll try to update the documentation about this soon. This release also includes performance improvements and better error handling and utility functions in the Lua VM.
v0.1.1
v0.1.0
First beta release of Knit. This release includes multiple bug fixes and the introduction of sub-tools, which can be used for inspecting the build graph and performing interesting transformations, such as converting a to a shell script, makefile, or ninja build.
v0.0.4
v0.0.3
Third alpha release of knit. This release includes many improvements, including support for rulesets which can be passed around as Lua values, builds in sub-directories, better parallel builds, bug fixes, and more. Knit is still lacking documentation and several features. See the build system for riscinator for a larger example (that is also very much subject to change).