Skip to content

Releases: gouravkhunger/jekyll-url-metadata

v1.0.3

06 Oct 19:04
1d9bc36
Compare
Choose a tag to compare

v1.0.3 🚀

Changeling

Summary: Improvised warning messages & generation logic. Added relevant tests & automated CI.

v1.0.2

01 Aug 17:15
1644674
Compare
Choose a tag to compare

v1.0.2 🎉

Changelog

  • Now the parser extracts only the first <title> tag's value and only the one within a parent <head> tag.

    It used to happen that sometimes svg elements on page had <title> tags and the loop went on to pick the last <title> tag's value when it should only pick the one and only <title> from the <head> element.

v1.0.1

21 Jul 18:06
d0d15bd
Compare
Choose a tag to compare

v1.0.1 🎉

Changelog

  • Implemented caching for retrieved meta-data for faster local build times.
  • Added ability to set custom open and read TCP connection timeouts.

v1.0.0

15 Jul 22:46
d1b8f96
Compare
Choose a tag to compare

v1.0.0 🎉

This plugin lets you extract metadata information just from URL strings. Please refer to the README for setup instructions and usage.