@dataplan/json 1.0.0-rc.5 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE.md ADDED
@@ -0,0 +1,20 @@
1
+ # The MIT License (MIT)
2
+
3
+ Copyright © 2026 Benjie Gillam
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the “Software”), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/README.md CHANGED
@@ -22,7 +22,6 @@ via sponsorship.
22
22
  And please give some love to our featured sponsors 🤩:
23
23
 
24
24
  <table><tr>
25
- <td align="center"><a href="https://www.the-guild.dev/"><img src="https://graphile.org/images/sponsors/theguild.png" width="90" height="90" alt="The Guild" /><br />The Guild</a> *</td>
26
25
  <td align="center"><a href="https://gosteelhead.com/"><img src="https://graphile.org/images/sponsors/steelhead.svg" width="90" height="90" alt="Steelhead" /><br />Steelhead</a> *</td>
27
26
  </tr></table>
28
27
 
package/package.json CHANGED
@@ -1,12 +1,9 @@
1
1
  {
2
2
  "name": "@dataplan/json",
3
- "version": "1.0.0-rc.5",
3
+ "version": "1.0.0",
4
4
  "description": "JSON step classes for Grafast",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
- "scripts": {
8
- "prepack": "tsc -b"
9
- },
10
7
  "repository": {
11
8
  "type": "git",
12
9
  "url": "git+https://github.com/graphile/crystal.git"
@@ -33,15 +30,12 @@
33
30
  "node": ">=22"
34
31
  },
35
32
  "peerDependencies": {
36
- "grafast": "^1.0.0-rc.7"
33
+ "grafast": "^1.0.0-rc.8"
37
34
  },
38
35
  "files": [
39
36
  "dist"
40
37
  ],
41
- "devDependencies": {
42
- "@types/jest": "^30.0.0",
43
- "jest": "^30.2.0",
44
- "jest-serializer-simple": "^5.0.0-rc.4",
45
- "typescript": "^5.9.3"
38
+ "publishConfig": {
39
+ "access": "public"
46
40
  }
47
41
  }
package/CHANGELOG.md DELETED
@@ -1,952 +0,0 @@
1
- # @dataplan/json
2
-
3
- ## 1.0.0-rc.5
4
-
5
- ### Patch Changes
6
-
7
- - [#2948](https://github.com/graphile/crystal/pull/2948)
8
- [`5e83533`](https://github.com/graphile/crystal/commit/5e83533f2d7005ba031d800c079e21f9fa1fecd5)
9
- Thanks [@benjaie](https://github.com/benjaie)! - Internal: use flagError()
10
- rather than Promise.reject().
11
-
12
- - Updated dependencies
13
- [[`8f50146`](https://github.com/graphile/crystal/commit/8f5014605d2d3a3353ab99e2ac4bbadaadcccdca),
14
- [`5e83533`](https://github.com/graphile/crystal/commit/5e83533f2d7005ba031d800c079e21f9fa1fecd5),
15
- [`03e5ce5`](https://github.com/graphile/crystal/commit/03e5ce5b3feaed585b9fabef9e81a0b0564bc725),
16
- [`f213a8e`](https://github.com/graphile/crystal/commit/f213a8e4813ec79beddc81fc994314e99a9b67f9)]:
17
- - grafast@1.0.0-rc.7
18
-
19
- ## 1.0.0-rc.4
20
-
21
- ### Patch Changes
22
-
23
- - [#2910](https://github.com/graphile/crystal/pull/2910)
24
- [`9eb3829`](https://github.com/graphile/crystal/commit/9eb3829ea337041e4585e0cfeb63b44e87d7d14f)
25
- Thanks [@benjie](https://github.com/benjie)! - Use consistent type export
26
- syntax
27
-
28
- - [`a3722d6`](https://github.com/graphile/crystal/commit/a3722d613bc6fb9e32f167aae9a31eaa422ceef1)
29
- Thanks [@benjie](https://github.com/benjie)! - Refactor to enable TypeScript
30
- options rewriteRelativeImportExtensions and erasableSyntaxOnly (including
31
- using .ts extensions in source code)
32
- - Updated dependencies
33
- [[`9eb3829`](https://github.com/graphile/crystal/commit/9eb3829ea337041e4585e0cfeb63b44e87d7d14f),
34
- [`a3722d6`](https://github.com/graphile/crystal/commit/a3722d613bc6fb9e32f167aae9a31eaa422ceef1),
35
- [`5fc379e`](https://github.com/graphile/crystal/commit/5fc379ea1ee56ea033a3f7d8c4a1ee00a6c83de7)]:
36
- - grafast@1.0.0-rc.5
37
-
38
- ## 1.0.0-rc.3
39
-
40
- ### Patch Changes
41
-
42
- - [#2873](https://github.com/graphile/crystal/pull/2873)
43
- [`0772086`](https://github.com/graphile/crystal/commit/0772086411a55d56b4e345cff1eef133eee31b36)
44
- Thanks [@benjie](https://github.com/benjie)! - Update TypeScript configuration
45
- to support Node 22 minimum
46
-
47
- - [#2888](https://github.com/graphile/crystal/pull/2888)
48
- [`1a56db2`](https://github.com/graphile/crystal/commit/1a56db2f53bc455a3d3ba6555a2cd777b27b271c)
49
- Thanks [@benjaie](https://github.com/benjaie)! - Node v22+ is required for
50
- this module.
51
-
52
- - Updated dependencies
53
- [[`44555c7`](https://github.com/graphile/crystal/commit/44555c7f479d531d6aef100f99859c3bcbf06c93),
54
- [`1e45a3d`](https://github.com/graphile/crystal/commit/1e45a3d6495cfea45bfdde95af889a453b82def3),
55
- [`0772086`](https://github.com/graphile/crystal/commit/0772086411a55d56b4e345cff1eef133eee31b36),
56
- [`a565503`](https://github.com/graphile/crystal/commit/a5655035dfee7000c1d37e4791354d7a2ba35792),
57
- [`d9ccc82`](https://github.com/graphile/crystal/commit/d9ccc82a30ca6167f480e5c8bc15d17df51c0d1c),
58
- [`1a56db2`](https://github.com/graphile/crystal/commit/1a56db2f53bc455a3d3ba6555a2cd777b27b271c),
59
- [`eafa3f0`](https://github.com/graphile/crystal/commit/eafa3f036ce68e6ffb65935f0a78edee2fa6bdf8),
60
- [`b27c562`](https://github.com/graphile/crystal/commit/b27c562409f7a2fd8a0eeaca96cd2c6b935efe4c),
61
- [`f23f0cf`](https://github.com/graphile/crystal/commit/f23f0cf8812eddff7c91c529499a4f20f1f2978c)]:
62
- - grafast@1.0.0-rc.4
63
-
64
- ## 1.0.0-rc.2
65
-
66
- ### Patch Changes
67
-
68
- - [#2829](https://github.com/graphile/crystal/pull/2829)
69
- [`a82e6fa`](https://github.com/graphile/crystal/commit/a82e6fae099f7e9d62fb3fc1ee173368cdabca27)
70
- Thanks [@benjie](https://github.com/benjie)! - Update dependency ranges.
71
-
72
- - Updated dependencies
73
- [[`f3a9869`](https://github.com/graphile/crystal/commit/f3a9869c6f9e7aa1eb501af5f7d582d2073be585),
74
- [`68f61cd`](https://github.com/graphile/crystal/commit/68f61cdbeea19e81b1d59a3fac69a569642c5c88),
75
- [`a82e6fa`](https://github.com/graphile/crystal/commit/a82e6fae099f7e9d62fb3fc1ee173368cdabca27)]:
76
- - grafast@1.0.0-rc.2
77
-
78
- ## 1.0.0-rc.1
79
-
80
- ### Patch Changes
81
-
82
- - [`8a5a7c5`](https://github.com/graphile/crystal/commit/8a5a7c536fc4b9b702600c5cc3d413724670c327)
83
- Thanks [@benjie](https://github.com/benjie)! - Bump to release candidate
84
-
85
- - Updated dependencies
86
- [[`abb623d`](https://github.com/graphile/crystal/commit/abb623d59e517c0949f0fef5440b817103c685bf),
87
- [`7b86454`](https://github.com/graphile/crystal/commit/7b864546fa81803ce0e573a2efa2e7f0905b2040),
88
- [`42a0785`](https://github.com/graphile/crystal/commit/42a0785ddabf58812a22d764eeddfde9362974e5),
89
- [`d196d60`](https://github.com/graphile/crystal/commit/d196d60664fbc9ffd410c11645db27554b22ac0b),
90
- [`c6cbe61`](https://github.com/graphile/crystal/commit/c6cbe6175b0f1f034db59d42cbe594e7d329aba6),
91
- [`d4ac603`](https://github.com/graphile/crystal/commit/d4ac603da7df6ea01aaa483a7cb29b1e514a90cd),
92
- [`8a5a7c5`](https://github.com/graphile/crystal/commit/8a5a7c536fc4b9b702600c5cc3d413724670c327),
93
- [`ea0135f`](https://github.com/graphile/crystal/commit/ea0135fac3f43850b65828f2ff2b01a34cfdff15),
94
- [`b6821f5`](https://github.com/graphile/crystal/commit/b6821f5f4dc13abd0b605be7396c1b3c36e66177)]:
95
- - grafast@1.0.0-rc.1
96
-
97
- ## 0.0.1-beta.33
98
-
99
- ### Patch Changes
100
-
101
- - [#2652](https://github.com/graphile/crystal/pull/2652)
102
- [`2adfd6e`](https://github.com/graphile/crystal/commit/2adfd6efedd1ab6831605526a515c683a7e95c2c)
103
- Thanks [@benjie](https://github.com/benjie)! - Make `get($step, attr)` more
104
- type-safe when the underlying steps implement the new `__inferGet` pattern.
105
- - Updated dependencies
106
- [[`2adfd6e`](https://github.com/graphile/crystal/commit/2adfd6efedd1ab6831605526a515c683a7e95c2c),
107
- [`6113518`](https://github.com/graphile/crystal/commit/61135188900c39d0cb6bd2f9c0033f0954cd0e6a)]:
108
- - grafast@0.1.1-beta.25
109
-
110
- ## 0.0.1-beta.32
111
-
112
- ### Patch Changes
113
-
114
- - Updated dependencies
115
- [[`0c6b1f1`](https://github.com/graphile/crystal/commit/0c6b1f1e188f6e2913832adfed9ca76dfdc25c47)]:
116
- - grafast@0.1.1-beta.23
117
-
118
- ## 0.0.1-beta.31
119
-
120
- ### Patch Changes
121
-
122
- - [#2435](https://github.com/graphile/crystal/pull/2435)
123
- [`17b160d5450e20e0f5c6597d5cffe125ece49d65`](https://github.com/graphile/crystal/commit/17b160d5450e20e0f5c6597d5cffe125ece49d65)
124
- Thanks [@benjie](https://github.com/benjie)! - `jsonParse()` now deduplicates
125
-
126
- - [#2482](https://github.com/graphile/crystal/pull/2482)
127
- [`459e1869a2ec58925b2bac5458af487c52a8ca37`](https://github.com/graphile/crystal/commit/459e1869a2ec58925b2bac5458af487c52a8ca37)
128
- Thanks [@benjie](https://github.com/benjie)! - Minimum version of Node.js
129
- bumped to Node 22 (the latest LTS).
130
-
131
- - Updated dependencies
132
- [[`0e36cb9077c76710d2e407830323f86c5038126e`](https://github.com/graphile/crystal/commit/0e36cb9077c76710d2e407830323f86c5038126e),
133
- [`c0c3f48fa9f60cb9a4436ea135979b779ecc71ec`](https://github.com/graphile/crystal/commit/c0c3f48fa9f60cb9a4436ea135979b779ecc71ec),
134
- [`cef9a37f846b4af105ac20960530d65c9f44afa9`](https://github.com/graphile/crystal/commit/cef9a37f846b4af105ac20960530d65c9f44afa9),
135
- [`56ce94a847c6a4094643665cbf5d3712f56140b6`](https://github.com/graphile/crystal/commit/56ce94a847c6a4094643665cbf5d3712f56140b6),
136
- [`192a27e08763ea26607344a2ea6c7f5c595cc2a3`](https://github.com/graphile/crystal/commit/192a27e08763ea26607344a2ea6c7f5c595cc2a3),
137
- [`6ef6abce15936a896156d5316020df55cf7d18e3`](https://github.com/graphile/crystal/commit/6ef6abce15936a896156d5316020df55cf7d18e3),
138
- [`0239c2d519300a72f545e0db7c371adae4ade2a9`](https://github.com/graphile/crystal/commit/0239c2d519300a72f545e0db7c371adae4ade2a9),
139
- [`0ea439d33ccef7f8d01ac5f54893ab2bbf1cbd4d`](https://github.com/graphile/crystal/commit/0ea439d33ccef7f8d01ac5f54893ab2bbf1cbd4d),
140
- [`8034614d1078b1bd177b6e7fcc949420614e3245`](https://github.com/graphile/crystal/commit/8034614d1078b1bd177b6e7fcc949420614e3245),
141
- [`459e1869a2ec58925b2bac5458af487c52a8ca37`](https://github.com/graphile/crystal/commit/459e1869a2ec58925b2bac5458af487c52a8ca37),
142
- [`c350e49e372ec12a4cbf04fb6b4260e01832d12b`](https://github.com/graphile/crystal/commit/c350e49e372ec12a4cbf04fb6b4260e01832d12b),
143
- [`3176ea3e57d626b39613a73117ef97627370ec83`](https://github.com/graphile/crystal/commit/3176ea3e57d626b39613a73117ef97627370ec83),
144
- [`46a42f5547c041289aa98657ebc6815f4b6c8539`](https://github.com/graphile/crystal/commit/46a42f5547c041289aa98657ebc6815f4b6c8539),
145
- [`be3f174c5aae8fe78a240e1bc4e1de7f18644b43`](https://github.com/graphile/crystal/commit/be3f174c5aae8fe78a240e1bc4e1de7f18644b43),
146
- [`576fb8bad56cb940ab444574d752e914d462018a`](https://github.com/graphile/crystal/commit/576fb8bad56cb940ab444574d752e914d462018a),
147
- [`9f459101fa4428aa4bac71531e75f99e33da8e17`](https://github.com/graphile/crystal/commit/9f459101fa4428aa4bac71531e75f99e33da8e17),
148
- [`921665df8babe2651ab3b5886ab68bb518f2125b`](https://github.com/graphile/crystal/commit/921665df8babe2651ab3b5886ab68bb518f2125b),
149
- [`78bb1a615754d772a5fda000e96073c91fa9eba7`](https://github.com/graphile/crystal/commit/78bb1a615754d772a5fda000e96073c91fa9eba7),
150
- [`ab0bcda5fc3c136eea09493a7d9ed4542975858e`](https://github.com/graphile/crystal/commit/ab0bcda5fc3c136eea09493a7d9ed4542975858e),
151
- [`455f4811d37ad8fff91183c7a88621bcf9d79acf`](https://github.com/graphile/crystal/commit/455f4811d37ad8fff91183c7a88621bcf9d79acf),
152
- [`45adaff886e7cd72b864150927be6c0cb4a7dfe8`](https://github.com/graphile/crystal/commit/45adaff886e7cd72b864150927be6c0cb4a7dfe8)]:
153
- - grafast@0.1.1-beta.22
154
-
155
- ## 0.0.1-beta.30
156
-
157
- ### Patch Changes
158
-
159
- - [#2377](https://github.com/graphile/crystal/pull/2377)
160
- [`7c38cdeffe034c9b4f5cdd03a8f7f446bd52dcb7`](https://github.com/graphile/crystal/commit/7c38cdeffe034c9b4f5cdd03a8f7f446bd52dcb7)
161
- Thanks [@benjie](https://github.com/benjie)! - Since `ModifierStep` and
162
- `BaseStep` are no more; `ExecutableStep` can be renamed to simply `Step`. The
163
- old name (`ExecutableStep`) is now deprecated.
164
- - Updated dependencies
165
- [[`d34014a9a3c469154cc796086ba13719954731e5`](https://github.com/graphile/crystal/commit/d34014a9a3c469154cc796086ba13719954731e5),
166
- [`98516379ac355a0833a64e002f3717cc3a1d6473`](https://github.com/graphile/crystal/commit/98516379ac355a0833a64e002f3717cc3a1d6473),
167
- [`f8602d05eed3247c90b87c55d7af580d1698effc`](https://github.com/graphile/crystal/commit/f8602d05eed3247c90b87c55d7af580d1698effc),
168
- [`65df25534fa3f787ba2ab7fd9547d295ff2b1288`](https://github.com/graphile/crystal/commit/65df25534fa3f787ba2ab7fd9547d295ff2b1288),
169
- [`1b3c76efd27df73eab3a5a1d221ce13de4cd6b1a`](https://github.com/graphile/crystal/commit/1b3c76efd27df73eab3a5a1d221ce13de4cd6b1a),
170
- [`3c0a925f26f10cae627a23c49c75ccd8d76b60c8`](https://github.com/graphile/crystal/commit/3c0a925f26f10cae627a23c49c75ccd8d76b60c8),
171
- [`fcaeb48844156e258a037f420ea1505edb50c52a`](https://github.com/graphile/crystal/commit/fcaeb48844156e258a037f420ea1505edb50c52a),
172
- [`68926abc31c32ce527327ffbb1ede4b0b7be446b`](https://github.com/graphile/crystal/commit/68926abc31c32ce527327ffbb1ede4b0b7be446b),
173
- [`4b49dbd2df3b339a2ba3f1e9ff400fa1a125298b`](https://github.com/graphile/crystal/commit/4b49dbd2df3b339a2ba3f1e9ff400fa1a125298b),
174
- [`d7950e8e28ec6106a4ce2f7fe5e35d88b10eac48`](https://github.com/graphile/crystal/commit/d7950e8e28ec6106a4ce2f7fe5e35d88b10eac48),
175
- [`c8f1971ea4198633ec97f72f82abf65089f71a88`](https://github.com/graphile/crystal/commit/c8f1971ea4198633ec97f72f82abf65089f71a88),
176
- [`dd3d22eab73a8554715bf1111e30586251f69a88`](https://github.com/graphile/crystal/commit/dd3d22eab73a8554715bf1111e30586251f69a88),
177
- [`a120a8e43b24dfc174950cdbb69e481272a0b45e`](https://github.com/graphile/crystal/commit/a120a8e43b24dfc174950cdbb69e481272a0b45e),
178
- [`84f06eafa051e907a3050237ac6ee5aefb184652`](https://github.com/graphile/crystal/commit/84f06eafa051e907a3050237ac6ee5aefb184652),
179
- [`4a3aeaa77c8b8d2e39c1a9d05581d0c613b812cf`](https://github.com/graphile/crystal/commit/4a3aeaa77c8b8d2e39c1a9d05581d0c613b812cf),
180
- [`0fc2db95d90df918cf5c59ef85f22ac78d8000d3`](https://github.com/graphile/crystal/commit/0fc2db95d90df918cf5c59ef85f22ac78d8000d3),
181
- [`90e81a5deeae554a8be2dd55dcd01489860e96e6`](https://github.com/graphile/crystal/commit/90e81a5deeae554a8be2dd55dcd01489860e96e6),
182
- [`c59132eb7a93bc82493d2f1ca050db8aaea9f4d1`](https://github.com/graphile/crystal/commit/c59132eb7a93bc82493d2f1ca050db8aaea9f4d1),
183
- [`7c38cdeffe034c9b4f5cdd03a8f7f446bd52dcb7`](https://github.com/graphile/crystal/commit/7c38cdeffe034c9b4f5cdd03a8f7f446bd52dcb7),
184
- [`728888b28fcd2a6fc481e0ccdfe20d41181a091f`](https://github.com/graphile/crystal/commit/728888b28fcd2a6fc481e0ccdfe20d41181a091f),
185
- [`f4f39092d7a51517668384945895d3b450237cce`](https://github.com/graphile/crystal/commit/f4f39092d7a51517668384945895d3b450237cce),
186
- [`5cf3dc9d158891eaf324b2cd4f485d1d4bbb6b5e`](https://github.com/graphile/crystal/commit/5cf3dc9d158891eaf324b2cd4f485d1d4bbb6b5e),
187
- [`83d3b533e702cc875b46ba2ca02bf3642b421be8`](https://github.com/graphile/crystal/commit/83d3b533e702cc875b46ba2ca02bf3642b421be8),
188
- [`7001138c38e09822ad13db1018c62d2cac37941e`](https://github.com/graphile/crystal/commit/7001138c38e09822ad13db1018c62d2cac37941e),
189
- [`e9e7e33665e22ec397e9ead054d2e4aad3eadc8c`](https://github.com/graphile/crystal/commit/e9e7e33665e22ec397e9ead054d2e4aad3eadc8c),
190
- [`bb6ec8d834e3e630e28316196246f514114a2296`](https://github.com/graphile/crystal/commit/bb6ec8d834e3e630e28316196246f514114a2296),
191
- [`2b1918d053f590cdc534c8cb81f7e74e96c1bbe6`](https://github.com/graphile/crystal/commit/2b1918d053f590cdc534c8cb81f7e74e96c1bbe6),
192
- [`d1ecb39693a341f85762b27012ec4ea013857b0c`](https://github.com/graphile/crystal/commit/d1ecb39693a341f85762b27012ec4ea013857b0c),
193
- [`042ebafe11fcf7e2ecac9b131265a55dddd42a6d`](https://github.com/graphile/crystal/commit/042ebafe11fcf7e2ecac9b131265a55dddd42a6d),
194
- [`fa005eb0783c58a2476add984fbdd462e0e91dbe`](https://github.com/graphile/crystal/commit/fa005eb0783c58a2476add984fbdd462e0e91dbe),
195
- [`df0e5a0f968cf6f9ae97b68745a9a2f391324bf5`](https://github.com/graphile/crystal/commit/df0e5a0f968cf6f9ae97b68745a9a2f391324bf5),
196
- [`ef4cf75acd80e6b9c700c2b5a7ace899e565ef7f`](https://github.com/graphile/crystal/commit/ef4cf75acd80e6b9c700c2b5a7ace899e565ef7f),
197
- [`c041fd250372c57601188b65a6411c8f440afab6`](https://github.com/graphile/crystal/commit/c041fd250372c57601188b65a6411c8f440afab6),
198
- [`629b45aab49151810f6efc18ac18f7d735626433`](https://github.com/graphile/crystal/commit/629b45aab49151810f6efc18ac18f7d735626433),
199
- [`6d19724330d50d076aab9442660fa8abddd095cb`](https://github.com/graphile/crystal/commit/6d19724330d50d076aab9442660fa8abddd095cb),
200
- [`ca5bc1a834df7b894088fb8602a12f9fcff55b38`](https://github.com/graphile/crystal/commit/ca5bc1a834df7b894088fb8602a12f9fcff55b38),
201
- [`da6f3c04efe3d8634c0bc3fcf93ac2518de85322`](https://github.com/graphile/crystal/commit/da6f3c04efe3d8634c0bc3fcf93ac2518de85322),
202
- [`f0bc64b71914dfdd3612f4b65370401fd85b97bc`](https://github.com/graphile/crystal/commit/f0bc64b71914dfdd3612f4b65370401fd85b97bc)]:
203
- - grafast@0.1.1-beta.21
204
-
205
- ## 0.0.1-beta.29
206
-
207
- ### Patch Changes
208
-
209
- - Updated dependencies
210
- [[`fc9d64eb8`](https://github.com/graphile/crystal/commit/fc9d64eb8002d3b72625bc505ed76c07f4296d68),
211
- [`a2dbad945`](https://github.com/graphile/crystal/commit/a2dbad9457195bec797d72e4e6d45f45278f9f69),
212
- [`31078842a`](https://github.com/graphile/crystal/commit/31078842ad0eeaa7111491fa9eb5e3bd026fb38a),
213
- [`5a0ec31de`](https://github.com/graphile/crystal/commit/5a0ec31deae91f1dd17a77a4bb7c1a911a27e26a)]:
214
- - grafast@0.1.1-beta.20
215
-
216
- ## 0.0.1-beta.28
217
-
218
- ### Patch Changes
219
-
220
- - Updated dependencies []:
221
- - grafast@0.1.1-beta.19
222
-
223
- ## 0.0.1-beta.27
224
-
225
- ### Patch Changes
226
-
227
- - Updated dependencies
228
- [[`b336a5829`](https://github.com/graphile/crystal/commit/b336a58291cfec7aef884d3843172d408abfaf3c)]:
229
- - grafast@0.1.1-beta.18
230
-
231
- ## 0.0.1-beta.26
232
-
233
- ### Patch Changes
234
-
235
- - Updated dependencies
236
- [[`69ab227b5`](https://github.com/graphile/crystal/commit/69ab227b5e1c057a6fc8ebba87bde80d5aa7f3c8)]:
237
- - grafast@0.1.1-beta.17
238
-
239
- ## 0.0.1-beta.25
240
-
241
- ### Patch Changes
242
-
243
- - Updated dependencies
244
- [[`76c7340b7`](https://github.com/graphile/crystal/commit/76c7340b74d257c454beec883384d19ef078b21e)]:
245
- - grafast@0.1.1-beta.16
246
-
247
- ## 0.0.1-beta.24
248
-
249
- ### Patch Changes
250
-
251
- - Updated dependencies
252
- [[`d5834def1`](https://github.com/graphile/crystal/commit/d5834def1fb84f3e2c0c0a6f146f8249a6df890a),
253
- [`42b982463`](https://github.com/graphile/crystal/commit/42b9824637a6c05e02935f2b05b5e8e0c61965a6),
254
- [`884a4b429`](https://github.com/graphile/crystal/commit/884a4b4297af90fdadaf73addd524f1fbbcfdcce),
255
- [`38835313a`](https://github.com/graphile/crystal/commit/38835313ad93445206dccdd4cf07b90c5a6e4377),
256
- [`b0865d169`](https://github.com/graphile/crystal/commit/b0865d1691105b5419009954c98c8109a27a5d81)]:
257
- - grafast@0.1.1-beta.15
258
-
259
- ## 0.0.1-beta.23
260
-
261
- ### Patch Changes
262
-
263
- - Updated dependencies
264
- [[`871d32b2a`](https://github.com/graphile/crystal/commit/871d32b2a18df0d257880fc54a61d9e68c4607d6),
265
- [`a26e3a30c`](https://github.com/graphile/crystal/commit/a26e3a30c02f963f8f5e9c9d021e871f33689e1b),
266
- [`02c11a4d4`](https://github.com/graphile/crystal/commit/02c11a4d42bf434dffc9354b300e8d791c4eeb2d)]:
267
- - grafast@0.1.1-beta.14
268
-
269
- ## 0.0.1-beta.22
270
-
271
- ### Patch Changes
272
-
273
- - Updated dependencies
274
- [[`807650035`](https://github.com/graphile/crystal/commit/8076500354a3e2bc2de1b6c4e947bd710cc5bddc)]:
275
- - grafast@0.1.1-beta.13
276
-
277
- ## 0.0.1-beta.21
278
-
279
- ### Patch Changes
280
-
281
- - Updated dependencies
282
- [[`1bd50b61e`](https://github.com/graphile/crystal/commit/1bd50b61ebb10b7d09b3612c2e2767c41cca3b78),
283
- [`4e102b1a1`](https://github.com/graphile/crystal/commit/4e102b1a1cd232e6f6703df0706415f01831dab2),
284
- [`7bb1573ba`](https://github.com/graphile/crystal/commit/7bb1573ba45a4d8b7fa9ad53cdd79686d2641383),
285
- [`18addb385`](https://github.com/graphile/crystal/commit/18addb3852525aa91019a36d58fa2fecd8b5b443),
286
- [`6ed615e55`](https://github.com/graphile/crystal/commit/6ed615e557b2ab1fb57f1e68c06730a8e3da7175),
287
- [`b25cc539c`](https://github.com/graphile/crystal/commit/b25cc539c00aeda7a943c37509aaae4dc7812317),
288
- [`867f33136`](https://github.com/graphile/crystal/commit/867f331365346fc46ed1e0d23c79719846e398f4),
289
- [`cf535c210`](https://github.com/graphile/crystal/commit/cf535c21078da06c14dd12f30e9b4378da4ded03),
290
- [`acf99b190`](https://github.com/graphile/crystal/commit/acf99b190954e3c5926e820daed68dfe8eb3ee1f),
291
- [`4967a197f`](https://github.com/graphile/crystal/commit/4967a197fd2c71ee2a581fe29470ee9f30e74de5),
292
- [`1908e1ba1`](https://github.com/graphile/crystal/commit/1908e1ba11883a34dac66f985fc20ab160e572b1),
293
- [`084d80be6`](https://github.com/graphile/crystal/commit/084d80be6e17187c9a9932bcf079e3f460368782)]:
294
- - grafast@0.1.1-beta.12
295
-
296
- ## 0.0.1-beta.20
297
-
298
- ### Patch Changes
299
-
300
- - Updated dependencies
301
- [[`582bd768f`](https://github.com/graphile/crystal/commit/582bd768fec403ce3284f293b85b9fd86e4d3f40)]:
302
- - grafast@0.1.1-beta.11
303
-
304
- ## 0.0.1-beta.19
305
-
306
- ### Patch Changes
307
-
308
- - Updated dependencies
309
- [[`3c161f7e1`](https://github.com/graphile/crystal/commit/3c161f7e13375105b1035a7d5d1c0f2b507ca5c7),
310
- [`a674a9923`](https://github.com/graphile/crystal/commit/a674a9923bc908c9315afa40e0cb256ee0953d16),
311
- [`b7cfeffd1`](https://github.com/graphile/crystal/commit/b7cfeffd1019d61c713a5054c4f5929960a2a6ab)]:
312
- - grafast@0.1.1-beta.10
313
-
314
- ## 0.0.1-beta.18
315
-
316
- ### Patch Changes
317
-
318
- - Updated dependencies
319
- [[`437570f97`](https://github.com/graphile/crystal/commit/437570f97e8520afaf3d0d0b514d1f4c31546b76)]:
320
- - grafast@0.1.1-beta.9
321
-
322
- ## 0.0.1-beta.17
323
-
324
- ### Patch Changes
325
-
326
- - Updated dependencies
327
- [[`bd5a908a4`](https://github.com/graphile/crystal/commit/bd5a908a4d04310f90dfb46ad87398ffa993af3b)]:
328
- - grafast@0.1.1-beta.8
329
-
330
- ## 0.0.1-beta.16
331
-
332
- ### Patch Changes
333
-
334
- - [#1980](https://github.com/graphile/crystal/pull/1980)
335
- [`357d475f5`](https://github.com/graphile/crystal/commit/357d475f54fecc8c51892e0346d6872b34132430)
336
- Thanks [@benjie](https://github.com/benjie)! - The signature of
337
- `ExecutableStep.execute` has changed; please make the following change to each
338
- of your custom step classes' `execute` methods:
339
-
340
- ```diff
341
- - async execute(count: number, values: any[][], extra: ExecutionExtra) {
342
- + async execute({ count, values: newValues, extra }: ExecutionDetails) {
343
- + const values = newValues.map((dep) =>
344
- + dep.isBatch ? dep.entries : new Array(count).fill(dep.value)
345
- + );
346
- // REST OF YOUR FUNCTION HERE
347
- }
348
- ```
349
-
350
- For more details, see: https://err.red/gev2
351
-
352
- - [#1973](https://github.com/graphile/crystal/pull/1973)
353
- [`a0e82b9c5`](https://github.com/graphile/crystal/commit/a0e82b9c5f4e585f1af1e147299cd07944ece6f8)
354
- Thanks [@benjie](https://github.com/benjie)! - Add 'unary steps' concept to
355
- codebase and refactor to using new executeV2 execution method which leverages
356
- them. Backwards compatibility maintained, but users should move to executeV2.
357
- - Updated dependencies
358
- [[`357d475f5`](https://github.com/graphile/crystal/commit/357d475f54fecc8c51892e0346d6872b34132430),
359
- [`3551725e7`](https://github.com/graphile/crystal/commit/3551725e71c3ed876554e19e5ab2c1dcb0fb1143),
360
- [`80836471e`](https://github.com/graphile/crystal/commit/80836471e5cedb29dee63bc5002550c4f1713cfd),
361
- [`a5c20fefb`](https://github.com/graphile/crystal/commit/a5c20fefb571dea6d1187515dc48dd547e9e6204),
362
- [`1ce08980e`](https://github.com/graphile/crystal/commit/1ce08980e2a52ed9bc81564d248c19648ecd3616),
363
- [`dff4f2535`](https://github.com/graphile/crystal/commit/dff4f2535ac6ce893089b312fcd5fffcd98573a5),
364
- [`a287a57c2`](https://github.com/graphile/crystal/commit/a287a57c2765da0fb6a132ea0953f64453210ceb),
365
- [`2fe56f9a6`](https://github.com/graphile/crystal/commit/2fe56f9a6dac03484ace45c29c2223a65f9ca1db),
366
- [`fed603d71`](https://github.com/graphile/crystal/commit/fed603d719c02f33e12190f925c9e3b06c581fac),
367
- [`ed6e0d278`](https://github.com/graphile/crystal/commit/ed6e0d2788217a1c419634837f4208013eaf2923),
368
- [`e82e4911e`](https://github.com/graphile/crystal/commit/e82e4911e32138df1b90ec0fde555ea963018d21),
369
- [`42ece5aa6`](https://github.com/graphile/crystal/commit/42ece5aa6ca05345ebc17fb5c7d55df3b79b7612),
370
- [`e0d69e518`](https://github.com/graphile/crystal/commit/e0d69e518a98c70f9b90f59d243ce33978c1b5a1),
371
- [`6699388ec`](https://github.com/graphile/crystal/commit/6699388ec167d35c71220ce5d9113cac578da6cb),
372
- [`966203504`](https://github.com/graphile/crystal/commit/96620350467ab8c65b56adf2f055e19450f8e772),
373
- [`c1645b249`](https://github.com/graphile/crystal/commit/c1645b249aae949a548cd916e536ccfb63e5ab35),
374
- [`ed8bbaa3c`](https://github.com/graphile/crystal/commit/ed8bbaa3cd1563a7601ca8c6b0412633b0ea4ce9),
375
- [`a0e82b9c5`](https://github.com/graphile/crystal/commit/a0e82b9c5f4e585f1af1e147299cd07944ece6f8),
376
- [`14e2412ee`](https://github.com/graphile/crystal/commit/14e2412ee368e8d53abf6774c7f0069f32d4e8a3),
377
- [`57ab0e1e7`](https://github.com/graphile/crystal/commit/57ab0e1e72c01213b21d3efc539cd655d83d993a),
378
- [`8442242e4`](https://github.com/graphile/crystal/commit/8442242e43cac7d89ca0c413cf42c9fabf6f247f),
379
- [`64ce7b765`](https://github.com/graphile/crystal/commit/64ce7b7650530251aec38a51089da66f914c19b4),
380
- [`cba842357`](https://github.com/graphile/crystal/commit/cba84235786acbd77ade53bae7a3fba4a9be1eb7),
381
- [`2fa77d0f2`](https://github.com/graphile/crystal/commit/2fa77d0f237cdb98d3dafb6b5e4083a2c6c38673)]:
382
- - grafast@0.1.1-beta.7
383
-
384
- ## 0.0.1-beta.15
385
-
386
- ### Patch Changes
387
-
388
- - Updated dependencies
389
- [[`9f85c614d`](https://github.com/graphile/crystal/commit/9f85c614d48dc745c5fed15333dbb75af7fddc88),
390
- [`6c6be29f1`](https://github.com/graphile/crystal/commit/6c6be29f12b24782c926b2bc62ed2ede09ac05de),
391
- [`8315e8d01`](https://github.com/graphile/crystal/commit/8315e8d01c118cebc4ebbc53a2f264b958b252ad)]:
392
- - grafast@0.1.1-beta.6
393
-
394
- ## 0.0.1-beta.14
395
-
396
- ### Patch Changes
397
-
398
- - [#1924](https://github.com/graphile/crystal/pull/1924)
399
- [`ef44c29b2`](https://github.com/graphile/crystal/commit/ef44c29b24a1ad5a042ae1536a4546dd64b17195)
400
- Thanks [@benjie](https://github.com/benjie)! - 🚨 TypeScript is now configured
401
- to hide interfaces marked as `@internal`. This may result in a few errors
402
- where you're accessing things you oughtn't be, but also may hide some
403
- interfaces that should be exposed - please file an issue if an API you were
404
- dependent on has been removed from the TypeScript typings. If that API happens
405
- to be `step.dependencies`; you should first read this:
406
- https://benjie.dev/graphql/ancestors
407
- - Updated dependencies
408
- [[`63dd7ea99`](https://github.com/graphile/crystal/commit/63dd7ea992d30ad711dd85a73a127484a0e35479),
409
- [`d801c9778`](https://github.com/graphile/crystal/commit/d801c9778a86d61e060896460af9fe62a733534a),
410
- [`ef44c29b2`](https://github.com/graphile/crystal/commit/ef44c29b24a1ad5a042ae1536a4546dd64b17195)]:
411
- - grafast@0.1.1-beta.5
412
-
413
- ## 0.0.1-beta.13
414
-
415
- ### Patch Changes
416
-
417
- - Updated dependencies
418
- [[`a2176ea32`](https://github.com/graphile/crystal/commit/a2176ea324db0801249661b30e9c9d314c6fb159),
419
- [`886833e2e`](https://github.com/graphile/crystal/commit/886833e2e319f23d905d7184ca88fca701b94044)]:
420
- - grafast@0.1.1-beta.4
421
-
422
- ## 0.0.1-beta.12
423
-
424
- ### Patch Changes
425
-
426
- - Updated dependencies []:
427
- - grafast@0.1.1-beta.3
428
-
429
- ## 0.0.1-beta.11
430
-
431
- ### Patch Changes
432
-
433
- - Updated dependencies
434
- [[`3fdc2bce4`](https://github.com/graphile/crystal/commit/3fdc2bce42418773f808c5b8309dfb361cd95ce9),
435
- [`aeef362b5`](https://github.com/graphile/crystal/commit/aeef362b5744816f01e4a6f714bbd77f92332bc5),
436
- [`8a76db07f`](https://github.com/graphile/crystal/commit/8a76db07f4c110cecc6225504f9a05ccbcbc7b92),
437
- [`8a0cdb95f`](https://github.com/graphile/crystal/commit/8a0cdb95f200b28b0ea1ab5caa12b23dce5f374f),
438
- [`1c9f1c0ed`](https://github.com/graphile/crystal/commit/1c9f1c0edf4e621a5b6345d3a41527a18143c6ae)]:
439
- - grafast@0.1.1-beta.2
440
-
441
- ## 0.0.1-beta.10
442
-
443
- ### Patch Changes
444
-
445
- - Updated dependencies
446
- [[`49fcb0d58`](https://github.com/graphile/crystal/commit/49fcb0d585b31b291c9072c339d6f5b550eefc9f)]:
447
- - grafast@0.1.1-beta.1
448
-
449
- ## 0.0.1-beta.9
450
-
451
- ### Patch Changes
452
-
453
- - [#1778](https://github.com/graphile/crystal/pull/1778)
454
- [`b2bce88da`](https://github.com/graphile/crystal/commit/b2bce88da26c7a8965468be16fc2d935eadd3434)
455
- Thanks [@benjie](https://github.com/benjie)! - Enable source maps in modules
456
- where it was disabled.
457
-
458
- - Updated dependencies
459
- [[`4a4d26d87`](https://github.com/graphile/crystal/commit/4a4d26d87ce74589429b8ca5126a7bfdf30351b8),
460
- [`b2bce88da`](https://github.com/graphile/crystal/commit/b2bce88da26c7a8965468be16fc2d935eadd3434),
461
- [`861a8a306`](https://github.com/graphile/crystal/commit/861a8a306ef42a821da19e77903ddd7e8130bfb3)]:
462
- - grafast@0.1.1-beta.0
463
-
464
- ## 0.0.1-beta.8
465
-
466
- ### Patch Changes
467
-
468
- - [#514](https://github.com/graphile/crystal-pre-merge/pull/514)
469
- [`c9848f693`](https://github.com/graphile/crystal-pre-merge/commit/c9848f6936a5abd7740c0638bfb458fb5551f03b)
470
- Thanks [@benjie](https://github.com/benjie)! - Update package.json repository
471
- information
472
-
473
- - Updated dependencies
474
- [[`c9848f693`](https://github.com/graphile/crystal-pre-merge/commit/c9848f6936a5abd7740c0638bfb458fb5551f03b),
475
- [`ede1092fe`](https://github.com/graphile/crystal-pre-merge/commit/ede1092fe197719b6fa786f4cfa75f6a1f4c56c1),
476
- [`566983fbd`](https://github.com/graphile/crystal-pre-merge/commit/566983fbd99c4b2df8c4ebd6260521670a2b7dfc),
477
- [`409bf6071`](https://github.com/graphile/crystal-pre-merge/commit/409bf607180d4d8faec658c803e5ec4d1a00c451)]:
478
- - grafast@0.0.1-beta.8
479
-
480
- ## 0.0.1-beta.7
481
-
482
- ### Patch Changes
483
-
484
- - Updated dependencies
485
- [[`3700e204f`](https://github.com/benjie/crystal/commit/3700e204f430db182c92ca7abc82017c81fa1f9b)]:
486
- - grafast@0.0.1-beta.7
487
-
488
- ## 0.0.1-beta.6
489
-
490
- ### Patch Changes
491
-
492
- - [#496](https://github.com/benjie/crystal/pull/496)
493
- [`c9bfd9892`](https://github.com/benjie/crystal/commit/c9bfd989247f9433fb5b18c5175c9d8d64cd21a1)
494
- Thanks [@benjie](https://github.com/benjie)! - Update dependencies (sometimes
495
- through major versions).
496
-
497
- - Updated dependencies
498
- [[`c9bfd9892`](https://github.com/benjie/crystal/commit/c9bfd989247f9433fb5b18c5175c9d8d64cd21a1),
499
- [`e613b476d`](https://github.com/benjie/crystal/commit/e613b476d6ee867d1f7509c895dabee40e7f9a31)]:
500
- - grafast@0.0.1-beta.6
501
-
502
- ## 0.0.1-beta.5
503
-
504
- ### Patch Changes
505
-
506
- - Updated dependencies
507
- [[`53186213a`](https://github.com/benjie/crystal/commit/53186213ade962f4b66cb0d5ea8b57b5ce7ea85f)]:
508
- - grafast@0.0.1-beta.5
509
-
510
- ## 0.0.1-beta.4
511
-
512
- ### Patch Changes
513
-
514
- - Updated dependencies
515
- [[`f9cc88dc4`](https://github.com/benjie/crystal/commit/f9cc88dc442d371aee154a28d4e63c6da39f6b2e)]:
516
- - grafast@0.0.1-beta.4
517
-
518
- ## 0.0.1-beta.3
519
-
520
- ### Patch Changes
521
-
522
- - Updated dependencies
523
- [[`46cd08aa1`](https://github.com/benjie/crystal/commit/46cd08aa13e3bac4d186c72c6ce24997f37658af)]:
524
- - grafast@0.0.1-beta.3
525
-
526
- ## 0.0.1-beta.2
527
-
528
- ### Patch Changes
529
-
530
- - Updated dependencies
531
- [[`23bd3c291`](https://github.com/benjie/crystal/commit/23bd3c291246aebf27cf2784f40fc948485f43c9)]:
532
- - grafast@0.0.1-beta.2
533
-
534
- ## 0.0.1-beta.1
535
-
536
- ### Patch Changes
537
-
538
- - [`cbd987385`](https://github.com/benjie/crystal/commit/cbd987385f99bd1248bc093ac507cc2f641ba3e8)
539
- Thanks [@benjie](https://github.com/benjie)! - Bump all packages to beta
540
-
541
- - Updated dependencies
542
- [[`cbd987385`](https://github.com/benjie/crystal/commit/cbd987385f99bd1248bc093ac507cc2f641ba3e8)]:
543
- - grafast@0.0.1-beta.1
544
-
545
- ## 0.0.1-alpha.16
546
-
547
- ### Patch Changes
548
-
549
- - Updated dependencies
550
- [[`dfefdad3c`](https://github.com/benjie/crystal/commit/dfefdad3cd5a99c36d47eb0bddd914bab4ca9a1f)]:
551
- - grafast@0.0.1-alpha.16
552
-
553
- ## 0.0.1-alpha.15
554
-
555
- ### Patch Changes
556
-
557
- - [#422](https://github.com/benjie/crystal/pull/422)
558
- [`9f87a26b1`](https://github.com/benjie/crystal/commit/9f87a26b10e5539aa88cfd9909e265513e941fd5)
559
- Thanks [@benjie](https://github.com/benjie)! - Comments enabled in released
560
- packages
561
-
562
- - Updated dependencies
563
- [[`ea003ca3a`](https://github.com/benjie/crystal/commit/ea003ca3a8f68fb87dca603582e47981ed033996),
564
- [`57d88b5fa`](https://github.com/benjie/crystal/commit/57d88b5fa3ed296210c1fcb223452213fd57985b),
565
- [`9f87a26b1`](https://github.com/benjie/crystal/commit/9f87a26b10e5539aa88cfd9909e265513e941fd5)]:
566
- - grafast@0.0.1-alpha.15
567
-
568
- ## 0.0.1-alpha.14
569
-
570
- ### Patch Changes
571
-
572
- - Updated dependencies
573
- [[`d99d666fb`](https://github.com/benjie/crystal/commit/d99d666fb234eb02dd196610995fa480c596242a)]:
574
- - grafast@0.0.1-alpha.14
575
-
576
- ## 0.0.1-alpha.13
577
-
578
- ### Patch Changes
579
-
580
- - [#418](https://github.com/benjie/crystal/pull/418)
581
- [`9ab2adba2`](https://github.com/benjie/crystal/commit/9ab2adba2c146b5d1bc91bbb2f25e4645ed381de)
582
- Thanks [@benjie](https://github.com/benjie)! - Overhaul peerDependencies and
583
- dependencies to try and eliminate duplicate modules error.
584
- - Updated dependencies
585
- [[`620f9e07e`](https://github.com/benjie/crystal/commit/620f9e07ec6f4d66a8dc01ed6bb054a75f7b1c8b),
586
- [`1882e0185`](https://github.com/benjie/crystal/commit/1882e018576adf69bcae8a999224cb4d5e62a3e1),
587
- [`881672305`](https://github.com/benjie/crystal/commit/88167230578393e3b24a364f0d673e36c5cb088d),
588
- [`e5012f9a1`](https://github.com/benjie/crystal/commit/e5012f9a1901af63e1703ea4d717e8a22544f5e7),
589
- [`9ab2adba2`](https://github.com/benjie/crystal/commit/9ab2adba2c146b5d1bc91bbb2f25e4645ed381de),
590
- [`47f6f018b`](https://github.com/benjie/crystal/commit/47f6f018b11761cbfaa63d709edc0e3f4f9a9924),
591
- [`ff4395bfc`](https://github.com/benjie/crystal/commit/ff4395bfc6e6b2fb263f644dae1e984c52dd84b9),
592
- [`502b23340`](https://github.com/benjie/crystal/commit/502b233401975637bc0d516af78721b37f6f9b7b)]:
593
- - grafast@0.0.1-alpha.13
594
-
595
- ## 0.0.1-alpha.12
596
-
597
- ### Patch Changes
598
-
599
- - Updated dependencies
600
- [[`9281a2d88`](https://github.com/benjie/crystal/commit/9281a2d889ab1e72a3f6f9777779f31a6588d478),
601
- [`675b7abb9`](https://github.com/benjie/crystal/commit/675b7abb93e11d955930b9026fb0b65a56ecc999)]:
602
- - grafast@0.0.1-alpha.12
603
-
604
- ## 0.0.1-alpha.11
605
-
606
- ### Patch Changes
607
-
608
- - Updated dependencies []:
609
- - grafast@0.0.1-alpha.11
610
-
611
- ## 0.0.1-alpha.10
612
-
613
- ### Patch Changes
614
-
615
- - Updated dependencies
616
- [[`409581534`](https://github.com/benjie/crystal/commit/409581534f41ac2cf0ff21c77c2bcd8eaa8218fd),
617
- [`b7533bd4d`](https://github.com/benjie/crystal/commit/b7533bd4dfc210cb8b113b8fa06f163a212aa5e4),
618
- [`9feb769c2`](https://github.com/benjie/crystal/commit/9feb769c2df0c57971ed26a937be4a1bee7a7524),
619
- [`7573bf374`](https://github.com/benjie/crystal/commit/7573bf374897228b613b19f37b4e076737db3279),
620
- [`2c8586b36`](https://github.com/benjie/crystal/commit/2c8586b367b76af91d1785cc90455c70911fdec7),
621
- [`c43802d74`](https://github.com/benjie/crystal/commit/c43802d7419f93d18964c654f16d0937a2e23ca0),
622
- [`b118b8f6d`](https://github.com/benjie/crystal/commit/b118b8f6dc18196212cfb0a05486e1dd8d77ccf8),
623
- [`9008c4f87`](https://github.com/benjie/crystal/commit/9008c4f87df53be4051c49f9836358dc2baa59df),
624
- [`e8c81cd20`](https://github.com/benjie/crystal/commit/e8c81cd2046390ed5b6799aa7ff3d90b28a1861a)]:
625
- - grafast@0.0.1-alpha.10
626
-
627
- ## 0.0.1-alpha.9
628
-
629
- ### Patch Changes
630
-
631
- - Updated dependencies
632
- [[`56237691b`](https://github.com/benjie/crystal/commit/56237691bf3eed321b7159e17f36e3651356946f),
633
- [`ed1982f31`](https://github.com/benjie/crystal/commit/ed1982f31a845ceb3aafd4b48d667649f06778f5),
634
- [`1fe47a2b0`](https://github.com/benjie/crystal/commit/1fe47a2b08d6e7153a22dde3a99b7a9bf50c4f84),
635
- [`6878c589c`](https://github.com/benjie/crystal/commit/6878c589cc9fc8f05a6efd377e1272ae24fbf256),
636
- [`2ac706f18`](https://github.com/benjie/crystal/commit/2ac706f18660c855fe20f460b50694fdd04a7768)]:
637
- - grafast@0.0.1-alpha.9
638
-
639
- ## 0.0.1-alpha.8
640
-
641
- ### Patch Changes
642
-
643
- - Updated dependencies
644
- [[`dd3ef599c`](https://github.com/benjie/crystal/commit/dd3ef599c7f2530fd1a19a852d334b7349e49e70)]:
645
- - grafast@0.0.1-alpha.8
646
-
647
- ## 0.0.1-alpha.7
648
-
649
- ### Patch Changes
650
-
651
- - Updated dependencies
652
- [[`5c9d32264`](https://github.com/benjie/crystal/commit/5c9d322644028e33f5273fb9bcaaf6a80f1f7360),
653
- [`2fcbe688c`](https://github.com/benjie/crystal/commit/2fcbe688c11b355f0688b96e99012a829cf8b7cb),
654
- [`3a984718a`](https://github.com/benjie/crystal/commit/3a984718a322685304777dec7cd48a1efa15539d)]:
655
- - grafast@0.0.1-alpha.7
656
-
657
- ## 0.0.1-alpha.6
658
-
659
- ### Patch Changes
660
-
661
- - Updated dependencies
662
- [[`f75926f4b`](https://github.com/benjie/crystal/commit/f75926f4b9aee33adff8bdf6b1a4137582cb47ba)]:
663
- - grafast@0.0.1-alpha.6
664
-
665
- ## 0.0.1-alpha.5
666
-
667
- ### Patch Changes
668
-
669
- - Updated dependencies
670
- [[`86e503d78`](https://github.com/benjie/crystal/commit/86e503d785626ad9a2e91ec2e70b272dd632d425),
671
- [`24822d0dc`](https://github.com/benjie/crystal/commit/24822d0dc87d41f0b0737d6e00cf4022de4bab5e)]:
672
- - grafast@0.0.1-alpha.5
673
-
674
- ## 0.0.1-alpha.4
675
-
676
- ### Patch Changes
677
-
678
- - Updated dependencies
679
- [[`45dcf3a8f`](https://github.com/benjie/crystal/commit/45dcf3a8fd8bad5c8b82a7cbff2db4dacb916950)]:
680
- - grafast@0.0.1-alpha.4
681
-
682
- ## 0.0.1-alpha.3
683
-
684
- ### Patch Changes
685
-
686
- - [`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)
687
- Thanks [@benjie](https://github.com/benjie)! - Upgrade to the latest
688
- TypeScript/tslib
689
-
690
- - Updated dependencies
691
- [[`2389f47ec`](https://github.com/benjie/crystal/commit/2389f47ecf3b708f1085fdeb818eacaaeb257a2d),
692
- [`e91ee201d`](https://github.com/benjie/crystal/commit/e91ee201d80d3b32e4e632b101f4c25362a1a05b),
693
- [`865bec590`](https://github.com/benjie/crystal/commit/865bec5901f666e147f5d4088152d1f0d2584827),
694
- [`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71),
695
- [`d39a5d409`](https://github.com/benjie/crystal/commit/d39a5d409ffe1a5855740ecbff1ad11ec0bf6660)]:
696
- - grafast@0.0.1-alpha.3
697
-
698
- ## 0.0.1-alpha.2
699
-
700
- ### Patch Changes
701
-
702
- - Updated dependencies
703
- [[`3df3f1726`](https://github.com/benjie/crystal/commit/3df3f17269bb896cdee90ed8c4ab46fb821a1509)]:
704
- - grafast@0.0.1-alpha.2
705
-
706
- ## 0.0.1-alpha.1
707
-
708
- ### Patch Changes
709
-
710
- - [`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)
711
- Thanks [@benjie](https://github.com/benjie)! - Alpha release - see
712
- https://postgraphile.org/news/2023-04-26-version-5-alpha
713
-
714
- - Updated dependencies
715
- [[`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)]:
716
- - grafast@0.0.1-alpha.1
717
-
718
- ## 0.0.1-1.3
719
-
720
- ### Patch Changes
721
-
722
- - Updated dependencies
723
- [[`8d270ead3`](https://github.com/benjie/crystal/commit/8d270ead3fa8331e28974aae052bd48ad537d1bf)]:
724
- - grafast@0.0.1-1.3
725
-
726
- ## 0.0.1-1.2
727
-
728
- ### Patch Changes
729
-
730
- - Updated dependencies
731
- [[`7dcb0e008`](https://github.com/benjie/crystal/commit/7dcb0e008bc3a60c9ef325a856d16e0baab0b9f0)]:
732
- - grafast@0.0.1-1.2
733
-
734
- ## 0.0.1-1.1
735
-
736
- ### Patch Changes
737
-
738
- - [#260](https://github.com/benjie/crystal/pull/260)
739
- [`d5312e6b9`](https://github.com/benjie/crystal/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)
740
- Thanks [@benjie](https://github.com/benjie)! - TypeScript v5 is now required
741
-
742
- - [#266](https://github.com/benjie/crystal/pull/266)
743
- [`395b4a2dd`](https://github.com/benjie/crystal/commit/395b4a2dd24044bad25f5e411a7a7cfa43883eef)
744
- Thanks [@benjie](https://github.com/benjie)! - The Grafast step class
745
- 'execute' and 'stream' methods now have a new additional first argument
746
- `count` which indicates how many results they must return. This means we don't
747
- need to rely on the `values[0].length` trick to determine how many results to
748
- return, and thus we can pass through an empty tuple to steps that have no
749
- dependencies.
750
- - Updated dependencies
751
- [[`ae304b33c`](https://github.com/benjie/crystal/commit/ae304b33c7c5a04d36b552177ae24a7b7b522645),
752
- [`d5312e6b9`](https://github.com/benjie/crystal/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c),
753
- [`22ec50e36`](https://github.com/benjie/crystal/commit/22ec50e360d90de41c586c5c220438f780c10ee8),
754
- [`0f4709356`](https://github.com/benjie/crystal/commit/0f47093560cf4f8b1f215853bc91d7f6531278cc),
755
- [`395b4a2dd`](https://github.com/benjie/crystal/commit/395b4a2dd24044bad25f5e411a7a7cfa43883eef)]:
756
- - grafast@0.0.1-1.1
757
-
758
- ## 0.0.1-0.23
759
-
760
- ### Patch Changes
761
-
762
- - Updated dependencies
763
- [[`89d16c972`](https://github.com/benjie/crystal/commit/89d16c972f12659de091b0b866768cacfccc8f6b),
764
- [`8f323bdc8`](https://github.com/benjie/crystal/commit/8f323bdc88e39924de50775891bd40f1acb9b7cf),
765
- [`9e7183c02`](https://github.com/benjie/crystal/commit/9e7183c02cb82d5f5c684c4f73962035e0267c83)]:
766
- - grafast@0.0.1-0.23
767
-
768
- ## 0.0.1-0.22
769
-
770
- ### Patch Changes
771
-
772
- - Updated dependencies []:
773
- - grafast@0.0.1-0.22
774
-
775
- ## 0.0.1-0.21
776
-
777
- ### Patch Changes
778
-
779
- - Updated dependencies
780
- [[`f5a04cf66`](https://github.com/benjie/crystal/commit/f5a04cf66f220c11a6a82db8c1a78b1d91606faa)]:
781
- - grafast@0.0.1-0.21
782
-
783
- ## 0.0.1-0.20
784
-
785
- ### Patch Changes
786
-
787
- - Updated dependencies [[`aac8732f9`](undefined)]:
788
- - grafast@0.0.1-0.20
789
-
790
- ## 0.0.1-0.19
791
-
792
- ### Patch Changes
793
-
794
- - Updated dependencies
795
- [[`397e8bb40`](https://github.com/benjie/crystal/commit/397e8bb40fe3783995172356a39ab7cb33e3bd36)]:
796
- - grafast@0.0.1-0.19
797
-
798
- ## 0.0.1-0.18
799
-
800
- ### Patch Changes
801
-
802
- - Updated dependencies
803
- [[`4c2b7d1ca`](https://github.com/benjie/crystal/commit/4c2b7d1ca1afbda1e47da22c346cc3b03d01b7f0),
804
- [`c8a56cdc8`](https://github.com/benjie/crystal/commit/c8a56cdc83390e5735beb9b90f004e7975cab28c)]:
805
- - grafast@0.0.1-0.18
806
-
807
- ## 0.0.1-0.17
808
-
809
- ### Patch Changes
810
-
811
- - Updated dependencies [[`f48860d4f`](undefined)]:
812
- - grafast@0.0.1-0.17
813
-
814
- ## 0.0.1-0.16
815
-
816
- ### Patch Changes
817
-
818
- - Updated dependencies
819
- [[`df89aba52`](https://github.com/benjie/crystal/commit/df89aba524270e52f82987fcc4ab5d78ce180fc5)]:
820
- - grafast@0.0.1-0.16
821
-
822
- ## 0.0.1-0.15
823
-
824
- ### Patch Changes
825
-
826
- - Updated dependencies
827
- [[`b523118fe`](https://github.com/benjie/crystal/commit/b523118fe6217c027363fea91252a3a1764e17df)]:
828
- - grafast@0.0.1-0.15
829
-
830
- ## 0.0.1-0.14
831
-
832
- ### Patch Changes
833
-
834
- - Updated dependencies
835
- [[`d76043453`](https://github.com/benjie/crystal/commit/d7604345362c58bf7eb43ef1ac1795a2ac22ae79),
836
- [`afa0ea5f6`](https://github.com/benjie/crystal/commit/afa0ea5f6c508d9a0ba5946ab153b13ddbd274a0),
837
- [`851b78ef2`](https://github.com/benjie/crystal/commit/851b78ef20d430164507ec9b3f41a5a0b8a18ed7),
838
- [`384b3594f`](https://github.com/benjie/crystal/commit/384b3594f543d113650c1b6b02b276360dd2d15f)]:
839
- - grafast@0.0.1-0.14
840
-
841
- ## 0.0.1-0.13
842
-
843
- ### Patch Changes
844
-
845
- - Updated dependencies [[`e5b664b6f`](undefined)]:
846
- - grafast@0.0.1-0.13
847
-
848
- ## 0.0.1-0.12
849
-
850
- ### Patch Changes
851
-
852
- - Updated dependencies
853
- [[`4f5d5bec7`](https://github.com/benjie/crystal/commit/4f5d5bec72f949b17b39cd07acc848ce7a8bfa36),
854
- [`25f5a6cbf`](https://github.com/benjie/crystal/commit/25f5a6cbff6cd5a94ebc4f411f7fa89c209fc383)]:
855
- - grafast@0.0.1-0.12
856
-
857
- ## 0.0.1-0.11
858
-
859
- ### Patch Changes
860
-
861
- - [`0ab95d0b1`](undefined) - Update sponsors.
862
-
863
- - Updated dependencies [[`0ab95d0b1`](undefined),
864
- [`4783bdd7c`](https://github.com/benjie/crystal/commit/4783bdd7cc28ac8b497fdd4d6f1024d80cb432ef),
865
- [`652cf1073`](https://github.com/benjie/crystal/commit/652cf107316ea5832f69c6a55574632187f5c876)]:
866
- - grafast@0.0.1-0.11
867
-
868
- ## 0.0.1-0.10
869
-
870
- ### Patch Changes
871
-
872
- - Updated dependencies []:
873
- - grafast@0.0.1-0.10
874
-
875
- ## 0.0.1-0.9
876
-
877
- ### Patch Changes
878
-
879
- - Updated dependencies
880
- [[`11d6be65e`](https://github.com/benjie/crystal/commit/11d6be65e0da489f8ab3e3a8b8db145f8b2147ad)]:
881
- - grafast@0.0.1-0.9
882
-
883
- ## 0.0.1-0.8
884
-
885
- ### Patch Changes
886
-
887
- - Updated dependencies
888
- [[`208166269`](https://github.com/benjie/crystal/commit/208166269177d6e278b056e1c77d26a2d8f59f49)]:
889
- - grafast@0.0.1-0.8
890
-
891
- ## 0.0.1-0.7
892
-
893
- ### Patch Changes
894
-
895
- - Updated dependencies []:
896
- - grafast@0.0.1-0.7
897
-
898
- ## 0.0.1-0.6
899
-
900
- ### Patch Changes
901
-
902
- - Updated dependencies [[`9b296ba54`](undefined)]:
903
- - grafast@0.0.1-0.6
904
-
905
- ## 0.0.1-0.5
906
-
907
- ### Patch Changes
908
-
909
- - Updated dependencies [[`cd37fd02a`](undefined)]:
910
- - grafast@0.0.1-0.5
911
-
912
- ## 0.0.1-0.4
913
-
914
- ### Patch Changes
915
-
916
- - [`768f32681`](undefined) - Fix peerDependencies ranges
917
-
918
- - Updated dependencies [[`768f32681`](undefined)]:
919
- - grafast@0.0.1-0.4
920
-
921
- ## 0.0.1-0.3
922
-
923
- ### Patch Changes
924
-
925
- - Updated dependencies [[`d11c1911c`](undefined)]:
926
- - grafast@0.0.1-0.3
927
-
928
- ## 0.0.1-0.2
929
-
930
- ### Patch Changes
931
-
932
- - Updated dependencies [[`25037fc15`](undefined)]:
933
- - grafast@0.0.1-0.2
934
-
935
- ## 0.0.1-0.1
936
-
937
- ### Patch Changes
938
-
939
- - Updated dependencies [[`55f15cf35`](undefined)]:
940
- - grafast@0.0.1-0.1
941
-
942
- ## 0.0.1-0.0
943
-
944
- ### Patch Changes
945
-
946
- - [#125](https://github.com/benjie/crystal/pull/125)
947
- [`91f2256b3`](https://github.com/benjie/crystal/commit/91f2256b3fd699bec19fc86f1ca79df057e58639)
948
- Thanks [@benjie](https://github.com/benjie)! - Initial changesets release
949
-
950
- - Updated dependencies
951
- [[`91f2256b3`](https://github.com/benjie/crystal/commit/91f2256b3fd699bec19fc86f1ca79df057e58639)]:
952
- - grafast@0.0.1-0.0