Releases: jekyll/github-metadata
Releases · jekyll/github-metadata
v2.3.1
- Remove log on Octokit::NotFound (#86)
v2.3.0
Minor Enhancements
- Respect source passed from the API (#85)
v2.2.0
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
Bug Fixes
- Remove the
path
before setting site.url
(#77)
v2.1.0
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
Remove trailing slash from html_url if present (#64)
v2.0.1
- 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
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
- Make the
Client::API_CALLS
a Set (#56)
v1.11.0
- Make empty string fallback for missing git remote (development mode only) (#54)
- Refactor some of the git things & better docs (#55)