Skip to content

Latest commit

 

History

History
133 lines (102 loc) · 6.88 KB

CHANGELOG.md

File metadata and controls

133 lines (102 loc) · 6.88 KB

CHANGELOG

1.24.0

  • Missing issues methods, thanks @andrew
  • Don't bypass SSL verification

View [the full changelog][1.24.0]. [1.24.0]: https://github.com/pengwynn/octokit/compare/v1.23.0...v1.24.0

1.23.0

View [the full changelog][1.23.0]. [1.23.0]: https://github.com/pengwynn/octokit/compare/v1.22.0...v1.23.0

1.22.0

View [the full changelog][1.22.0]. [1.22.0]: https://github.com/pengwynn/octokit/compare/v1.21.0...v1.22.0

1.21.0

@joeyw added:

  • 9df8662f3dddceba88a179029d9811ca8f201784 .repository network events
  • 005723269f56fc59fc58c2d7f4eb2b6da1ee0b4a .organization_public_events
  • f952ab54207f3d0bc5dc50bb822768444a777a70 .received_public_events
  • c2e42b70d4f5fc219bd399bc2e645cce2cc168e9 .user_public_events
  • ae9aaea3a25bee4cc17176419ebc5142aba2f729 .organization_events

View [the full changelog][1.21.0]. [1.21.0]: https://github.com/pengwynn/octokit/compare/v1.20.0...v1.21.0

1.20.0

  • @joeyw added .all_users and .all_repositories
  • @joeyw added .issues_comments and .pull_request_comments
  • @x3ro added some date parsing to Commits API
  • .netrc support

View [the full changelog][1.20.0]. [1.20.0]: https://github.com/pengwynn/octokit/compare/v1.19.0...v1.20.0

1.19.0

This version has some substantial rewiring internally to support non-JSON media types:

Octokit.contents 'pengwynn/octokit', :path => 'README.md', :accept => 'application/vnd.github.html'

Additionally, all methods that return empty body responses for GET, DELETE, and PUT, return a Boolean instead of raw HTTP Response or status code.

This version also introduces a couple of new methods:

  • scopes: Check the scopes on an OAuth token
  • octocat: Your daily dose of GitHub API Zen.

View [the full changelog][1.19.0]. [1.19.0]: https://github.com/pengwynn/octokit/compare/v1.18.0...v1.19.0

Previous versions