|
1 | 1 | # grafast |
2 | 2 |
|
| 3 | +## 1.0.3 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- [#3065](https://github.com/graphile/crystal/pull/3065) |
| 8 | + [`9446f64`](https://github.com/graphile/crystal/commit/9446f64f35b7f6f46fd4ea37fbde67331f4ac947) |
| 9 | + Thanks [@benjie](https://github.com/benjie)! - `fieldArgs` are now created in |
| 10 | + the root plan and applied in the layer plan of the target step; this fixes an |
| 11 | + issue where fieldArgs could not be applied to step with side effects. |
| 12 | + |
| 13 | +- [#3061](https://github.com/graphile/crystal/pull/3061) |
| 14 | + [`56f8add`](https://github.com/graphile/crystal/commit/56f8add2f7b99d7ceee0c5c18354b236f6194537) |
| 15 | + Thanks [@benjie](https://github.com/benjie)! - Exposes rootValueStep on |
| 16 | + OperationPlan and removes some transient values from being stored. Adds new |
| 17 | + global `variableValues()` step retriever, useful for helping produce |
| 18 | + GraphQLResolveInfo and similar. |
| 19 | + |
| 20 | +- [#3070](https://github.com/graphile/crystal/pull/3070) |
| 21 | + [`1a9b835`](https://github.com/graphile/crystal/commit/1a9b835d0b8bc8adb22a864a23eff0c521e2309f) |
| 22 | + Thanks [@benjie](https://github.com/benjie)! - Stop using deprecated |
| 23 | + GraphQLError signature |
| 24 | + |
| 25 | +- [#3072](https://github.com/graphile/crystal/pull/3072) |
| 26 | + [`3b56a51`](https://github.com/graphile/crystal/commit/3b56a51ad751ce14b0c8c167df09bc9c3fbc11c3) |
| 27 | + Thanks [@benjie](https://github.com/benjie)! - Grafast no longer coerces |
| 28 | + `rootValue` to a mutable object, increasing compatibility with legacy |
| 29 | + resolvers. |
| 30 | + |
| 31 | +- [#3069](https://github.com/graphile/crystal/pull/3069) |
| 32 | + [`f0d1f48`](https://github.com/graphile/crystal/commit/f0d1f487ecd12299cd5e416aa5c7282dfd7c9992) |
| 33 | + Thanks [@benjie](https://github.com/benjie)! - Remove vestigial |
| 34 | + `insideGraphQL` code. |
| 35 | + |
| 36 | +- [#3062](https://github.com/graphile/crystal/pull/3062) |
| 37 | + [`8b3904d`](https://github.com/graphile/crystal/commit/8b3904dcd26d95e0459ca4b8c469e13cf9454dc1) |
| 38 | + Thanks [@benjie](https://github.com/benjie)! - Internals: clear |
| 39 | + \_\_TrackedValueStep initialValue on finalize. |
| 40 | + |
| 41 | +- Updated dependencies |
| 42 | + [[`350dd8d`](https://github.com/graphile/crystal/commit/350dd8df273c44f3a51805a99e48497300942de3), |
| 43 | + [`5f95b1c`](https://github.com/graphile/crystal/commit/5f95b1c6ee298b3fcde49a41621861ea44809f9d)]: |
| 44 | + - graphile-config@1.1.0 |
| 45 | + |
3 | 46 | ## 1.0.2 |
4 | 47 |
|
5 | 48 | ### Patch Changes |
|
0 commit comments