Add changelog entries about rip support.

This commit is contained in:
Nathan Weizenbaum 2010-03-21 15:30:01 -07:00
parent efa0fcab30
commit 8215399e64
2 changed files with 15 additions and 5 deletions

View File

@ -126,6 +126,11 @@ can now take regular expressions that specify which tags to make self-closing.
The Haml executable now has a `--double-quote-attributes` option (short form: `-q`)
that causes attributes to use a double-quote mark rather than single-quote.
### `:css` Filter
Haml now supports a {file:HAML_REFERENCE.md#css-filter `:css` filter}
that surrounds the filtered text with `<style>` and CDATA tags.
### `haml-spec` Integration
We've added the cross-implementation tests from the [haml-spec](http://github.com/norman/haml-spec) project
@ -141,11 +146,6 @@ of the many and varied [Haml implementations](http://en.wikipedia.org/wiki/Haml#
* Haml and `html2haml` now accept Unicode documents with a
[byte-order-mark](http://en.wikipedia.org/wiki/Byte_order_mark).
### `:css` Filter
Haml now supports a {file:HAML_REFERENCE.md#css-filter `:css` filter}
that surrounds the filtered text with `<style>` and CDATA tags.
### Rails Support
* When `form_for` is used with `=`, or `form_tag` is used with `=` and a block,
@ -153,6 +153,11 @@ that surrounds the filtered text with `<style>` and CDATA tags.
This is similar to how {Haml::Helpers#haml\_concat} behaves,
and will hopefully clear up some difficult bugs for some users.
### Rip Support
Haml is now compatible with the [Rip](http://hellorip.com/) package management system.
Thanks to [Josh Peek](http://joshpeek.com/).
### `html2haml` Improvements
* Ruby blocks within ERB are now supported.

View File

@ -200,6 +200,11 @@ to report the Sass filename and line number for generated CSS files.
This is also available via the `--debug-info` command-line flag.
### Rip Support
Haml is now compatible with the [Rip](http://hellorip.com/) package management system.
Thanks to [Josh Peek](http://joshpeek.com/).
### Sass::Plugin Callbacks
{Sass::Plugin} now has a large collection of callbacks that allow users