1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/CHANGELOG.md

83 lines
1.6 KiB
Markdown
Raw Normal View History

2015-04-12 01:48:10 -04:00
## v0.4.3
- Allow empty else statement
- https://github.com/k0kubun/hamlit/issues/14
- Thanks to @jeffblake
- Accept comment-only script
- https://github.com/k0kubun/hamlit/issues/13
- Thanks to @jeffblake
2015-04-05 05:50:06 -04:00
## v0.4.2
- Bugfix about parsing nested attributes
- https://github.com/k0kubun/hamlit/issues/12
- Thanks to @creasty
2015-04-05 02:04:48 -04:00
## v0.4.1
- Escape haml operators by backslash
- https://github.com/k0kubun/hamlit/issues/11
- Thanks to @mono0x
## v0.4.0 (yanked)
- Automatically escape html in sinatra
- This behavior is not compatible with Haml.
- Removed from next version.
## v0.3.4
2015-04-12 01:48:10 -04:00
- Allow tab indentation
2015-04-05 02:04:48 -04:00
- https://github.com/k0kubun/hamlit/issues/9
- Thanks to @tdtds
## v0.3.3
2015-04-12 01:48:10 -04:00
- Accept multi byte parsing
2015-04-05 02:04:48 -04:00
- https://github.com/k0kubun/hamlit/issues/8
- Thanks to @machu
## v0.3.2
2015-04-12 01:48:10 -04:00
- Bugfix for compiling old attributes
2015-04-05 02:04:48 -04:00
- https://github.com/k0kubun/hamlit/issues/7
- Thanks to @creasty
## v0.3.1
2015-04-12 01:48:10 -04:00
- Hyphenate data attributes
2015-04-05 02:04:48 -04:00
- https://github.com/k0kubun/hamlit/issues/5
- Thanks to @os0x
## v0.3.0
2015-04-12 01:48:10 -04:00
- Specify a version in dependency of temple
2015-04-05 02:04:48 -04:00
## v0.2.0
2015-04-12 01:48:10 -04:00
- Allow comments in script
2015-04-05 02:04:48 -04:00
- https://github.com/k0kubun/hamlit/issues/3
- Thanks to @eagletmt
## v0.1.3
2015-04-12 01:48:10 -04:00
- Bugfix for attribute nesting on runtime
2015-04-05 02:04:48 -04:00
- https://github.com/k0kubun/hamlit/issues/1
- Thanks to @eagletmt
## v0.1.2
- Ignore false or nil values in attributes
- Partial fix for https://github.com/k0kubun/hamlit/issues/2
- Thanks to @eagletmt
## v0.1.1
2015-04-12 01:48:10 -04:00
- Drop obsolete `--ugly` option for CLI
2015-04-05 02:04:48 -04:00
- Currently pretty mode is not implemented.
## v0.1.0
2015-04-12 01:48:10 -04:00
- Initial release
2015-04-05 02:04:48 -04:00
- Passing haml-spec with ugly mode.