Skip to content

Releases: jekyll/jekyll-watch

v2.2.1

22 Mar 18:34
Compare
Choose a tag to compare

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 (YANKED)

22 Mar 07:28
0335ed8
Compare
Choose a tag to compare
Version 2.2.0

v2.1.2

17 Oct 15:11
20cd1f0
Compare
Choose a tag to compare

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

10 Oct 13:25
ed341fc
Compare
Choose a tag to compare

Bug Fixes

  • Replace non-existent local variable (#73)

v2.1.0

09 Oct 20:14
13c27c0
Compare
Choose a tag to compare

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

02 Dec 21:55
96f7931
Compare
Choose a tag to compare
  • Drop Support for Jekyll 2 (#55)
  • Drop Support for Ruby 2.0
  • Ouput file path to terminal (#57)

v1.5.1

02 Dec 21:22
224e743
Compare
Choose a tag to compare
  • Remove version lock for listen dependency #50
  • Inherit Jekyll's Rubocop configuration #51

v1.5.0

20 Jul 19:30
eb95438
Compare
Choose a tag to compare
  • reuse provided site instance if available (#40)

v1.4.0

25 Apr 23:59
aa8372f
Compare
Choose a tag to compare
  • Lock Listen to less than 3.1. (#38)

v1.3.1

19 Jan 18:34
Compare
Choose a tag to compare
  • Test against Jekyll 2 and 3. (#30)
  • watcher: set LISTEN_GEM_DEBUGGING if --verbose flag set (#31)
  • Apply Rubocop auditing and fix up (#32)