Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Mar 14, 2020
1 parent 0a3c555 commit 63c829c
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

## 0.2.0

Breaking changes:

* Drop support for Node v8

Features:

* `getUploadUrl` method `origin` option
* `getFinal` function and option

Refactor:

* Replace `request` with `axios`
* Replace `throw` statements with `invariant`
* Function validation method

Dependencies:

* Update dependencies

Dev:

* Update dev dependencies

No code:

* Add missing param to JSDoc comment

Docs:

* Versioning policy
* Fix typo in Changelog

## 0.1.4

Tests:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-drive-uploader",
"version": "0.1.4",
"version": "0.2.0",
"description": "Upload large files to Google Drive",
"main": "index.js",
"author": {
Expand Down

0 comments on commit 63c829c

Please sign in to comment.