Octokit v4.14.0 Release Notes
Release Date: 2019-03-29 // about 4 years ago-
๐ Bug fixes
- ๐ Support auto pagination in org_projects #1090 (@mattr-)
- ๐ Support falsy values in configuration #1091 (@nickstanish)
- ๐ fixup ssl verify mode #1098 (@tnaoto)
Code cleanup
- Change the
raise_invalid_repository!
msg fromrepo/user
touser/repo
#1094 (@DaiAoki) - ๐ Fix redundant code in Octkit::Client #1100 (@rnitta)
๐ Documentation
- โ Adds timeout instructions to readme #1089 (@abinoda)
- ๐ Fix docs of #repository? return value type #1092 (@vecerek)
- โก๏ธ Update doc of
Repositories#collaborators
method #1105 (@ybiquitous)
๐ New features
- โ Add client methods for the Checks API #1101 (@laserlemon)