Commit 4de2b1a
authored
Release 0.14 (#549)
* Add release page
* Delete `attachOperation` (#548)
* Update docs
* Delete code
* Migration path
* Delete `attachOperation` operator
* Decrease size
* Delete `concurrency` field (#550)
* Update docs
* Delete `concurrency` field in favour of `concurrency` operator
* Delete code
* Decrease size
* Fix docs
* Export `ExecutionMeta` (#551)
* Export execution meta
* Export `ExecutionMeta`
* Export `attachObservability`
Add missed files
* Fix streaming in edge runtimes (#552)
* Fix checkEmptyResponse in case of edge runtime
* Fix apiRequestFx in case of edge runtime
* Get rid off `response.clone()` to support streaming in edge runtimes"
* Update dry-comics-shop.md
* Increase size
* Make test more stable
* Use drain instead of cancel
* DevTools `logErrorsToConsole` (#553)
* Log all errors to console in case of enabled in config
* Docs
* Add option `logErrorsToConsole`
* Added a new feature - `mapError` mapper
Add docs
Added a new feature - `mapFailure` mapper to all Queries
Bump size-limit
Fix formatting issues
Update apps/website/docs/api/factories/create_json_query.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Update apps/website/docs/recipes/data_flow.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
`mapFailure` -> `mapError`
Support mapError for Mutations
fix format errors
`mapFailure` -> `mapError` for tests too
Improve mapError in query tests
Update types to support mapError properly
`.watch` -> `createWatch`
fix ci
fix formatting
* Fix retry filter bugs (#557)
Fix retry ethernal pending bug
* Fix inflight reset (#558)
Fix reset logic
* Fix concurrency and retry combo (#559)
* Name release
* Add why Rawai
---------
Co-authored-by: AlexandrHoroshih <xad71rus@gmail.com>
Co-authored-by: Alexander Khoroshikh <32790736+AlexandrHoroshih@users.noreply.github.com>63 files changed
Lines changed: 2352 additions & 1159 deletions
File tree
- .changeset
- apps
- showcase-solid-real-world-rick-morty/src
- website/docs
- .vitepress
- api
- factories
- operators
- recipes
- releases
- tutorial
- packages
- core
- src
- __tests__
- attach
- __tests__
- concurrency
- __tests__
- fetch
- __tests__
- libs/lohyphen
- mutation
- __tests__
- query
- __tests__
- remote_operation
- __test__
- retry
- __tests__
- dev-tools/src
- model
- view-model
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | 212 | | |
217 | 213 | | |
218 | 214 | | |
| |||
407 | 403 | | |
408 | 404 | | |
409 | 405 | | |
| 406 | + | |
410 | 407 | | |
411 | 408 | | |
412 | 409 | | |
| |||
0 commit comments