- Ignoring stray indent
- Fixed arbitrary whitespace support
- Fixed support for CRLF / CR line-endings, converted on input
- Exporting HamlError
- Added HamlError
- Buffer newline indentation. Closes #23
- Benchmarks with node-bench
- Fixed "- each" with non-enumerables, no longer throws exception
- Fixed array iteration
- Using Function constructor instead of eval()
- Performance enhanced by faster iteration implementation for "- each"
- Fixed support for tags with hypens (both namespace / tag name, ex: "fb:login-button")
- Added xml namespace support
- Added xml support
- Added conditional comment support [ciaranj]
- Fixed; Trimming input string before tokenization
- Fixed issue requiring quoting of "for" when used in attrs [aheckmann]
- Fixed; Exposing Haml compilation cache. Closes #12
- Fixed :javascript "type" attr, now "text/javascript" [aheckmann]
- Added "cache" option, making haml.js over 90 times faster than haml-js
- Improved textBlock whitespace replication
- Fixed empty tags followed by class / ids on new lines. Closes #6
- Added better error reporting
- Added "filename" option support to aid in error reporting
- Added exports.compile() to create intermediate javascript
- Added
make benchmark
- Changed; caching function templates to increase performance
- Fixed; ids and classes allowing underscores. Closes #5
- Fixed outdent issue when \n is not followed by whitespace. Closes #8
- Added haml.js vs haml-js benchmarks
- Fixed; commenting :javascript CDATA
- Initial release