Releases: jekyll/jekyll-watch
Releases · jekyll/jekyll-watch
v2.2.1
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.1.2
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
Bug Fixes
- Replace non-existent local variable (#73)
v2.1.0
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
- Drop Support for Jekyll 2 (#55)
- Drop Support for Ruby 2.0
- Ouput file path to terminal (#57)
v1.5.1
- Remove version lock for
listen
dependency #50
- Inherit Jekyll's Rubocop configuration #51
v1.5.0
- reuse provided site instance if available (#40)
v1.4.0
- Lock Listen to less than 3.1. (#38)
v1.3.1
- Test against Jekyll 2 and 3. (#30)
- watcher: set
LISTEN_GEM_DEBUGGING
if --verbose
flag set (#31)
- Apply Rubocop auditing and fix up (#32)