Skip to content

Releases: jekyll/github-metadata

v2.3.1

18 Jan 20:10
5226ce6
Compare
Choose a tag to compare
  • Remove log on Octokit::NotFound (#86)

v2.3.0

09 Jan 05:40
9323850
Compare
Choose a tag to compare

Minor Enhancements

  • Respect source passed from the API (#85)

v2.2.0

25 Oct 17:33
a8a64be
Compare
Choose a tag to compare

Minor Enhancements

  • If a user provides bad credentials, throw an error. (#75)

Bug Fixes

  • Add MetadataDrop#to_s which outputs pretty JSON representation (#78)
  • Lock Octokit to v4.3.0 (#79)
  • Revert "Lock Octokit to v4.3.0", but disallow v4.4.0 (#81)

v2.1.1

07 Oct 23:29
3decb76
Compare
Choose a tag to compare

Bug Fixes

  • Remove the path before setting site.url (#77)

v2.1.0

05 Oct 17:24
Compare
Choose a tag to compare

Major Enhancements

  • Set site.url and site.baseurl (#76)
  • Use localhost:4000 as the default pages host in development (#50)
  • Default to development in dev (#49)

Minor Enhancements

  • Fix a typo in the documentation of PAGES_API_URL (#66)
  • Additional feedback for failed Octokit calls (#68)
  • Add Rubocop (#69)

v2.0.2

22 Jun 19:28
Compare
Choose a tag to compare

Remove trailing slash from html_url if present (#64)

v2.0.1

20 Jun 01:20
fb6a883
Compare
Choose a tag to compare
  • Fix issue where git not being in $PATH would error (#57)
  • Handle dots in repository names when parsing from Git remote output (#63)

v2.0.0

26 May 23:45
93bebba
Compare
Choose a tag to compare

Major Enhancements

  • Only allow Jekyll 3.1 and above (#61)

Minor Enhancements

  • Use html_url from Pages endpoint (behind preview env flag) (#60)
  • Only determine repo when data is requested using a Drop (#61)

v1.11.1

22 Apr 22:26
4b94b36
Compare
Choose a tag to compare
  • Make the Client::API_CALLS a Set (#56)

v1.11.0

08 Apr 18:56
31c7798
Compare
Choose a tag to compare
  • Make empty string fallback for missing git remote (development mode only) (#54)
  • Refactor some of the git things & better docs (#55)