node-kit
Version:
Node based compiler for .kit files.
69 lines (42 loc) • 1.27 kB
Markdown
0.11.0 / 2018-10-19
==================
* Add support for base64 imports.
0.10.0 / 2018-10-19
==================
* Add support for optional variables. (Issue #19)
0.9.0 / 2015-12-03
==================
* Add support for 'nil' variables. (Pull #17)
0.8.1 / 2015-03-20
==================
* Fix incorrect parsing when only non-whitespace between variables (Issue #13)
0.8.0 / 2014-11-17
==================
* Make variables defined with `$` and `@` distinctly seperate
0.7.0 / 2014-11-05
==================
* Fix variable scope of imported files
* Fix whitespace to match Codekit output
0.6.0 / 2014-07-01
==================
* Add support for importing relative paths
0.5.0 / 2014-06-10
==================
* Discard newline directly after import and assignment directives
0.4.0 / 2014-06-07
==================
* Fix error where content after special comment on same line would be dropped
0.3.0 / 2014-06-02
==================
* Add support for multi-line variables
0.2.0 / 2014-05-22
==================
* Fix for not handling mixing of @ and $
0.1.1 / 2014-05-20
==================
* Account for carriage return on windows
* Update dependencies
* Fix tests failing incorrectly
0.1.0 / 2014-09-03
==================
* Initial commit