Skip to content

Releases: guard/guard-haml

v1.1.2

01 May 16:12
Compare
Choose a tag to compare

Bugfixes

  • #27 Remove custom notification of other plugins.
  • #26 Ensure automatic watchers doesn't match temp files.

v1.1.1

25 Feb 23:27
Compare
Choose a tag to compare

Improvement

  • #25 Add file path to compilation error message.

v1.1.0

07 Oct 07:34
Compare
Choose a tag to compare

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

05 Oct 18:02
Compare
Choose a tag to compare

Improvements

  • Drop Ruby 1.8 support.
  • Support Guard 2.0.0.

v0.5

25 Sep 22:15
Compare
Choose a tag to compare
  • #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

25 Sep 22:15
Compare
Choose a tag to compare
  • Ensure Guard 1.1 compatibility, use run_on_changes, throw :task_has_failed on error. (@manufaktor)

v0.3.3

25 Sep 22:15
Compare
Choose a tag to compare
  • 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

25 Sep 22:15
Compare
Choose a tag to compare
  • #5 Fix bug with ignored options in initialisation.

v0.3.1

25 Sep 22:16
Compare
Choose a tag to compare
  • Guard::Haml is no longer crashing Guard when HAML fails to compile. (@manufaktor)

v0.3.0

25 Sep 22:16
Compare
Choose a tag to compare
  • #2 Added the input option, to exclude a path from the output path.