2015-05-14 19:35:53 -04:00
|
|
|
## v1.2.1
|
|
|
|
|
|
|
|
- Fix the list of boolean attributes
|
|
|
|
- https://github.com/k0kubun/hamlit/issues/24
|
|
|
|
- Thanks to @jeffblake
|
|
|
|
|
2015-05-06 10:38:30 -04:00
|
|
|
## v1.2.0
|
|
|
|
|
|
|
|
- Support `succeed`, `precede` and `surround`
|
|
|
|
- https://github.com/k0kubun/hamlit/issues/22
|
|
|
|
- Thanks to @sneakernets
|
|
|
|
|
2015-05-06 10:29:50 -04:00
|
|
|
## v1.1.1
|
|
|
|
|
|
|
|
- Bugfix of rendering array attributes
|
|
|
|
|
2015-05-06 10:23:07 -04:00
|
|
|
## v1.1.0
|
|
|
|
|
|
|
|
- Join id and class attributes
|
|
|
|
- https://github.com/k0kubun/hamlit/issues/23
|
|
|
|
- Thanks to @felixbuenemann
|
|
|
|
|
2015-04-12 10:49:25 -04:00
|
|
|
## v1.0.0
|
|
|
|
|
|
|
|
- Use escape\_utils gem for faster escape\_html
|
|
|
|
|
2015-04-12 10:44:24 -04:00
|
|
|
## v0.6.2
|
|
|
|
|
|
|
|
- Don't render falsy attributes
|
|
|
|
- https://github.com/k0kubun/hamlit/issues/2
|
|
|
|
- Thanks to @eagletmt
|
|
|
|
|
2015-04-12 07:36:41 -04:00
|
|
|
## v0.6.1
|
|
|
|
|
|
|
|
- Bugfix of line numbers for better error backtrace
|
|
|
|
- https://github.com/k0kubun/hamlit/pull/19
|
|
|
|
|
2015-04-12 06:25:46 -04:00
|
|
|
## v0.6.0
|
|
|
|
|
|
|
|
- Automatically escape html in all situations
|
|
|
|
- https://github.com/k0kubun/hamlit/pull/18
|
|
|
|
|
2015-04-12 03:29:26 -04:00
|
|
|
## v0.5.3
|
|
|
|
|
|
|
|
- Bugfix for syntax error in data attribute hash
|
|
|
|
- https://github.com/k0kubun/hamlit/issues/17
|
|
|
|
- Thanks to @eagletmt
|
|
|
|
|
2015-04-12 03:00:45 -04:00
|
|
|
## v0.5.2
|
|
|
|
|
|
|
|
- Bugfix for silent script without block
|
|
|
|
- https://github.com/k0kubun/hamlit/issues/16
|
|
|
|
- Thanks to @eagletmt
|
|
|
|
|
2015-04-12 02:03:30 -04:00
|
|
|
## v0.5.1
|
|
|
|
|
|
|
|
- Bugfix about duplicated id and class
|
|
|
|
- https://github.com/k0kubun/hamlit/issues/4
|
|
|
|
- Thanks to @os0x
|
|
|
|
|
2015-04-12 01:54:20 -04:00
|
|
|
## v0.5.0
|
|
|
|
|
|
|
|
- Escape special characters in attribute values
|
|
|
|
- https://github.com/k0kubun/hamlit/issues/10
|
|
|
|
- Thanks to @mono0x, @eagletmt
|
|
|
|
|
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.
|