-
-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix(core): use native functionality in place of lodash methods * fix(core): add `eslint-plugin-jsdoc` to confirm that valid jsdoc comments are included * fix(orderedReducer): remove subcollection merging logic to fix removing of value for `DOCUMENT_MODIFIED` action type - #243, #140 * feat(query): show console error if `subcollections` are passed without `storeAs` - subcollection merging support is being removed in preparation for [v1](https://github.com/prescottprue/redux-firestore/wiki/v1.0.0-Roadmap) (which stores all subcollections at the top level) * fix(examples): update basic and complete examples - #242 * chore(tests): add test for deleted values from arrays within documents - #140, #243 * chore(tests): add test for `collectionGroup`
- Loading branch information
1 parent
78cb846
commit 06e4bb4
Showing
126 changed files
with
25,796 additions
and
43,827 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
SKIP_PREFLIGHT_CHECK=true |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,6 @@ | |
}, | ||
"exclude": [ | ||
"node_modules", | ||
"public", | ||
"public" | ||
] | ||
} |
Oops, something went wrong.