Skip to content
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 Packages #2571

Merged
merged 1 commit into from May 2, 2023
Merged

Version Packages #2571

merged 1 commit into from May 2, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 7, 2023

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

@rest-hooks/normalizr@11.0.0

Major Changes

  • 93a0859: normalize/denormalize both take args array
  • e00fd05: denormalize() returns a symbol if invalid, otherwise the value
  • e00fd05: denormalizeCached returns { data, paths }
  • 0c7ca63: denormalize is now non-cached version.
    Use denormalizeCached for previous functionality.
  • 68a5944: Require fetchedAt in meta

Minor Changes

  • 0c7ca63: Add validateInference()
  • 93a0859: Support Collections
  • 68a5944: Add Entity.mergeMeta()
  • 93a0859: Support using args[] during normalization/denormalization
  • 93a0859: Entity.pk() has a fourth argument: args[]
  • 7910c90: Support schemas without denormalizeOnly and no denormalize method

Patch Changes

  • 9178a55: Improve normalize performance
  • 93f103e: Fully denormalize even when pk cannot be computed
  • a005bd0: mergeMeta -> mergeMetaWithStore() for consistent naming
  • e75312c: fix: Remove empty entity path from denormalize

@rest-hooks/core@4.4.0

Minor Changes

  • 93a0859: Support Collections
  • 68a5944: Add Entity.mergeMeta()
  • 93a0859: Support using args[] during normalization/denormalization
  • 0c7ca63: Rework Controller to use simplified denoramlize
  • e00fd05: Support schemas with denormalizeOnly (3.8+)

Patch Changes

  • 6bd9494: Simplified null args path for ctrl.getResponse()
  • 93f103e: Fully denormalize even when pk cannot be computed
  • 62f8b11: Improve entity expiry calc performance in getResponse()
  • Updated dependencies [93a0859]
  • Updated dependencies [e00fd05]
  • Updated dependencies [0c7ca63]
  • Updated dependencies [93a0859]
  • Updated dependencies [68a5944]
  • Updated dependencies [93a0859]
  • Updated dependencies [9178a55]
  • Updated dependencies [93a0859]
  • Updated dependencies [93f103e]
  • Updated dependencies [7910c90]
  • Updated dependencies [e00fd05]
  • Updated dependencies [0c7ca63]
  • Updated dependencies [68a5944]
  • Updated dependencies [a005bd0]
  • Updated dependencies [e75312c]
    • @rest-hooks/normalizr@11.0.0

@rest-hooks/endpoint@3.8.0

Minor Changes

  • e00fd05: Values() removes deleted members like Array
  • a005bd0: Invalidate/Delete support normalizr 11 lifecycles (required for 12?)
  • 68a5944: Add Entity.mergeMeta()
  • 93a0859: Support using args[] during normalization/denormalization
  • 93a0859: Entity.pk() has a fourth argument: args[]
  • 0c7ca63: Entity.infer() supports new usage
  • 7910c90: Add INVALID symbol
  • 93a0859: Add Collections - entities but for Arrays or Values
  • e00fd05: Add schema.denormalizeOnly optimized path for normalizr 11+
  • 7910c90: Add schema.Invalidate (new name for Delete)

Patch Changes

  • 93f103e: Values members are skipped if they are falsy
  • a005bd0: mergeMeta -> mergeMetaWithStore() for consistent naming

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

3.7.4 (2023-03-21)

💅 Enhancement

3.7.3 (2023-03-19)

🐛 Bug Fix

  • Legacy type compatibility (02870c0)

📦 Package

3.7.2 (2023-03-15)

💅 Enhancement

  • Avoid CSP check if we find a CS Policy (132582e)
  • Include extension in all imports (#2482) (9d57220)

📦 Package

3.7.1 (2023-03-12)

🐛 Bug Fix

  • Keep same Entity.key algo even when mangling is detected (e219f0a)

📝 Documentation

3.7.0 (2023-03-02)

🚀 Features

🐛 Bug Fix

  • Remove accidental import (908e6d6)

📦 Package

@rest-hooks/graphql@0.5.0

Minor Changes

  • e00fd05: Values() removes deleted members like Array
  • 7910c90: Add INVALID symbol
  • e00fd05: Add schema.denormalizeOnly optimized path for normalizr 11+
  • 7910c90: Add schema.Invalidate (new name for Delete)

Patch Changes

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

0.4.5 (2023-03-21)

Note: Version bump only for package @rest-hooks/graphql

0.4.4 (2023-03-19)

Note: Version bump only for package @rest-hooks/graphql

0.4.3 (2023-03-15)

📦 Package

0.4.2 (2023-03-12)

💅 Enhancement

  • Normalize whitespace in gql keys (85f4d59)

0.4.1 (2023-03-02)

📦 Package

@rest-hooks/legacy@8.1.0

Minor Changes

  • 93a0859: Support using args[] during normalization/denormalization
  • 0c7ca63: Rework Controller to use simplified denoramlize
  • e00fd05: Support schemas with denormalizeOnly (3.8+)

Patch Changes

@rest-hooks/react@7.4.0

Minor Changes

  • 93a0859: Support Collections
  • 93a0859: Support using args[] during normalization/denormalization
  • e00fd05: Support schemas with denormalizeOnly (3.8+)

Patch Changes

  • 6bd9494: Simplified null args path for ctrl.getResponse()
  • 93f103e: Fully denormalize even when pk cannot be computed
  • 0c7ca63: Improved small response cpu performance
  • Updated dependencies [93a0859]
  • Updated dependencies [68a5944]
  • Updated dependencies [93a0859]
  • Updated dependencies [0c7ca63]
  • Updated dependencies [6bd9494]
  • Updated dependencies [93f103e]
  • Updated dependencies [62f8b11]
  • Updated dependencies [e00fd05]
    • @rest-hooks/core@4.4.0

@rest-hooks/rest@6.6.0

Minor Changes

  • 93a0859: Added RestEndpoint.paginated('cursor').
    Place the name of the pagination field instead of writing a function
  • e00fd05: Values() removes deleted members like Array
  • 93a0859: Add RestEndpoint collections extenders: push/unshift/assign/insert
  • 93a0859: Support using args[] during normalization/denormalization
  • 93a0859: Entity.pk() has a fourth argument: args[]
  • 93a0859: Add next/createResource: Uses Collections and has more options from RestEndpoint
    Migration PR of examples is a good example of how to migrate
  • 7910c90: Add INVALID symbol
  • 93a0859: Add Collections - entities but for Arrays or Values
  • e00fd05: Add schema.denormalizeOnly optimized path for normalizr 11+
  • 7910c90: Add schema.Invalidate (new name for Delete)

Patch Changes

  • 67e9eae: Use type widening in RestEndpoint and createResource constructors for non-generics
  • 93f103e: Values members are skipped if they are falsy
  • Updated dependencies [e00fd05]
  • Updated dependencies [a005bd0]
  • Updated dependencies [93f103e]
  • Updated dependencies [68a5944]
  • Updated dependencies [93a0859]
  • Updated dependencies [93a0859]
  • Updated dependencies [0c7ca63]
  • Updated dependencies [a005bd0]
  • Updated dependencies [7910c90]
  • Updated dependencies [93a0859]
  • Updated dependencies [e00fd05]
  • Updated dependencies [7910c90]
    • @rest-hooks/endpoint@3.8.0

@rest-hooks/hooks@3.1.14

Patch Changes

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

3.1.13 (2023-03-19)

Note: Version bump only for package @rest-hooks/hooks

3.1.12 (2023-03-15)

💅 Enhancement

🐛 Bug Fix

📦 Package

3.1.11 (2023-03-02)

📦 Package

3.1.10 (2023-02-21)

Note: Version bump only for package @rest-hooks/hooks

3.1.9 (2023-02-14)

Note: Version bump only for package @rest-hooks/hooks

3.1.8 (2023-02-11)

Note: Version bump only for package @rest-hooks/hooks

3.1.7 (2023-01-30)

📝 Documentation

  • Update github organization to data-client (#2396) (45faab1)

3.1.6 (2023-01-29)

Note: Version bump only for package @rest-hooks/hooks

3.1.5 (2023-01-23)

Note: Version bump only for package @rest-hooks/hooks

3.1.4 (2023-01-14)

💅 Enhancement

  • Remove @rest-hooks/endpoint peerDep for /hooks (#2360) (db57ea5)

3.1.3 (2023-01-12)

📦 Package

3.1.2 (2022-12-23)

📦 Package

📝 Documentation

3.1.1 (2022-12-05)

💅 Enhancement

📦 Package

@rest-hooks/test@10.3.7

Patch Changes

  • 93a0859: enhance: Updated warning example with modern syntax
  • 93a0859: enhance: renderRestHook interceptors must be defined to warn about unmatched fetch

example-benchmark@0.4.9

Patch Changes

github-app@0.4.7

Patch Changes

  • Updated dependencies [93a0859]
  • Updated dependencies [67e9eae]
  • Updated dependencies [e00fd05]
  • Updated dependencies [93f103e]
  • Updated dependencies [93a0859]
  • Updated dependencies [93a0859]
  • Updated dependencies [93a0859]
  • Updated dependencies [93a0859]
  • Updated dependencies [93a0859]
  • Updated dependencies [6bd9494]
  • Updated dependencies [93f103e]
  • Updated dependencies [0c7ca63]
  • Updated dependencies [e00fd05]
  • Updated dependencies [7910c90]
  • Updated dependencies [93a0859]
  • Updated dependencies [e00fd05]
  • Updated dependencies [7910c90]
    • @rest-hooks/rest@6.6.0
    • @rest-hooks/graphql@0.5.0
    • @rest-hooks/react@7.4.0
    • @rest-hooks/hooks@3.1.14

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

0.4.6 (2022-12-23)

🚀 Features

📦 Package

📝 Documentation

0.4.5 (2022-11-16)

Note: Version bump only for package github-app

0.4.3 (2022-10-14)

📦 Package

📝 Documentation

0.4.2 (2022-10-01)

📦 Package

0.4.1 (2022-09-19)

📦 Package

0.4.1-beta.1 (2022-09-17)

📦 Package

0.4.1-beta.0 (2022-09-16)

📦 Package

normalizr-github-example@0.1.4

Patch Changes

normalizr-redux-example@0.1.3

Patch Changes

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

0.1.2 (2022-12-23)

📦 Package

0.1.1 (2022-10-01)

📦 Package

normalizr-relationships@0.1.4

Patch Changes

@vercel
Copy link

vercel bot commented Apr 7, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rest-hooks ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 2, 2023 10:34pm

@codecov
Copy link

codecov bot commented Apr 7, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (0ed7514) 97.98% compared to head (1f44a9c) 97.98%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2571   +/-   ##
=======================================
  Coverage   97.98%   97.98%           
=======================================
  Files         135      135           
  Lines        2286     2286           
  Branches      358      358           
=======================================
  Hits         2240     2240           
  Misses         19       19           
  Partials       27       27           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions github-actions bot force-pushed the changeset-release/master branch 2 times, most recently from 4329b6b to 940ea12 Compare April 12, 2023 01:11
@github-actions github-actions bot force-pushed the changeset-release/master branch 2 times, most recently from d31e6a9 to 7e50f2f Compare April 12, 2023 01:45
@github-actions github-actions bot force-pushed the changeset-release/master branch 2 times, most recently from b0153db to fa3deaf Compare April 12, 2023 22:58
@ntucker ntucker enabled auto-merge May 2, 2023 22:17
@ntucker ntucker added this pull request to the merge queue May 2, 2023
Merged via the queue into master with commit 4dbfdb7 May 2, 2023
19 of 20 checks passed
@ntucker ntucker deleted the changeset-release/master branch May 2, 2023 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant