-
-
Notifications
You must be signed in to change notification settings - Fork 96
Version Packages #3425
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
Open
github-actions
wants to merge
1
commit into
master
Choose a base branch
from
changeset-release/master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Version Packages #3425
Conversation
This file contains hidden or 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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3425 +/- ##
=======================================
Coverage 98.78% 98.78%
=======================================
Files 123 123
Lines 2221 2221
Branches 462 462
=======================================
Hits 2194 2194
Misses 13 13
Partials 14 14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
a3af779
to
f4a1ecb
Compare
dfd0c0a
to
4e94531
Compare
6a59f74
to
349fdd8
Compare
4e84af9
to
6e4be2f
Compare
b239f3e
to
fb6828f
Compare
fb6828f
to
94ff095
Compare
40ed369
to
4f89464
Compare
4f89464
to
31fb172
Compare
b099081
to
130e58c
Compare
1f310dd
to
3f3fa91
Compare
3f3fa91
to
5dcd7e7
Compare
5dcd7e7
to
1410a7a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
@data-client/[email protected]
Minor Changes
#3449
1f491a9
Thanks @ntucker! - BREAKING CHANGE: schema.normalize(...args, addEntity, getEntity, checkLoop) -> schema.normalize(...args, delegate)We consolidate all 'callback' functions during recursion calls into a single 'delegate' argument.
Before
After
#3451
4939456
Thanks @ntucker! - state.entityMeta -> state.entitiesMeta#3394
d44d36a
Thanks @ntucker! - Change NetworkManager bookkeeping data structure for inflight fetchesBREAKING CHANGE: NetworkManager.fetched, NetworkManager.rejectors, NetworkManager.resolvers, NetworkManager.fetchedAt
-> NetworkManager.fetching
Before
After
#3449
1f491a9
Thanks @ntucker! - BREAKING CHANGE: schema.queryKey(args, queryKey, getEntity, getIndex) -> schema.queryKey(args, unvisit, delegate)BREAKING CHANGE: delegate.getIndex() returns the index directly, rather than object.
We consolidate all 'callback' functions during recursion calls into a single 'delegate' argument.
Our recursive call is renamed from queryKey to unvisit, and does not require the last two arguments.
Before
After
Patch Changes
#3449
1f491a9
Thanks @ntucker! - Fix controller.get and controller.getQueryMeta 'state' argument typesUpdated dependencies [
246cde6
,939a4b0
,939a4b0
,66e1906
,1f491a9
,4939456
,25b153a
,1f491a9
]:@data-client/[email protected]
Minor Changes
#3461
939a4b0
Thanks @ntucker! - Add delegate.INVALID to queryKeyThis is used in schema.All.queryKey().
Before
After
#3461
939a4b0
Thanks @ntucker! - Add delegate.invalidate() to normalizationBefore
After
#3449
1f491a9
Thanks @ntucker! - BREAKING CHANGE: schema.normalize(...args, addEntity, getEntity, checkLoop) -> schema.normalize(...args, delegate)We consolidate all 'callback' functions during recursion calls into a single 'delegate' argument.
Before
After
#3461
939a4b0
Thanks @ntucker! - RemoveINVALID
symbol exportSchemas can use delegate.invalidate() in normalize() or return delegate.INVALID in queryKey().
#3449
1f491a9
Thanks @ntucker! - BREAKING CHANGE: schema.queryKey(args, queryKey, getEntity, getIndex) -> schema.queryKey(args, unvisit, delegate)BREAKING CHANGE: delegate.getIndex() returns the index directly, rather than object.
We consolidate all 'callback' functions during recursion calls into a single 'delegate' argument.
Our recursive call is renamed from queryKey to unvisit, and does not require the last two arguments.
Before
After
Patch Changes
#3449
1f491a9
Thanks @ntucker! - Fix: ensure string id in Entity set when process returns undefined (meaning INVALID)#3480
bab907c
Thanks @Tomaszal! - fix: export types needed for EntityMixin35552c7
Thanks @ntucker! - Include GPT link badge in readme@data-client/[email protected]
Minor Changes
#3461
939a4b0
Thanks @ntucker! - Add delegate.INVALID to queryKeyThis is used in schema.All.queryKey().
Before
After
#3461
939a4b0
Thanks @ntucker! - Add delegate.invalidate() to normalizationBefore
After
#3449
1f491a9
Thanks @ntucker! - BREAKING CHANGE: schema.normalize(...args, addEntity, getEntity, checkLoop) -> schema.normalize(...args, delegate)We consolidate all 'callback' functions during recursion calls into a single 'delegate' argument.
Before
After
#3461
939a4b0
Thanks @ntucker! - RemoveINVALID
symbol exportSchemas can use delegate.invalidate() in normalize() or return delegate.INVALID in queryKey().
#3449
1f491a9
Thanks @ntucker! - BREAKING CHANGE: schema.queryKey(args, queryKey, getEntity, getIndex) -> schema.queryKey(args, unvisit, delegate)BREAKING CHANGE: delegate.getIndex() returns the index directly, rather than object.
We consolidate all 'callback' functions during recursion calls into a single 'delegate' argument.
Our recursive call is renamed from queryKey to unvisit, and does not require the last two arguments.
Before
After
Patch Changes
#3449
1f491a9
Thanks @ntucker! - Fix: ensure string id in Entity set when process returns undefined (meaning INVALID)Updated dependencies [
1f491a9
,939a4b0
,939a4b0
,1f491a9
,bab907c
,939a4b0
,1f491a9
,35552c7
]:@data-client/[email protected]
Minor Changes
769cb78
Thanks @ntucker! - Support 0.15 of @data-client/reactPatch Changes
b978362
Thanks @ntucker! - Update readme example to useSuspense()Updated dependencies [
1f491a9
,939a4b0
,939a4b0
,1f491a9
,bab907c
,939a4b0
,1f491a9
,35552c7
]:@data-client/[email protected]
Minor Changes
#3421
246cde6
Thanks @ntucker! - BREAKING CHANGE: Denormalize always transforms immutablejs entities into the classPreviously using ImmutableJS structures when calling denormalize() would maintain
nested schemas as immutablejs structures still. Now everything is converted to normal JS.
This is how the types have always been specified.
#3461
939a4b0
Thanks @ntucker! - Add delegate.INVALID to queryKeyThis is used in schema.All.queryKey().
Before
After
#3461
939a4b0
Thanks @ntucker! - Add delegate.invalidate() to normalizationBefore
After
#3454
66e1906
Thanks @ntucker! - BREAKING CHANGE: MemoCache.query() and MemoCache.buildQueryKey() take state as one argumentBefore
After
Before
After
#3449
1f491a9
Thanks @ntucker! - BREAKING CHANGE: schema.normalize(...args, addEntity, getEntity, checkLoop) -> schema.normalize(...args, delegate)We consolidate all 'callback' functions during recursion calls into a single 'delegate' argument.
Before
After
#3451
4939456
Thanks @ntucker! - state.entityMeta -> state.entitiesMeta#3372
25b153a
Thanks @ntucker! - MemoCache.query returns{ data, paths }
just like denormalize.data
could be INVALIDBefore
After
#3449
1f491a9
Thanks @ntucker! - BREAKING CHANGE: schema.queryKey(args, queryKey, getEntity, getIndex) -> schema.queryKey(args, unvisit, delegate)BREAKING CHANGE: delegate.getIndex() returns the index directly, rather than object.
We consolidate all 'callback' functions during recursion calls into a single 'delegate' argument.
Our recursive call is renamed from queryKey to unvisit, and does not require the last two arguments.
Before
After
@data-client/[email protected]
Minor Changes
#3459
997ca20
Thanks @ntucker! - BREAKING CHANGE: useDebounce() returns [val, isPending]This was previously exported in
@data-client/react/next
to make migrations easy. This willstill be available there.
Before
After
Before
After
#3449
1f491a9
Thanks @ntucker! - BREAKING CHANGE: schema.normalize(...args, addEntity, getEntity, checkLoop) -> schema.normalize(...args, delegate)We consolidate all 'callback' functions during recursion calls into a single 'delegate' argument.
Before
After
#3451
4939456
Thanks @ntucker! - state.entityMeta -> state.entitiesMeta#3449
1f491a9
Thanks @ntucker! - BREAKING CHANGE: schema.queryKey(args, queryKey, getEntity, getIndex) -> schema.queryKey(args, unvisit, delegate)BREAKING CHANGE: delegate.getIndex() returns the index directly, rather than object.
We consolidate all 'callback' functions during recursion calls into a single 'delegate' argument.
Our recursive call is renamed from queryKey to unvisit, and does not require the last two arguments.
Before
After
Patch Changes
#3449
1f491a9
Thanks @ntucker! - Fix controller.get and controller.getQueryMeta 'state' argument types35552c7
Thanks @ntucker! - Include GPT link badge in readmeUpdated dependencies [
1f491a9
,1f491a9
,4939456
,d44d36a
,1f491a9
]:@data-client/[email protected]
Minor Changes
#3461
939a4b0
Thanks @ntucker! - Add delegate.INVALID to queryKeyThis is used in schema.All.queryKey().
Before
After
#3461
939a4b0
Thanks @ntucker! - Add delegate.invalidate() to normalizationBefore
After
#3449
1f491a9
Thanks @ntucker! - BREAKING CHANGE: schema.normalize(...args, addEntity, getEntity, checkLoop) -> schema.normalize(...args, delegate)We consolidate all 'callback' functions during recursion calls into a single 'delegate' argument.
Before
After
#3461
939a4b0
Thanks @ntucker! - RemoveINVALID
symbol exportSchemas can use delegate.invalidate() in normalize() or return delegate.INVALID in queryKey().
#3449
1f491a9
Thanks @ntucker! - BREAKING CHANGE: schema.queryKey(args, queryKey, getEntity, getIndex) -> schema.queryKey(args, unvisit, delegate)BREAKING CHANGE: delegate.getIndex() returns the index directly, rather than object.
We consolidate all 'callback' functions during recursion calls into a single 'delegate' argument.
Our recursive call is renamed from queryKey to unvisit, and does not require the last two arguments.
Before
After
Patch Changes
#3449
1f491a9
Thanks @ntucker! - Fix: ensure string id in Entity set when process returns undefined (meaning INVALID)35552c7
Thanks @ntucker! - Include GPT link badge in readmeUpdated dependencies [
1f491a9
,939a4b0
,939a4b0
,1f491a9
,bab907c
,939a4b0
,1f491a9
,35552c7
]:@data-client/[email protected]
Minor Changes
#3394
d44d36a
Thanks @ntucker! - Change NetworkManager bookkeeping data structure for inflight fetchesBREAKING CHANGE: NetworkManager.fetched, NetworkManager.rejectors, NetworkManager.resolvers, NetworkManager.fetchedAt
-> NetworkManager.fetching
Before
After
769cb78
Thanks @ntucker! - Support 0.15 of @data-client/react[email protected]
Patch Changes
246cde6
,1f491a9
,1f491a9
,939a4b0
,939a4b0
,66e1906
,1f491a9
,bab907c
,4939456
,d44d36a
,25b153a
,939a4b0
,1f491a9
,35552c7
]:[email protected]
Patch Changes
1f491a9
,1f491a9
,997ca20
,939a4b0
,939a4b0
,1f491a9
,4939456
,b978362
,939a4b0
,769cb78
,1f491a9
,35552c7
]:[email protected]
Patch Changes
246cde6
,1f491a9
,939a4b0
,939a4b0
,66e1906
,1f491a9
,bab907c
,4939456
,25b153a
,939a4b0
,1f491a9
,35552c7
]:[email protected]
Patch Changes
246cde6
,1f491a9
,939a4b0
,939a4b0
,66e1906
,1f491a9
,bab907c
,4939456
,25b153a
,939a4b0
,1f491a9
,35552c7
]:[email protected]
Patch Changes
246cde6
,1f491a9
,939a4b0
,939a4b0
,66e1906
,1f491a9
,bab907c
,4939456
,25b153a
,939a4b0
,1f491a9
,35552c7
]:[email protected]
Patch Changes
1f491a9
,1f491a9
,997ca20
,939a4b0
,939a4b0
,1f491a9
,4939456
,b978362
,939a4b0
,769cb78
,1f491a9
,35552c7
]: