Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Update fanfou-sdk to the latest version 🚀 #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Nov 24, 2018

The dependency fanfou-sdk was updated from 2.7.3 to 3.1.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for v3.1.0

TypeScript

  • Add support for TypeScript.
Commits

The new version differs by 19 commits.

There are 19 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Dec 17, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 17, 2018

  • The dependency fanfou-sdk was updated from 2.7.3 to 3.2.0.

Update to this version instead 🚀

Release Notes for v3.2.0

New Feature

  • 4bd3ddb Add support for OAuth baseString hooks.

baseString hook

const ff = new Fanfou({
  consumerKey: '',
  consumerSecret: '',
  oauthToken: '',
  oauthTokenSecret: '',
  apiDomain: 'api.example.com',
  oauthDomain: 'example.com',
  hooks: {
    baseString: str => {
      return str.replace('example.com', 'fanfou.com')
    }
  }
});
Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 9, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 9, 2019

  • The dependency fanfou-sdk was updated from 2.7.3 to 4.0.0.

Update to this version instead 🚀

Release Notes for v4.0.0

FANFOU-SDK 4.0 🎉

Here are the changes of fanfou-sdk 4:

  • Remove fakeHttps option
  • Drop support for Node.js 4
  • Remove built-in sign name module
  • Use got instead of request
  • Use oauth-1.0a instead of oauth
  • Completely async/await
  • Throw error on non-200 HTTP status code cases
  • Merge ff.upload() to ff.post()
  • Update tests
Commits

The new version differs by 7 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 16, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 16, 2019

  • The dependency fanfou-sdk was updated from 2.7.3 to 4.0.3.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 21, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 21, 2019

  • The dependency fanfou-sdk was updated from 2.7.3 to 4.0.4.

Update to this version instead 🚀

Release Notes for v4.0.4

Bug Fix

Commits

The new version differs by 3 commits.

See the full diff

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants