- Fix encoding discrepancy in excluded Windows paths (#76)
- Ignore directories rather than all similar paths (#65)
- Test against Ruby 2.6
- Relax version constraint on bundler to allow using 1.x or 2.x
- dependencies: rubocop-jekyll 0.5
- style: target Ruby 2.4
- Initialize AppVeyor CI to test plugin on Windows (#77)
- Fix watcher failure due to incorrect file name encoding (#78)
- Replace non-existent local variable (#73)
- Normalize watched-path encoding (#69)
- Test against Ruby 2.5 (#62)
- Drop support for Ruby 2.2 (EOL)
- Style: lint with rubocop-jekyll
- Update versions for Travis (#43)
- Define path with dir (#48)
- Remove version lock for dependency listen (#50)
- Inherit Jekyll's rubocop config for consistency (#51)
- Update jekyll-watch (#53)
- Drop support for old Ruby and old Jekyll (#55)
- Output regenerated file paths to terminal (#57)
- Remove unnecessary method (#56)
- reuse provided site instance if available (#40)
- Lock Listen to less than 3.1. (#38)
- Test against Jekyll 2 and 3. (#30)
- watcher: set
LISTEN_GEM_DEBUGGING
if--verbose
flag set (#31) - Apply Rubocop auditing and fix up (#32)
- Lock to Listen 3.x (#25)
- Show regen time & use the same
Site
object across regens (#21)
- Always ignore
.jekyll-metadata
, even if it doesn't exist. (#18) - Ignore
.jekyll-metadata
by default if it exists (#15)
- Only ignore a file or directory if it exists (#13)
- Exclude test files from the gem build (#9)
- Refactor the whole watching thing and compartmentalize it. (#5)
- Don't listen to things in the
exclude
configuration option. (#5)
- Add github stuff and the beginnings of the test suite (#6)
- Flesh out the test suite (#7)
- Birthday!