| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2022-04-01 | 631 Bytes | |
| Version 18.0.0 source code.tar.gz | 2022-04-01 | 170.7 kB | |
| Version 18.0.0 source code.zip | 2022-04-01 | 210.9 kB | |
| Totals: 3 Items | 382.2 kB | 0 | |
Major
- Renamed the type
FetchGraphQLResultErrorstoFetchGraphQLResultErrorinfetchGraphQL.mjs.
Minor
- Added the new type
FetchGraphQLResultErrorLoadingtofetchGraphQL.mjscontaining the GraphQL result error types related to loading that are generated on the client, not the GraphQL server.
Patch
- Updated dev dependencies.
- Simplified dev dependencies and config for ESLint.
- Updated GitHub Actions CI config.
- Fixed issues with GraphQL result related types from
types.mjs. - Improved various JSDoc descriptions.
- Improved the types relating to the
Deferredclass used in tests.