Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update @hoodie/account-client to the latest version 🚀 #18

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Mar 9, 2017

Version 6.0.0 of @hoodie/account-client just got published.

Dependency @hoodie/account-client
Current Version 5.1.1
Type dependency

The version 6.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of @hoodie/account-client.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes v6.0.0

<a name"6.0.0">

6.0.0 (2017-03-09)

Features

Breaking Changes

account.ready has been removed. All APIs are now asynchronous, no setup is needed any longer

(22d8c159)
*
account.fetch() and account.profile.fetch() have been removed. Use account.get() and account.profile.get() instead

(e5c1af20)
*
account.profile.get() returns a promise now. It also sends a request
to the server requesting the current user’s profile properties unless
options.local is set to true

(188300a2)
*
account.get() returns a promise now. It also sends a request to the server requested the current user’s account properties unless one of the following conditions is true

  1. User is signed out
  2. Only id and or session properties are requested
  3. options.local is set to true

(99d080ef)
*
account.hasInvalidSession() has been removed. Use account.get(session.invalid) instead.

(0a998f7d)
*
account.isSignedIn() has been removed. Use account.get(session) instead.

(c2a87220)

Commits

The new version differs by 27 commits .

  • 22d8c15 breaking: remove account.ready
  • 1c7c6b4 test: remove account.ready
  • 0e48cba docs(README): remove account.ready
  • e5c1af2 breaking: remove account.fetch() and account.profile.fetch()
  • 616e227 test: remove account.fetch()
  • eeefd83 docs(README): remove account.fetch() and account.profile.fetch()
  • 188300a feat: async account.get()
  • a75c728 test: async account.profile.get()
  • 715ed3e docs(README): async account.profile.get()
  • 6c2be7f docs(README): async account.get()
  • 99d080e feat: async account.get()
  • 3e91525 test: async account.get()
  • 0a998f7 breaking: remove account.hasInvalidSession()
  • 6a811dd test: remove account.hasInvalidSession() API
  • 59515bd docs(README): remove account.hasInvalidSession()

There are 27 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 11, 2017

Version 6.0.1 just got published.

Update to this version instead 🚀

Release Notes v6.0.1

<a name"6.0.1">

6.0.1 (2017-04-11)

Bug Fixes

  • reauthenticate an expired session after successful account fetch (#149) (e3398298)
Commits

The new version differs by 4 commits .

  • e339829 fix: reauthenticate an expired session after successful account fetch (#149)
  • 264be5c chore(package): update standard to version 10.0.1
  • 6457419 chore(LICENSE): update year
  • caabf6a chore(package): update standard to version 9.0.2

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented May 31, 2017

Version 6.0.2 just got published.

Update to this version instead 🚀

Release Notes v6.0.2

<a name"6.0.2">

6.0.2 (2017-05-31)

Bug Fixes

  • prevent signIn if session present (a2bd802a)
Commits

The new version differs by 3 commits.

  • a2bd802 fix: prevent signIn if session present
  • d3f860e chore(package): update simple-mock to version 0.8.0
  • 6e0378c chore(package): update uglify-js to version 3.0.0

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 28, 2017

Version 6.0.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

  • a3d1b79 fix: signin is not fired when logging in via token (#157)

See the full diff

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

Successfully merging this pull request may close these issues.

0 participants