-
Notifications
You must be signed in to change notification settings - Fork 11
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 to the latest version 🚀 #45
base: master
Are you sure you want to change the base?
Conversation
The challenge is that the the Admin Client is now async, and before we can use any API we have to await the |
Version 25.1.0 just got published. |
Version 26.0.0 just got published.Update to this version instead 🚀 Release Notesv26.0.026.0.0 (2017-01-05)Bug Fixes
Features
Breaking Changes
|
Version 26.1.0 just got published.Update to this version instead 🚀 CommitsThe new version differs by 6 commits .
See the full diff. |
Version 26.2.0 just got published.Update to this version instead 🚀 Release Notesv26.2.026.2.0 (2017-01-09)Features
CommitsThe new version differs by 4 commits .
See the full diff. |
Version 26.2.1 just got published.Update to this version instead 🚀 Release Notesv26.2.126.2.1 (2017-01-10)Bug Fixes
|
Version 26.2.2 just got published.Update to this version instead 🚀 Release Notesv26.2.226.2.2 (2017-01-10)Bug Fixes
|
Version 27.0.0 just got published.Update to this version instead 🚀 Release Notesv27.0.027.0.0 (2017-01-23)Bug Fixes
Features
Breaking Changes
To keep using the LevelDB adapter as default, set the (0a312f05)
CommitsThe new version differs by 14 commits .
See the full diff. |
Version 27.1.1 just got published.Update to this version instead 🚀 Release Notesv27.1.127.1.1 (2017-01-25)Bug Fixes
|
Version 27.1.2 just got published.Update to this version instead 🚀 Release Notesv27.1.227.1.2 (2017-01-31)Bug Fixes |
Version 27.1.3 just got published.Update to this version instead 🚀 Release Notesv27.1.327.1.3 (2017-02-13)Bug Fixes
CommitsThe new version differs by 5 commits .
See the full diff. |
Version 27.1.4 just got published.Update to this version instead 🚀 Release Notesv27.1.427.1.4 (2017-02-21)Bug Fixes
CommitsThe new version differs by 9 commits .
See the full diff. |
Version 27.1.5 just got published. |
Version 27.2.0 just got published.Update to this version instead 🚀 Release Notesv27.2.027.2.0 (2017-02-27)Features
CommitsThe new version differs by 7 commits .
See the full diff. |
Version 28.0.0 just got published.Update to this version instead 🚀 Release Notesv28.0.0<a name"28.0.0"> 28.0.0 (2017-03-09)Breaking ChangesFor
For
(9d636fa8)
Unless you use the (ba5301f2) CommitsThe new version differs by 10 commits .
See the full diff. |
Version 28.1.0 just got published.Update to this version instead 🚀 Release Notesv28.1.0<a name"28.1.0"> 28.1.0 (2017-03-15)Features
|
Version 28.1.1 just got published.Update to this version instead 🚀 Release Notesv28.1.1<a name"28.1.1"> 28.1.1 (2017-05-25)Bug Fixes
CommitsThe new version differs by 20 commits.
There are 20 commits in total. See the full diff |
Version 28.1.2 just got published.Update to this version instead 🚀 Release Notesv28.1.2<a name"28.1.2"> 28.1.2 (2017-06-03)Bug FixesCommitsThe new version differs by 5 commits.
See the full diff |
Version 28.1.3 just got published.Update to this version instead 🚀 Release Notesv28.1.3<a name"28.1.3"> 28.1.3 (2017-06-04)Bug Fixes
|
Version 28.1.4 just got published.Update to this version instead 🚀 Release Notesv28.1.4<a name"28.1.4"> 28.1.4 (2017-06-08)Bug Fixes
CommitsThe new version differs by 8 commits.
See the full diff |
Version 28.1.5 just got published.Update to this version instead 🚀 Release Notesv28.1.5<a name"28.1.5"> 28.1.5 (2017-06-09)Bug Fixes
CommitsThe new version differs by 1 commits.
See the full diff |
Version 28.2.0 just got published. |
Version 28.2.1 just got published.Update to this version instead 🚀 Release Notesv28.2.1<a name"28.2.1"> 28.2.1 (2017-07-02)Bug FixesCommitsThe new version differs by 5 commits.
See the full diff |
Version 28.2.2 just got published.Update to this version instead 🚀 Release Notesv28.2.2<a name"28.2.2"> 28.2.2 (2017-08-12)Bug Fixes
CommitsThe new version differs by 6 commits.
See the full diff |
Version 28.2.3 just got published.Update to this version instead 🚀 CommitsThe new version differs by 14 commits.
See the full diff |
Version 28.2.5 just got published.Update to this version instead 🚀 Release Notesv28.2.528.2.5 (2018-01-06)Bug Fixes
CommitsThe new version differs by 7 commits.
See the full diff |
Version 28.2.6 just got published.Update to this version instead 🚀 CommitsThe new version differs by 4 commits.
See the full diff |
Version 25.0.0 of hoodie just got published.
The version 25.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.
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
v25.0.025.0.0 (2016-12-25)
Bug Fixes
Breaking Changes
The APIs
hoodie.account
,hoodie.store
andhoodie.connectionStatus
can now only be used after the promise returned byhoodie.ready
resolves.(87e5024c)
Commits
The new version differs by 1 commits .
87e5024
fix(package): update @hoodie/client to version 9.0.0
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 🌴