Skip to content

Releases: mheap/octokit-commit-multiple-files

v5.0.3

31 Jan 11:51
Compare
Choose a tag to compare

What's Changed

  • Fix commits with only filesToDelete by @mheap in #126

Full Changelog: v5.0.2...v5.0.3

v5.0.2

28 Feb 14:11
Compare
Choose a tag to compare

What's Changed

  • Accept Buffer inputs in isBase64() by @mheap in #120

Full Changelog: v5.0.1...v5.0.2

v5.0.1

11 Feb 12:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.0...v5.0.1

v5.0.0

19 Aug 11:57
Compare
Choose a tag to compare

BREAKING CHANGE

The octokit.rest.repos.createOrUpdateFiles method has moved to octokit.createOrUpdateFiles

What's Changed

  • Move createOrUpdateFiles to the root object by @mheap in #111
  • Update dependencies by @mheap in #112

Full Changelog: v4.3.0...v5.0.0

v4.3.0

07 Mar 12:56
Compare
Choose a tag to compare

What's Changed

  • Add forkFromBaseBranch support by @mheap in #108

Full Changelog: v4.2.0...v4.3.0

v4.2.0

11 Nov 21:43
Compare
Choose a tag to compare

What's Changed

  • feat: introduce batched requests for async-loops by @shouyang in #78
  • Dependency upgrades by @mheap in #81

New Contributors

Full Changelog: v4.1.0...v4.2.0

v4.1.0

21 Jun 15:19
Compare
Choose a tag to compare

What's Changed

  • Add support for base64 encoded files by @mheap in #69

Full Changelog: v4.0.0...v4.1.0

v4.0.0

27 Jan 20:04
Compare
Choose a tag to compare
  • Add compatibility for @octokit/rest.js v18.5.0. octokit.repos was renamed to octokit.rest.repos (#50)
  • Upgrade all dependencies (#51)
  • Return the list of commits rather than the branch name (#52)

v3.2.1

07 Mar 16:10
Compare
Choose a tag to compare
  • Bump dependencies

v3.2.0

18 Nov 13:18
Compare
Choose a tag to compare
  • Add support for author and committer information (#13, thanks @LHumblot!)