Skip to content

Releases: benbalter/jekyll-relative-links

v0.7.0

13 Jan 19:49
9f05f85
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.7.0

v0.6.1

23 Oct 14:10
493d633
Compare
Choose a tag to compare

Support for Jekyll 4.x

v0.6.0

11 Feb 19:54
53a394a
Compare
Choose a tag to compare

v0.5.3

16 Mar 20:28
70cc88f
Compare
Choose a tag to compare

Fix for gsub frozen string issue #41, thanks @pcolmer

v0.5.2

16 Nov 20:04
91c51fd
Compare
Choose a tag to compare

Guard against encoding errors (#37)

v0.5.1

30 Oct 13:47
8e914a6
Compare
Choose a tag to compare
  • Fix reference link regex (#31, thanks @qwtel)
  • Guard against static files with .md extensions
  • Updated documentation (#34, thanks @janpio)

v0.5.0

11 Sep 17:47
b3ca7d3
Compare
Choose a tag to compare
  • Collection support, props @qwtel
  • Fix for Reference-style links are not processed when tag definition is indented, #24, props @qwtel
  • Ability to disable via config flag

v0.4.1

16 Jun 16:21
0cd128d
Compare
Choose a tag to compare
  • Bail early for absolute URLs and fragments (#20)
  • Fix #16: FRAGMENT_REGEX is too greedy (#18, props @dato)
  • Regexp escape path before removing it from relative paths

v0.4.0

28 Mar 15:38
f3599ff
Compare
Choose a tag to compare
  • Support for relative static files
  • Save from 'invalid byte sequence' errors #15
  • Add test for custom permalinks

v0.3.0

13 Jan 20:42
afc61df
Compare
Choose a tag to compare
  • Support for fragments (e.g., page.html#foo)
  • Documentation fixes, props @rmccue and @zeke
  • Add Travis