Sha256: 7163b4e611524bb50c83f89a2f98779b1987204f68e8ac8cf00865ecee00e0b8
Contents?: true
Size: 1.34 KB
Versions: 1
Compression:
Stored size: 1.34 KB
Contents
## 0.2.0 (2015-03-19) - Rename from fast_haml to faml - Allow .faml extension ## 0.1.10 (2015-03-19) - Fix ruby filter to not generate newlines - Support markdown filter ## 0.1.9 (2015-03-18) - Refactor script parser (internal) - Fix newline generation with filters - Support sass, scss and coffee filter ## 0.1.8 (2015-03-17) - Fix whitespace removal (`<` and `>`) behavior - Internally, new instructions `mknl` and `rmnl` are added. ## 0.1.7 (2015-03-16) - Fix attribute rendering with falsey values - https://github.com/eagletmt/faml/pull/11 ## 0.1.6 (2015-03-11) - Fix render error with comment-only script - https://github.com/eagletmt/faml/issues/6 - Fix parsing error at multiline attributes - https://github.com/eagletmt/faml/issues/7 ## 0.1.5 (2015-03-01) - Fix minor newline generation bug with Haml comment ## 0.1.4 (2015-02-28) - Fix newline generation around empty lines - Internal: introduce Ast::Empty and remove LineCounter ## 0.1.3 (2015-02-27) - Fix internal compiler error when `>` is used - Fix newline generation at Ast::Element case ## 0.1.2 (2015-02-24) - Keep newlines for better backtrace (#4) ## 0.1.1 (2015-02-23) - Fix attribute parsing with `%span {foo}` or `%span (foo)` cases. - Fix comparison with statically-compilable class attributes like `%span.foo{class: bar}` . ## 0.1.0 (2015-02-23) - Initial release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
faml-0.2.0 | CHANGELOG.md |