Skip to content

v15.0.1

Compare
Choose a tag to compare
@gr2m gr2m released this 18 Apr 18:12
· 1775 commits to main since this release

(v15.0.0 was published by accident and unpublished shortly after, sorry)

Breaking Changes

  • Before, methods like octokit.issues.deleteLabel() returned an empty string for {data}. They now correctly return undefined

Features

  • bundle size: only require what’s needed from lodash (b3f3cf8)
  • fetch-based request for browser (b10ff5b)
  • package: build with webpack, now with source maps & gzipped file, better bundle report (0972406)

Bug Fixes

  • do not remove port number from passed URL (b87a744)
  • do not return empty strings for empty responses (93adfa5)
  • handle redirect correctly (ab42d88)
  • load all plugins again (f3fff9f)

see all changes