-
-
Notifications
You must be signed in to change notification settings - Fork 555
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
Version v1.2.0 #37
Merged
Merged
Version v1.2.0 #37
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # src/compose.js
* fix queryId and add indicators
…ofile and Epics sections added to docs/recipes. Tests passing.
# Conflicts: # package.json
# Conflicts: # package.json
# Conflicts: # docs/roadmap.md # package.json
…rom normalized state).
# Conflicts: # package.json
* Logout reducer response switched back to setting null to auth, profile, and authError * Roadmap updated with v2.0.0 plans * Tests updated
…correctly with profiles).
Current coverage is 84.18% (diff: 74.08%)@@ master #37 diff @@
==========================================
Files 15 17 +2
Lines 1037 1233 +196
Methods 118 133 +15
Messages 0 0
Branches 159 189 +30
==========================================
+ Hits 932 1038 +106
- Misses 105 195 +90
Partials 0 0
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Breaking Changes
populatedDataToJS
.populatedDataToJS
function added to helpers (returns data populated from normalized state)profileDecorator
config option renamed toprofileFactory
for clarity (profileDecorator
still supported, but will throw deprecation warning)downloadURL
instead ofdownloadURLs
arraytimestamp
,requesting
,requested
) are now stored by string key (keeps invalid keyPath error from showing up)enableRedirectHandling
config param added to enable/disable auth redirect handling (enabled by default, which can cause breakage in none HTTP/HTTPS environments)Enhancements
once
queries no longer causeoff
error due to unmounting non existent listener (fixes Binding { type: 'once', ... } fires Query.off which returns an error #36)invalid keyPath
error fixed in data section of reducer (deep list is null first then has value)fileMetadataFactory
config option added to allow control of metadata written to database when usinguploadFile
anduploadFiles
v2.0.0
plansprofileDecorator
backwards compatibility is included (with a deprecation warning)CODE_OF_CONDUCT.md
andPATRONS.md
added