Jekyll Watch Versions Save

:eyes: Rebuild your Jekyll site when a file changes with the `--watch` switch.

v2.2.1

5 years ago

Bug Fixes

  • Fix encoding discrepancy in excluded Windows paths (#76)
  • Ignore directories rather than all similar paths (#65)

Development Fixes

  • Test against Ruby 2.6
  • Relax version constraint on bundler to allow using 1.x or 2.x
  • dependencies: rubocop-jekyll 0.5

v2.2.0

5 years ago

v2.1.2

5 years ago

Development Fixes

  • Initialize AppVeyor CI to test plugin on Windows (#77)

Bug Fixes

  • Fix watcher failure due to incorrect file name encoding (#78)

v2.1.1

5 years ago

Bug Fixes

  • Replace non-existent local variable (#73)

v2.1.0

5 years ago

Bug Fixes

  • Normalize watched-path encoding (#69)

Development Fixes

  • Test against Ruby 2.5 (#62)
  • Drop support for Ruby 2.2 (EOL)
  • Style: lint with rubocop-jekyll

v2.0.0

6 years ago
  • Drop Support for Jekyll 2 (#55)
  • Drop Support for Ruby 2.0
  • Ouput file path to terminal (#57)

v1.5.1

6 years ago
  • Remove version lock for listen dependency #50
  • Inherit Jekyll's Rubocop configuration #51

v1.5.0

7 years ago
  • reuse provided site instance if available (#40)

v1.4.0

8 years ago
  • Lock Listen to less than 3.1. (#38)

v1.3.1

8 years ago
  • Test against Jekyll 2 and 3. (#30)
  • watcher: set LISTEN_GEM_DEBUGGING if --verbose flag set (#31)
  • Apply Rubocop auditing and fix up (#32)