-
Notifications
You must be signed in to change notification settings - Fork 9
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/store-client to the latest version 🚀 #35
base: master
Are you sure you want to change the base?
Conversation
Version 6.0.1 just got published.Update to this version instead 🚀 Release Notesv6.0.16.0.1 (2016-12-18)Bug Fixes
|
Version 6.0.2 just got published. |
Version 7.0.0 just got published.Update to this version instead 🚀 Release Notesv7.0.07.0.0 (2016-12-23)Bug Fixes
Breaking Changes |
Version 7.0.1 just got published. |
Version 8.0.0 just got published.Update to this version instead 🚀 Release Notesv8.0.0<a name"8.0.0"> 8.0.0 (2017-03-04)FeaturesBreaking Changes
(852393e8) CommitsThe new version differs by 3 commits .
See the full diff. |
Version 8.0.1 just got published.Update to this version instead 🚀 Release Notesv8.0.1<a name"8.0.1"> 8.0.1 (2017-03-04)Bug Fixes
|
Version 8.1.0 just got published.Update to this version instead 🚀 Release Notesv8.1.0<a name"8.1.0"> 8.1.0 (2017-03-09)Bug Fixes
Features
CommitsThe new version differs by 7 commits .
See the full diff. |
Version 8.1.1 just got published.Update to this version instead 🚀 CommitsThe new version differs by 23 commits.
There are 23 commits in total. See the full diff |
Version 8.1.2 just got published. |
Version 8.1.3 just got published.Update to this version instead 🚀 Release Notesv8.1.3<a name"8.1.3"> 8.1.3 (2017-07-18)Bug Fixes
CommitsThe new version differs by 7 commits.
See the full diff |
Version 8.1.4 just got published.Update to this version instead 🚀 Release Notesv8.1.4<a name"8.1.4"> 8.1.4 (2017-08-01)Bug Fixes
|
Version 8.2.0 just got published.Update to this version instead 🚀 Release Notesv8.2.0<a name"8.2.0"> 8.2.0 (2017-09-12)Features |
Version 8.3.0 just got published.Update to this version instead 🚀 Release Notesv8.3.0<a name"8.3.0"> 8.3.0 (2017-11-26)Features |
Version 6.0.0 of @hoodie/store-client just got published.
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/store-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.06.0.0 (2016-11-29)
Features
options.PouchDB
(removed as dependency) (e7d040bd)Breaking Changes
@hoodie/store-client
used to depend onpouchdb
. It has now been removed and replaced by the newPouchDB
option:BREAKING CHANGE:
options.ajax
has been removed. It was passed trough topouchdb-hoodie-sync
where it is used to dynamically set the
ajax
PouchDB option.For Hoodie, we used that to change the
Authorization
headerbased on user’s session. But instead of passing in an ajax
function to return the ajax setting dynamically, we will now
set a getter for
options.ajax.headers.authorization
that willreturn the right session ID dynamically. This will simplify the
implementation
(e7d040bd)
Commits
The new version differs by 6 commits .
190fd68
chore(package): pouchdb-hoodie-sync@^2.0.0
e7d040b
feat:
options.PouchDB
(removed as dependency)399edce
test: options.PouchDB
ebbe840
chore(package): remove pouchdb from dependencies
7dbb3aa
docs(README): PouchDB is now an option, no longer a dependency
fecd789
docs(README): new code coverage status URL
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 🌴