Releases: octokit/rest.js
Releases · octokit/rest.js
v15.5.0
v15.4.1
v15.4.0
v15.3.0
This release has a lot of changes to lib/routes.json
. The old and new routes.json
are attached to this release so you can use your favorite JSON Diff tool to compare them (like [jsondiff](http://tlrobinson.net/projects/javascript-fun/jsondiff/ by Tom Robinson)
Bug Fixes
Routes
encoding
param not required for gitdata.createBlob() (2a4e15e)- add missing owner/repo parameters to getReference (00f4fed)
- add missing pagination parameters (e6f2cc6)
- admin pre-receive environment routes (2b08691)
- color & name params not required for issues.updateLabel() (b38ba74)
- fix repo installations paths (443d1de)
- replace
body
param withassignees
(4554d58) - path fixes for lfs & large import files routes (234bbc9)
- remove invalid
user_id
parameter fromcreateInstallationToken
&getInstallationRepositories
(861b733) - remove invalid pagination parameters (cfcca4a)
- title parameter not required for issues.updateMilestone() (167130a)
- various fixes (1e151e2)
- add ?recursive enum parameter to "Get tree" (d22619c)
Validation
- parse parameter value to integer before checking for enum (d5595f3)
- throw "cannot be null" error correctly (42a7a49)