- haml_coffee_assets issue #56: Weird behavior when using space before the : of an attribute.
- haml_coffee_assets issue #57: Fix quotes in text content.
- Issue #30: ' doesn't work in IE8
- haml_coffee_assets issue #55: Error parsing HTML attributes with code interpolation.
- Fix line number in the error message.
- Ignore block level within comments.
- Update to the latest Haml spec.
- haml_coffee_assets issue #51: Parsing fails with double quotes inside single-quoted attribute value.
- haml_coffee_assets issue #49: Failing to quote object literal keys.
- haml_coffee_assets issue #48: Adding class on condition.
- Issue #29: Wrong boolean attribute handling.
- Fix passing the extend CLI flag to the compiler.
- Add
extendScope
compiler option for usingwith
in the JavaScript template for simple context access.
- haml_coffee_assets issue #47: Attribute parsing fails with interpolation under some circumstances.
- Issue #28: Print errors to stderr.
- haml_coffee_assets issue #46: Attribute parsing broken
- Fix attribute lookahead with no multilines for elements that have only an id or class declared.
- haml_coffee_assets issue #44: Multiline and attributes doesn't work
- Allow Ruby 1.8 and 1.9 style attributes to be mixed on the same tag.
- haml_coffee_assets issue #43: Doesn't support quoted symbols
- haml_coffee_assets issue #42: Fix tag parsing with parenthesis is the text
- Issue #26: Improve attribute parsing.
- haml_coffee_assets issue #40: Fix class interpolation
- Issue #23: Fix double quotes escaping in Coffee filter.
- Fix inserting code within inserting function.
- Allow inserting code blocks to post process child output.
- More robust attribute detection.
- Add boolean attribute logic at render time.
- Fix wrong evaluation of the
--basename
option.
- Add
--basename
option to omit the path in the JST name. - Better attribute look-ahead support.
- Better attribute look-ahead support.
- Fix leaking global variables when generating the Express view
- Fix Ruby 1.9 style attributes with double quotes
- Improve template compilation for Express
- Express support
- Optimizations for enhanced rendering speed and template size
- Add
--disable-clean-value
option
- Remove short version for seldom used haml-coffee options
- Add preserve and findAndPreserve helper and customization options
- Add
--preserve
option to define the whitespace preserved tag list - Add
--autoclose
option to define self-closing tags - Add
--uglify
option to generate non-indented HTML tags
- Fix custom clean value function when escaping function is also custom provided.
- Add full Haml compatibility (haml-spec passes)
- Add code documentation and improved README
- Add support for Ruby 1.9 syntax attributes
- Add
:coffeescript
filter - Add new compiler options
- Namespace
- Disable attribute escaping
- Custom clean value
- HTML output format
- Fixed a bug with relative directories, closes issue #1
- Added inline assignment of coffeescript expression for haml tags
- Attribute values can be coffeescript expressions
- Fixed bug with attribute comma separation
- Bugfix with long text
- Refactor tests into valid and invalid cases
- Add exit codes for binary