- Add support for base64 imports.
- Add support for optional variables. (Issue #19)
- Add support for 'nil' variables. (Pull #17)
- Fix incorrect parsing when only non-whitespace between variables (Issue #13)
- Make variables defined with
$
and@
distinctly seperate
- Fix variable scope of imported files
- Fix whitespace to match Codekit output
- Add support for importing relative paths
- Discard newline directly after import and assignment directives
- Fix error where content after special comment on same line would be dropped
- Add support for multi-line variables
- Fix for not handling mixing of @ and $
- Account for carriage return on windows
- Update dependencies
- Fix tests failing incorrectly
- Initial commit