Releases: guard/guard-haml
Releases · guard/guard-haml
v1.1.2
Bugfixes
- #27 Remove custom notification of other plugins.
- #26 Ensure automatic watchers doesn't match temp files.
v1.1.1
Improvement
- #25 Add file path to compilation error message.
v1.1.0
New feature
- #22 When using the
:input
option with no watchers, guard-haml generates a watcher automatically:
watch %r{^#{options[:input]}/(.+(\.html)?\.haml)$}
. (@rymai)
v1.0.0
Improvements
- Drop Ruby 1.8 support.
- Support Guard 2.0.0.
v0.5
- #18
.html
is no longer the default extension.
- #16 Added file extension detection.
- #15 Enhance
output
option to allow multiple output destinations.
- #9 Fixed encoding issue by using simple -> arrows.
- Added new notifier, Guard compatible methods, Travis-CI testing. (@kugaevsky)
v0.4
- Ensure Guard 1.1 compatibility, use
run_on_changes
, throw :task_has_failed
on error. (@manufaktor)
v0.3.3
- Appending
.html
to file name if the input file doesn't match the pattern *.html.haml
or *.htm.haml
. (@rtircher)
- #6 Add documentation for
:haml_options
.
v0.3.2
- #5 Fix bug with ignored options in initialisation.
v0.3.1
- Guard::Haml is no longer crashing Guard when HAML fails to compile. (@manufaktor)
v0.3.0
- #2 Added the input option, to exclude a path from the output path.