graphile 5.0.0-rc.4 → 5.0.0-rc.6

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/dist/cli-run.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,14 +1,10 @@
1
1
  {
2
2
  "name": "graphile",
3
- "version": "5.0.0-rc.4",
3
+ "version": "5.0.0-rc.6",
4
4
  "description": "Swiss army knife for dealing with all things Graphile",
5
5
  "main": "dist/index.js",
6
6
  "bin": "dist/cli-run.js",
7
7
  "types": "dist/index.d.ts",
8
- "scripts": {
9
- "test": "true",
10
- "prepack": "tsc -b"
11
- },
12
8
  "repository": {
13
9
  "type": "git",
14
10
  "url": "git+https://github.com/graphile/crystal.git"
@@ -33,15 +29,15 @@
33
29
  "dependencies": {
34
30
  "@typescript/vfs": "^1.6.2",
35
31
  "chalk": "^4.1.2",
36
- "graphile-config": "^1.0.0-rc.4",
32
+ "graphile-config": "^1.0.0-rc.6",
37
33
  "source-map-js": "^1.2.1",
38
34
  "tslib": "^2.8.1",
39
35
  "typescript": "^5.9.3"
40
36
  },
41
37
  "peerDependencies": {
42
- "graphile-build": "^5.0.0-rc.4",
43
- "graphile-config": "^1.0.0-rc.4",
44
- "postgraphile": "^5.0.0-rc.5"
38
+ "graphile-build": "^5.0.0-rc.5",
39
+ "graphile-config": "^1.0.0-rc.5",
40
+ "postgraphile": "^5.0.0-rc.9"
45
41
  },
46
42
  "peerDependenciesMeta": {
47
43
  "graphile-build": {
@@ -50,11 +46,5 @@
50
46
  "postgraphile": {
51
47
  "optional": true
52
48
  }
53
- },
54
- "devDependencies": {
55
- "@types/jest": "^30.0.0",
56
- "@types/node": "^22.19.1",
57
- "jest": "^30.2.0",
58
- "ts-node": "^10.9.2"
59
49
  }
60
50
  }
package/CHANGELOG.md DELETED
@@ -1,977 +0,0 @@
1
- # graphile
2
-
3
- ## 5.0.0-rc.4
4
-
5
- ### Patch Changes
6
-
7
- - [`a3722d6`](https://github.com/graphile/crystal/commit/a3722d613bc6fb9e32f167aae9a31eaa422ceef1)
8
- Thanks [@benjie](https://github.com/benjie)! - Refactor to enable TypeScript
9
- options rewriteRelativeImportExtensions and erasableSyntaxOnly (including
10
- using .ts extensions in source code)
11
-
12
- - [#2893](https://github.com/graphile/crystal/pull/2893)
13
- [`63828eb`](https://github.com/graphile/crystal/commit/63828eb9f1db0fbebd4ce368b85d86e7ae2d55f1)
14
- Thanks [@benjie](https://github.com/benjie)! - `graphile` CLI gains
15
- `graphile config print [scope]` sub-selector, and neater formatting.
16
- - Updated dependencies
17
- [[`9eb3829`](https://github.com/graphile/crystal/commit/9eb3829ea337041e4585e0cfeb63b44e87d7d14f),
18
- [`a3722d6`](https://github.com/graphile/crystal/commit/a3722d613bc6fb9e32f167aae9a31eaa422ceef1),
19
- [`ebe1d22`](https://github.com/graphile/crystal/commit/ebe1d22e45156d9ec2274f291bbb824405e02049),
20
- [`0f913ee`](https://github.com/graphile/crystal/commit/0f913ee4d91e9383aceda001640e171aa8a3069a),
21
- [`7b20942`](https://github.com/graphile/crystal/commit/7b2094266477eab8b94c77e3009199d3897cb097),
22
- [`1d5d63e`](https://github.com/graphile/crystal/commit/1d5d63e376999b1b4d911e75cbff77a07d4e17b9),
23
- [`7ca663e`](https://github.com/graphile/crystal/commit/7ca663e055a20f8d5e3f1c424896f1d120c4443a)]:
24
- - graphile-build@5.0.0-rc.4
25
- - graphile-config@1.0.0-rc.4
26
- - postgraphile@5.0.0-rc.5
27
-
28
- ## 5.0.0-rc.3
29
-
30
- ### Patch Changes
31
-
32
- - [#2852](https://github.com/graphile/crystal/pull/2852)
33
- [`65c9eb4`](https://github.com/graphile/crystal/commit/65c9eb4630013bcdb8364f8fb0dcbdec31f602f3)
34
- Thanks [@benjie](https://github.com/benjie)! - Add
35
- `graphile config options [scope]` command to limit options to a specific
36
- scope.
37
-
38
- - [#2873](https://github.com/graphile/crystal/pull/2873)
39
- [`0772086`](https://github.com/graphile/crystal/commit/0772086411a55d56b4e345cff1eef133eee31b36)
40
- Thanks [@benjie](https://github.com/benjie)! - Update TypeScript configuration
41
- to support Node 22 minimum
42
-
43
- - [#2862](https://github.com/graphile/crystal/pull/2862)
44
- [`8503db6`](https://github.com/graphile/crystal/commit/8503db64831037c72249a3cc525b20ff91304a89)
45
- Thanks [@benjie](https://github.com/benjie)! - Change `graphile` CLI to be
46
- FLOSS under MIT license (previously sponsors only... but sponsorship still
47
- encouraged!)
48
-
49
- - [#2888](https://github.com/graphile/crystal/pull/2888)
50
- [`1a56db2`](https://github.com/graphile/crystal/commit/1a56db2f53bc455a3d3ba6555a2cd777b27b271c)
51
- Thanks [@benjaie](https://github.com/benjaie)! - Node v22+ is required for
52
- this module.
53
-
54
- - [#2855](https://github.com/graphile/crystal/pull/2855)
55
- [`1682bed`](https://github.com/graphile/crystal/commit/1682bedd8d47e266ba9751bfaf77f09960b85c60)
56
- Thanks [@benjie](https://github.com/benjie)! - Ability to detect TSDoc tags
57
- and output appropriately
58
-
59
- - [#2859](https://github.com/graphile/crystal/pull/2859)
60
- [`53e0af2`](https://github.com/graphile/crystal/commit/53e0af2bda2aad9abe430e00b52a37ea5f3e81c3)
61
- Thanks [@benjie](https://github.com/benjie)! - Inflection debugging now
62
- outputs much more detail about inflectors, including which plugins
63
- added/overrode the inflector.
64
-
65
- - [#2859](https://github.com/graphile/crystal/pull/2859)
66
- [`65d9556`](https://github.com/graphile/crystal/commit/65d9556cf18c54a7cd9c291aa10aa9806adb3c7a)
67
- Thanks [@benjie](https://github.com/benjie)! - Add tracing to inflectors
68
-
69
- - Updated dependencies
70
- [[`c2ae685`](https://github.com/graphile/crystal/commit/c2ae685a5ce001f79356c4a994613b16cdb01475),
71
- [`1e45a3d`](https://github.com/graphile/crystal/commit/1e45a3d6495cfea45bfdde95af889a453b82def3),
72
- [`0772086`](https://github.com/graphile/crystal/commit/0772086411a55d56b4e345cff1eef133eee31b36),
73
- [`a60ed2a`](https://github.com/graphile/crystal/commit/a60ed2acc7abbdfce727eaef48f6ca0349c24635),
74
- [`1606298`](https://github.com/graphile/crystal/commit/1606298cdac2938e02675d0e7e5e134364ac7bcf),
75
- [`a565503`](https://github.com/graphile/crystal/commit/a5655035dfee7000c1d37e4791354d7a2ba35792),
76
- [`d9ccc82`](https://github.com/graphile/crystal/commit/d9ccc82a30ca6167f480e5c8bc15d17df51c0d1c),
77
- [`1a56db2`](https://github.com/graphile/crystal/commit/1a56db2f53bc455a3d3ba6555a2cd777b27b271c),
78
- [`2e770df`](https://github.com/graphile/crystal/commit/2e770df354db58d39aead55c3aeca8ee2fb41833),
79
- [`456d387`](https://github.com/graphile/crystal/commit/456d387887bb6fb9a880d2c3cd8cc6ece8391cf0),
80
- [`4ca27c1`](https://github.com/graphile/crystal/commit/4ca27c1f543359d5a7dc53fae35fc35caddb4076),
81
- [`a258427`](https://github.com/graphile/crystal/commit/a2584278e78535dc3c611c5257c332e515c280bc),
82
- [`65d9556`](https://github.com/graphile/crystal/commit/65d9556cf18c54a7cd9c291aa10aa9806adb3c7a)]:
83
- - postgraphile@5.0.0-rc.4
84
- - graphile-build@5.0.0-rc.3
85
- - graphile-config@1.0.0-rc.3
86
-
87
- ## 5.0.0-rc.2
88
-
89
- ### Patch Changes
90
-
91
- - [#2829](https://github.com/graphile/crystal/pull/2829)
92
- [`a82e6fa`](https://github.com/graphile/crystal/commit/a82e6fae099f7e9d62fb3fc1ee173368cdabca27)
93
- Thanks [@benjie](https://github.com/benjie)! - Update dependency ranges.
94
-
95
- - Updated dependencies
96
- [[`5ad7ad0`](https://github.com/graphile/crystal/commit/5ad7ad018c0c4429005da8c680ba5f415ad560ed),
97
- [`bd6b605`](https://github.com/graphile/crystal/commit/bd6b60574e7c6f4e296eefb6de3475479beb7c93),
98
- [`a82e6fa`](https://github.com/graphile/crystal/commit/a82e6fae099f7e9d62fb3fc1ee173368cdabca27)]:
99
- - graphile-build@5.0.0-rc.2
100
- - postgraphile@5.0.0-rc.2
101
- - graphile-config@1.0.0-rc.2
102
-
103
- ## 5.0.0-rc.1
104
-
105
- ### Patch Changes
106
-
107
- - [`8a5a7c5`](https://github.com/graphile/crystal/commit/8a5a7c536fc4b9b702600c5cc3d413724670c327)
108
- Thanks [@benjie](https://github.com/benjie)! - Bump to release candidate
109
-
110
- - Updated dependencies
111
- [[`9797500`](https://github.com/graphile/crystal/commit/9797500071f4bbd0cc1b73c74e7f402cb1bb687f),
112
- [`3fb7111`](https://github.com/graphile/crystal/commit/3fb71118462ba2d97f045023c715e4b0a447766a),
113
- [`92781a1`](https://github.com/graphile/crystal/commit/92781a183b3548902ed92b152ae915d597d62b97),
114
- [`71adb87`](https://github.com/graphile/crystal/commit/71adb87f21069f70df1c1f8b90146bd176bd30fe),
115
- [`982c1a5`](https://github.com/graphile/crystal/commit/982c1a566da21706f85c7bfb0adda210e251e6e1),
116
- [`6a4e3b9`](https://github.com/graphile/crystal/commit/6a4e3b9ec182f7d066600aee0f8cc21d451b0ae2),
117
- [`eb39702`](https://github.com/graphile/crystal/commit/eb3970215a61a78e18359e6ebb473c2cb3991bd7),
118
- [`c6cbe61`](https://github.com/graphile/crystal/commit/c6cbe6175b0f1f034db59d42cbe594e7d329aba6),
119
- [`8a5a7c5`](https://github.com/graphile/crystal/commit/8a5a7c536fc4b9b702600c5cc3d413724670c327),
120
- [`b6821f5`](https://github.com/graphile/crystal/commit/b6821f5f4dc13abd0b605be7396c1b3c36e66177)]:
121
- - postgraphile@5.0.0-rc.1
122
- - graphile-build@5.0.0-rc.1
123
- - graphile-config@1.0.0-rc.1
124
-
125
- ## 5.0.0-beta.45
126
-
127
- ### Patch Changes
128
-
129
- - [#2678](https://github.com/graphile/crystal/pull/2678)
130
- [`6dafac1`](https://github.com/graphile/crystal/commit/6dafac162955291e5147c21e57734b44e30acb98)
131
- Thanks [@benjie](https://github.com/benjie)! - Remove peer dependency
132
- optionality in an attempt to satisfy pnpm's installation algorithms
133
- - Updated dependencies
134
- [[`b09719f`](https://github.com/graphile/crystal/commit/b09719f5107eada15104c2bbfa4f1290af0a4465),
135
- [`5dbb9e8`](https://github.com/graphile/crystal/commit/5dbb9e87850ce8de29ab4fec18c9d06333b642de),
136
- [`cfd4c3c`](https://github.com/graphile/crystal/commit/cfd4c3cff0ef40ed87a2c700b7719c1ca0e73588),
137
- [`3d5c464`](https://github.com/graphile/crystal/commit/3d5c4641df66b431066efd6c74b67ca0d38ba7f4),
138
- [`208364f`](https://github.com/graphile/crystal/commit/208364f9423abd240a0772b661986aae6e185c47),
139
- [`6762c70`](https://github.com/graphile/crystal/commit/6762c7005c56d17c06cebb6857e8d295d86399eb),
140
- [`13513dd`](https://github.com/graphile/crystal/commit/13513ddaea15ad9498a77de7c4e92679498f99ca),
141
- [`bc2b188`](https://github.com/graphile/crystal/commit/bc2b188a50e00f153dc68df6955399c5917130bd),
142
- [`87a4c92`](https://github.com/graphile/crystal/commit/87a4c92dc89093a8bd601dcd692910eadf0c4cd3),
143
- [`703d162`](https://github.com/graphile/crystal/commit/703d162df2cc148ac343c1339b8e7df750aa781d),
144
- [`4a9072b`](https://github.com/graphile/crystal/commit/4a9072bfa3d3e86c6013caf2b89a31e87f2bb421),
145
- [`7766c19`](https://github.com/graphile/crystal/commit/7766c19ecefd3aebc965306db90ba29b3b05200c),
146
- [`6dafac1`](https://github.com/graphile/crystal/commit/6dafac162955291e5147c21e57734b44e30acb98),
147
- [`aa8fb3d`](https://github.com/graphile/crystal/commit/aa8fb3dbd23b0c3b6b8039922cb4ab7293b51844),
148
- [`e15f886`](https://github.com/graphile/crystal/commit/e15f886cae1041416b44b74b75426f8d43000dcf),
149
- [`185d449`](https://github.com/graphile/crystal/commit/185d449ed30d29c9134cc898b50a1473ab2910a2),
150
- [`f83b191`](https://github.com/graphile/crystal/commit/f83b191f39c9d521fd12563cca6aa20d1a6f0494)]:
151
- - postgraphile@5.0.0-beta.47
152
- - graphile-config@0.0.1-beta.18
153
- - graphile-build@5.0.0-beta.38
154
-
155
- ## 5.0.0-beta.44
156
-
157
- ### Patch Changes
158
-
159
- - [#2600](https://github.com/graphile/crystal/pull/2600)
160
- [`ad588ec`](https://github.com/graphile/crystal/commit/ad588ecde230359f56800e414b7c5fa1aed14957)
161
- Thanks [@benjie](https://github.com/benjie)! - Mark all
162
- peerDependencies=dependencies modules as optional peerDependencies to make
163
- pnpm marginally happier hopefully.
164
- - Updated dependencies
165
- [[`4c8f028`](https://github.com/graphile/crystal/commit/4c8f028a7e5c4388efbab53ea65e7b3018ab6d47),
166
- [`5451c90`](https://github.com/graphile/crystal/commit/5451c9031e341bdae16dc1b7a3b6b19154056701),
167
- [`1d76d2f`](https://github.com/graphile/crystal/commit/1d76d2f0d19b4d56895ee9988440a35d2c60f9f9),
168
- [`7147cb0`](https://github.com/graphile/crystal/commit/7147cb07e4d7286bb3b9e949164a2a232d59e28c),
169
- [`7847c0b`](https://github.com/graphile/crystal/commit/7847c0b09aa6be5526df8ccdb3f429e680a2da03),
170
- [`0e6c4e0`](https://github.com/graphile/crystal/commit/0e6c4e062be3ecb79c0ae30c89fad1550a0b5e98),
171
- [`ad588ec`](https://github.com/graphile/crystal/commit/ad588ecde230359f56800e414b7c5fa1aed14957),
172
- [`e8bb5be`](https://github.com/graphile/crystal/commit/e8bb5be91df242d3c2b8ed4e7010d48feffdcfe2)]:
173
- - postgraphile@5.0.0-beta.44
174
- - graphile-build@5.0.0-beta.36
175
-
176
- ## 5.0.0-beta.43
177
-
178
- ### Patch Changes
179
-
180
- - [#2577](https://github.com/graphile/crystal/pull/2577)
181
- [`0c6b1f1`](https://github.com/graphile/crystal/commit/0c6b1f1e188f6e2913832adfed9ca76dfdc25c47)
182
- Thanks [@benjie](https://github.com/benjie)! - Update dependencies
183
-
184
- - Updated dependencies
185
- [[`0c6b1f1`](https://github.com/graphile/crystal/commit/0c6b1f1e188f6e2913832adfed9ca76dfdc25c47),
186
- [`e0cdabe`](https://github.com/graphile/crystal/commit/e0cdabe25c8894da550546c93bc03b895585544c)]:
187
- - graphile-build@5.0.0-beta.35
188
- - postgraphile@5.0.0-beta.43
189
- - graphile-config@0.0.1-beta.17
190
-
191
- ## 5.0.0-beta.42
192
-
193
- ### Patch Changes
194
-
195
- - Updated dependencies
196
- [[`5c802ea6819361eed36b75f246ae0adb35b14669`](https://github.com/graphile/crystal/commit/5c802ea6819361eed36b75f246ae0adb35b14669)]:
197
- - postgraphile@5.0.0-beta.42
198
- - graphile-build@5.0.0-beta.34
199
-
200
- ## 5.0.0-beta.41
201
-
202
- ### Patch Changes
203
-
204
- - [#2482](https://github.com/graphile/crystal/pull/2482)
205
- [`459e1869a2ec58925b2bac5458af487c52a8ca37`](https://github.com/graphile/crystal/commit/459e1869a2ec58925b2bac5458af487c52a8ca37)
206
- Thanks [@benjie](https://github.com/benjie)! - Minimum version of Node.js
207
- bumped to Node 22 (the latest LTS).
208
-
209
- - Updated dependencies
210
- [[`192a27e08763ea26607344a2ea6c7f5c595cc2a3`](https://github.com/graphile/crystal/commit/192a27e08763ea26607344a2ea6c7f5c595cc2a3),
211
- [`09d95319be3e25e023dfbab9d1542dfe06f65355`](https://github.com/graphile/crystal/commit/09d95319be3e25e023dfbab9d1542dfe06f65355),
212
- [`a830770e775a65ce1d09fa767f38e84f5c0e5139`](https://github.com/graphile/crystal/commit/a830770e775a65ce1d09fa767f38e84f5c0e5139),
213
- [`459e1869a2ec58925b2bac5458af487c52a8ca37`](https://github.com/graphile/crystal/commit/459e1869a2ec58925b2bac5458af487c52a8ca37),
214
- [`c43ed67b9d3acbadb172ee88ba9c2a4d32528a25`](https://github.com/graphile/crystal/commit/c43ed67b9d3acbadb172ee88ba9c2a4d32528a25),
215
- [`576fb8bad56cb940ab444574d752e914d462018a`](https://github.com/graphile/crystal/commit/576fb8bad56cb940ab444574d752e914d462018a),
216
- [`45adaff886e7cd72b864150927be6c0cb4a7dfe8`](https://github.com/graphile/crystal/commit/45adaff886e7cd72b864150927be6c0cb4a7dfe8),
217
- [`b05d57b932ea00d10715dcab9f79d443408881fc`](https://github.com/graphile/crystal/commit/b05d57b932ea00d10715dcab9f79d443408881fc)]:
218
- - postgraphile@5.0.0-beta.41
219
- - graphile-build@5.0.0-beta.34
220
- - graphile-config@0.0.1-beta.16
221
-
222
- ## 5.0.0-beta.40
223
-
224
- ### Patch Changes
225
-
226
- - Updated dependencies []:
227
- - postgraphile@5.0.0-beta.40
228
-
229
- ## 5.0.0-beta.39
230
-
231
- ### Patch Changes
232
-
233
- - Updated dependencies
234
- [[`2f31836cb89a7ab27a8919803fe12b53a46d77e4`](https://github.com/graphile/crystal/commit/2f31836cb89a7ab27a8919803fe12b53a46d77e4),
235
- [`7c38cdeffe034c9b4f5cdd03a8f7f446bd52dcb7`](https://github.com/graphile/crystal/commit/7c38cdeffe034c9b4f5cdd03a8f7f446bd52dcb7),
236
- [`e6da5d956ab696932410e7172cedfacba71dbf5e`](https://github.com/graphile/crystal/commit/e6da5d956ab696932410e7172cedfacba71dbf5e),
237
- [`72b300b436a7acedaa7d0e3a7a5458d15a0e5396`](https://github.com/graphile/crystal/commit/72b300b436a7acedaa7d0e3a7a5458d15a0e5396),
238
- [`c041fd250372c57601188b65a6411c8f440afab6`](https://github.com/graphile/crystal/commit/c041fd250372c57601188b65a6411c8f440afab6),
239
- [`6d19724330d50d076aab9442660fa8abddd095cb`](https://github.com/graphile/crystal/commit/6d19724330d50d076aab9442660fa8abddd095cb),
240
- [`da6f3c04efe3d8634c0bc3fcf93ac2518de85322`](https://github.com/graphile/crystal/commit/da6f3c04efe3d8634c0bc3fcf93ac2518de85322),
241
- [`8026b982a81776fb3d1d808392970c2d678c4023`](https://github.com/graphile/crystal/commit/8026b982a81776fb3d1d808392970c2d678c4023),
242
- [`00d79e6f5608affc3f36bb0ce4ca2547230174e7`](https://github.com/graphile/crystal/commit/00d79e6f5608affc3f36bb0ce4ca2547230174e7)]:
243
- - postgraphile@5.0.0-beta.39
244
- - graphile-build@5.0.0-beta.33
245
- - graphile-config@0.0.1-beta.15
246
-
247
- ## 5.0.0-beta.38
248
-
249
- ### Patch Changes
250
-
251
- - Updated dependencies []:
252
- - postgraphile@5.0.0-beta.38
253
- - graphile-build@5.0.0-beta.32
254
-
255
- ## 5.0.0-beta.37
256
-
257
- ### Patch Changes
258
-
259
- - Updated dependencies
260
- [[`83c546509`](https://github.com/graphile/crystal/commit/83c546509d24be2955a56120981363ad3c3a5f3f)]:
261
- - graphile-config@0.0.1-beta.14
262
- - graphile-build@5.0.0-beta.31
263
- - postgraphile@5.0.0-beta.37
264
-
265
- ## 5.0.0-beta.36
266
-
267
- ### Patch Changes
268
-
269
- - Updated dependencies
270
- [[`7580bc16a`](https://github.com/graphile/crystal/commit/7580bc16a050fd8d916c6dabe9d1ded980090349),
271
- [`b336a5829`](https://github.com/graphile/crystal/commit/b336a58291cfec7aef884d3843172d408abfaf3c)]:
272
- - graphile-config@0.0.1-beta.13
273
- - postgraphile@5.0.0-beta.36
274
- - graphile-build@5.0.0-beta.30
275
-
276
- ## 5.0.0-beta.35
277
-
278
- ### Patch Changes
279
-
280
- - Updated dependencies
281
- [[`bee1db4f4`](https://github.com/graphile/crystal/commit/bee1db4f442502b62cb05cd0f7092990328497b8)]:
282
- - postgraphile@5.0.0-beta.35
283
-
284
- ## 5.0.0-beta.34
285
-
286
- ### Patch Changes
287
-
288
- - Updated dependencies
289
- [[`555d65cce`](https://github.com/graphile/crystal/commit/555d65ccecb875f1e34cb40108176f0ddc11df64),
290
- [`efa25d97d`](https://github.com/graphile/crystal/commit/efa25d97df2e00f13bc29806d396a8366a121031),
291
- [`d13b76f0f`](https://github.com/graphile/crystal/commit/d13b76f0fef2a58466ecb44880af62d25910e83e),
292
- [`b167bd849`](https://github.com/graphile/crystal/commit/b167bd8499be5866b71bac6594d55bd768fda1d0),
293
- [`d88b69d05`](https://github.com/graphile/crystal/commit/d88b69d0591601fb44b3e6e71b137b8235e70157),
294
- [`2a37fb99a`](https://github.com/graphile/crystal/commit/2a37fb99a04784647dff6ab8c5bfffb072cc6e8a),
295
- [`5d9f2de85`](https://github.com/graphile/crystal/commit/5d9f2de8519b216732b17464d0b326ec8d7c58de),
296
- [`6a13ecbd4`](https://github.com/graphile/crystal/commit/6a13ecbd45534c39c846c1d8bc58242108426dd1),
297
- [`86e228299`](https://github.com/graphile/crystal/commit/86e22829996a745dc1f8cbaf32e709b1bd346e79)]:
298
- - graphile-build@5.0.0-beta.29
299
- - postgraphile@5.0.0-beta.34
300
- - graphile-config@0.0.1-beta.12
301
-
302
- ## 5.0.0-beta.33
303
-
304
- ### Patch Changes
305
-
306
- - Updated dependencies
307
- [[`87bdf9730`](https://github.com/graphile/crystal/commit/87bdf973036a3801e44b22cfc9f0feb639de4aa9),
308
- [`5626c7d36`](https://github.com/graphile/crystal/commit/5626c7d3649285e11fe9857dfa319d2883d027eb),
309
- [`aa480f6a3`](https://github.com/graphile/crystal/commit/aa480f6a3db8b545ff113e7a3a4b479be42a0eab)]:
310
- - postgraphile@5.0.0-beta.33
311
- - graphile-config@0.0.1-beta.11
312
- - graphile-build@5.0.0-beta.28
313
-
314
- ## 5.0.0-beta.32
315
-
316
- ### Patch Changes
317
-
318
- - Updated dependencies
319
- [[`632691409`](https://github.com/graphile/crystal/commit/6326914098af55f20ac85ccf3537e75910a7dafa)]:
320
- - graphile-build@5.0.0-beta.27
321
- - postgraphile@5.0.0-beta.32
322
-
323
- ## 5.0.0-beta.31
324
-
325
- ### Patch Changes
326
-
327
- - Updated dependencies
328
- [[`0b1f7b577`](https://github.com/graphile/crystal/commit/0b1f7b577114a49b8e3283823845ec6e37484240)]:
329
- - graphile-build@5.0.0-beta.26
330
- - postgraphile@5.0.0-beta.31
331
-
332
- ## 5.0.0-beta.30
333
-
334
- ### Patch Changes
335
-
336
- - [#2187](https://github.com/graphile/crystal/pull/2187)
337
- [`f3f54f46c`](https://github.com/graphile/crystal/commit/f3f54f46c1887131ff8babf63261a167e7aef74c)
338
- Thanks [@benjie](https://github.com/benjie)! - Fixes bug in 'graphile behavior
339
- debug pgResourceUnique' command.
340
-
341
- - [#2160](https://github.com/graphile/crystal/pull/2160)
342
- [`2dfc10fb6`](https://github.com/graphile/crystal/commit/2dfc10fb6be16f7a9e902f7e0a360cbeab5b55db)
343
- Thanks [@benjie](https://github.com/benjie)! - Fix interactions with behavior
344
- system, including fixing debugging behaviors when naming conflicts occur in
345
- the schema.
346
- - Updated dependencies
347
- [[`d7e6e714f`](https://github.com/graphile/crystal/commit/d7e6e714f0cc5656112703484298b77538b2dccc),
348
- [`bb006ec7b`](https://github.com/graphile/crystal/commit/bb006ec7bdab24192c84f093ce3f92969aeb7279),
349
- [`653929af0`](https://github.com/graphile/crystal/commit/653929af0a99a8a4d52b66e66c736be668b8700a),
350
- [`6fdc6cad8`](https://github.com/graphile/crystal/commit/6fdc6cad8f8d1230202df533d05cc2bd80538f09),
351
- [`eb69c7361`](https://github.com/graphile/crystal/commit/eb69c7361fc7bf8c5b1ce342eeb698bd28c9e013),
352
- [`54054b873`](https://github.com/graphile/crystal/commit/54054b8733236ba7b2f2fa47d84e085f7196e3f9),
353
- [`c69b2fdec`](https://github.com/graphile/crystal/commit/c69b2fdec2d73f1101440eb96fe126f9ad77db98),
354
- [`1eac03ec2`](https://github.com/graphile/crystal/commit/1eac03ec2e9da65c64b7754c04292f43da82c40b),
355
- [`dfac43992`](https://github.com/graphile/crystal/commit/dfac43992019b0b6c1d113d2490a87eb03d103d7),
356
- [`426e9320e`](https://github.com/graphile/crystal/commit/426e9320e76ef95927eebb6fe4072050b6208771),
357
- [`282eb909f`](https://github.com/graphile/crystal/commit/282eb909f3e2dc74fb262714248d29056464fb1d),
358
- [`2efadc0f8`](https://github.com/graphile/crystal/commit/2efadc0f80c3a0c172fb94c770afecc5447e832b),
359
- [`e8a9fd424`](https://github.com/graphile/crystal/commit/e8a9fd4243981b892364148eca1df66620ddeb87),
360
- [`cc0941731`](https://github.com/graphile/crystal/commit/cc0941731a1679bc04ce7b7fd4254009bb5f1f62),
361
- [`50f6ce456`](https://github.com/graphile/crystal/commit/50f6ce456de3edd084869b54ee9f2eaf51a7fa0c),
362
- [`b0865d169`](https://github.com/graphile/crystal/commit/b0865d1691105b5419009954c98c8109a27a5d81),
363
- [`3b09b414f`](https://github.com/graphile/crystal/commit/3b09b414ff43c34593373fa1f242481b0c7ada70),
364
- [`b7b6dd64f`](https://github.com/graphile/crystal/commit/b7b6dd64fcc07f2ca15528fd39d61297d743dcc6),
365
- [`8b472cd51`](https://github.com/graphile/crystal/commit/8b472cd51cd66d8227f9f2722d09c0a774792b0f),
366
- [`ba637b56d`](https://github.com/graphile/crystal/commit/ba637b56d79a14f82fe555739921724eab0c07f7),
367
- [`9cd9bb522`](https://github.com/graphile/crystal/commit/9cd9bb5222a9f0398ee4b8bfa4f741b6de2a2192)]:
368
- - postgraphile@5.0.0-beta.30
369
- - graphile-build@5.0.0-beta.25
370
- - graphile-config@0.0.1-beta.10
371
-
372
- ## 5.0.0-beta.29
373
-
374
- ### Patch Changes
375
-
376
- - Updated dependencies
377
- [[`52ef49ca9`](https://github.com/graphile/crystal/commit/52ef49ca9357e63d0aa5c06ac089bf57ee991c73),
378
- [`e8a0c4441`](https://github.com/graphile/crystal/commit/e8a0c4441cd04402974cd0af6b80816c9cda91e7)]:
379
- - postgraphile@5.0.0-beta.29
380
- - graphile-build@5.0.0-beta.24
381
-
382
- ## 5.0.0-beta.28
383
-
384
- ### Patch Changes
385
-
386
- - Updated dependencies []:
387
- - postgraphile@5.0.0-beta.28
388
- - graphile-build@5.0.0-beta.23
389
-
390
- ## 5.0.0-beta.27
391
-
392
- ### Patch Changes
393
-
394
- - Updated dependencies
395
- [[`1f67999eb`](https://github.com/graphile/crystal/commit/1f67999eb11435562ca76e8e7349aaadc28390f6),
396
- [`8bdc553b7`](https://github.com/graphile/crystal/commit/8bdc553b79aae21a27d22a4e1f1e57ee2e5d1d3f),
397
- [`4e102b1a1`](https://github.com/graphile/crystal/commit/4e102b1a1cd232e6f6703df0706415f01831dab2),
398
- [`d6102714e`](https://github.com/graphile/crystal/commit/d6102714e4fec35952784c988c1617c789eee0cd),
399
- [`c0e50a1b4`](https://github.com/graphile/crystal/commit/c0e50a1b4f1c95bfcafb5458dce0d5e56852d7d0)]:
400
- - postgraphile@5.0.0-beta.27
401
- - graphile-build@5.0.0-beta.22
402
-
403
- ## 5.0.0-beta.26
404
-
405
- ### Patch Changes
406
-
407
- - Updated dependencies
408
- [[`582bd768f`](https://github.com/graphile/crystal/commit/582bd768fec403ce3284f293b85b9fd86e4d3f40)]:
409
- - graphile-build@5.0.0-beta.21
410
- - postgraphile@5.0.0-beta.26
411
- - graphile-config@0.0.1-beta.9
412
-
413
- ## 5.0.0-beta.25
414
-
415
- ### Patch Changes
416
-
417
- - Updated dependencies []:
418
- - graphile-build@5.0.0-beta.20
419
- - postgraphile@5.0.0-beta.25
420
-
421
- ## 5.0.0-beta.24
422
-
423
- ### Patch Changes
424
-
425
- - Updated dependencies
426
- [[`437570f97`](https://github.com/graphile/crystal/commit/437570f97e8520afaf3d0d0b514d1f4c31546b76)]:
427
- - postgraphile@5.0.0-beta.24
428
- - graphile-build@5.0.0-beta.19
429
-
430
- ## 5.0.0-beta.23
431
-
432
- ### Patch Changes
433
-
434
- - Updated dependencies
435
- [[`1842af661`](https://github.com/graphile/crystal/commit/1842af661950d5f962b65f6362a45a3b9c8f15e8)]:
436
- - graphile-build@5.0.0-beta.18
437
- - postgraphile@5.0.0-beta.23
438
-
439
- ## 5.0.0-beta.22
440
-
441
- ### Patch Changes
442
-
443
- - Updated dependencies
444
- [[`5eca6d65a`](https://github.com/graphile/crystal/commit/5eca6d65a816bac3d0ceaa6cafa7df1a79c2be47),
445
- [`ab08cbf9c`](https://github.com/graphile/crystal/commit/ab08cbf9c504c3cc22495a99a965e7634c18a6a3),
446
- [`a287a57c2`](https://github.com/graphile/crystal/commit/a287a57c2765da0fb6a132ea0953f64453210ceb),
447
- [`7ad35fe4d`](https://github.com/graphile/crystal/commit/7ad35fe4d9b20f6ec82dc95c362390a87e25b42c),
448
- [`272608c13`](https://github.com/graphile/crystal/commit/272608c135e4ef0f76b8b5a9f764494a3f3ad779),
449
- [`e0d69e518`](https://github.com/graphile/crystal/commit/e0d69e518a98c70f9b90f59d243ce33978c1b5a1),
450
- [`db8ceed0f`](https://github.com/graphile/crystal/commit/db8ceed0f17923eb78ff09c9f3f28800a5c7e3b6),
451
- [`966203504`](https://github.com/graphile/crystal/commit/96620350467ab8c65b56adf2f055e19450f8e772),
452
- [`a0e82b9c5`](https://github.com/graphile/crystal/commit/a0e82b9c5f4e585f1af1e147299cd07944ece6f8),
453
- [`c48d3da7f`](https://github.com/graphile/crystal/commit/c48d3da7fe4fac2562fab5f085d252a0bfb6f0b6),
454
- [`bee0a0a68`](https://github.com/graphile/crystal/commit/bee0a0a68d48816f84b1a7f5ec69bd6069211426),
455
- [`51a94417f`](https://github.com/graphile/crystal/commit/51a94417fb62b54d309be184f4be479bc267c2b7),
456
- [`81d17460c`](https://github.com/graphile/crystal/commit/81d17460ced08608814635779c5cf997c19c101d)]:
457
- - postgraphile@5.0.0-beta.22
458
- - graphile-build@5.0.0-beta.17
459
- - graphile-config@0.0.1-beta.8
460
-
461
- ## 5.0.0-beta.21
462
-
463
- ### Patch Changes
464
-
465
- - Updated dependencies
466
- [[`6c6be29f1`](https://github.com/graphile/crystal/commit/6c6be29f12b24782c926b2bc62ed2ede09ac05de),
467
- [`6c80c44b7`](https://github.com/graphile/crystal/commit/6c80c44b76a5eb30cc2b1555ba81a4b6236f4300),
468
- [`179d25b09`](https://github.com/graphile/crystal/commit/179d25b09bb3272eeef564067b8e512d8de0112f),
469
- [`8315e8d01`](https://github.com/graphile/crystal/commit/8315e8d01c118cebc4ebbc53a2f264b958b252ad),
470
- [`9d53dde72`](https://github.com/graphile/crystal/commit/9d53dde726b7304962e921b88a159649e49156e5)]:
471
- - graphile-build@5.0.0-beta.16
472
- - postgraphile@5.0.0-beta.21
473
-
474
- ## 5.0.0-beta.20
475
-
476
- ### Patch Changes
477
-
478
- - Updated dependencies
479
- [[`00d32d887`](https://github.com/graphile/crystal/commit/00d32d887a6ae01374a4fda1babab7c8f14832c0),
480
- [`c62eee10b`](https://github.com/graphile/crystal/commit/c62eee10b445f9455bf2a0524ad2b828bdf4ffa6),
481
- [`9ac0ddc01`](https://github.com/graphile/crystal/commit/9ac0ddc014bfceb60b4b5641d6e8db605cc6a79b),
482
- [`3a2ea80ee`](https://github.com/graphile/crystal/commit/3a2ea80ee470b2aef91366727d7d60a0c65067f5),
483
- [`ef44c29b2`](https://github.com/graphile/crystal/commit/ef44c29b24a1ad5a042ae1536a4546dd64b17195),
484
- [`941e28003`](https://github.com/graphile/crystal/commit/941e280038a735014a9fe4e24fc534a197fac0f2),
485
- [`8ea67f891`](https://github.com/graphile/crystal/commit/8ea67f8910693edaf70daa9952e35d8396166f38),
486
- [`068be2f51`](https://github.com/graphile/crystal/commit/068be2f51d7a9c17311f26c6c9451985397c9e1f),
487
- [`5de3e86eb`](https://github.com/graphile/crystal/commit/5de3e86eba1ddfe5e07732d0325c63e5d72d4b5b),
488
- [`7587ca9e0`](https://github.com/graphile/crystal/commit/7587ca9e0f2bb93d0b22d1e2979d7b7912363600),
489
- [`e20e66ed7`](https://github.com/graphile/crystal/commit/e20e66ed71b499ee5bbf05105f981809fd302212),
490
- [`ec3112c7b`](https://github.com/graphile/crystal/commit/ec3112c7b58d142b4b1d86cbb7de4ca80bbfda00)]:
491
- - postgraphile@5.0.0-beta.20
492
- - graphile-build@5.0.0-beta.15
493
- - graphile-config@0.0.1-beta.7
494
-
495
- ## 5.0.0-beta.19
496
-
497
- ### Patch Changes
498
-
499
- - Updated dependencies
500
- [[`555a2be03`](https://github.com/graphile/crystal/commit/555a2be037f49bd599abbaafe6e5d5ab190c96d6),
501
- [`886833e2e`](https://github.com/graphile/crystal/commit/886833e2e319f23d905d7184ca88fca701b94044),
502
- [`5b2db0c75`](https://github.com/graphile/crystal/commit/5b2db0c7586182523015f8f79fa4d43f98679c1e),
503
- [`635af159f`](https://github.com/graphile/crystal/commit/635af159fd412171030dbaee3a82b661c516a9f8),
504
- [`184773382`](https://github.com/graphile/crystal/commit/184773382f074a3b5339e4cfabec55173cd4f1e1),
505
- [`f97d7976a`](https://github.com/graphile/crystal/commit/f97d7976a683a1e2cb0fed1ce0e30aeff8cc1886)]:
506
- - postgraphile@5.0.0-beta.19
507
- - graphile-build@5.0.0-beta.14
508
-
509
- ## 5.0.0-beta.18
510
-
511
- ### Patch Changes
512
-
513
- - Updated dependencies
514
- [[`0df5511ac`](https://github.com/graphile/crystal/commit/0df5511ac8b79ea34f8d12ebf8feeb421f8fe971),
515
- [`7851d89ab`](https://github.com/graphile/crystal/commit/7851d89ab4216b0252583f0068a69900fa2ddc88)]:
516
- - graphile-config@0.0.1-beta.6
517
- - postgraphile@5.0.0-beta.18
518
- - graphile-build@5.0.0-beta.13
519
-
520
- ## 5.0.0-beta.17
521
-
522
- ### Patch Changes
523
-
524
- - Updated dependencies
525
- [[`bce0636d4`](https://github.com/graphile/crystal/commit/bce0636d424476664672166193a181c83476423a),
526
- [`004889258`](https://github.com/graphile/crystal/commit/004889258e22a19ffe9a641f57e4ddd5299db9bf),
527
- [`f305c3278`](https://github.com/graphile/crystal/commit/f305c327848eb7baef46c5384a7cc5af6f79db8d),
528
- [`9e1df08b7`](https://github.com/graphile/crystal/commit/9e1df08b702ae32870a8f1324bab37f447cba868),
529
- [`8a0cdb95f`](https://github.com/graphile/crystal/commit/8a0cdb95f200b28b0ea1ab5caa12b23dce5f374f),
530
- [`e04238c0a`](https://github.com/graphile/crystal/commit/e04238c0aee46cc86ba61d6461b6636c2f9d1183),
531
- [`c66c3527c`](https://github.com/graphile/crystal/commit/c66c3527ce2bb38afa37242ecb5a22247efd6db9),
532
- [`f66cc40b3`](https://github.com/graphile/crystal/commit/f66cc40b3bc5bf2e7f92fe5a6bd5638e2a51ac2b),
533
- [`f18635a5c`](https://github.com/graphile/crystal/commit/f18635a5cf55845c9534d82bb483e5fbb9ed179e)]:
534
- - postgraphile@5.0.0-beta.17
535
- - graphile-build@5.0.0-beta.12
536
- - graphile-config@0.0.1-beta.5
537
-
538
- ## 5.0.0-beta.16
539
-
540
- ### Patch Changes
541
-
542
- - Updated dependencies
543
- [[`2e7fc6449`](https://github.com/graphile/crystal/commit/2e7fc6449c2d08c44c32985811bb2e233a04056b),
544
- [`7aef73319`](https://github.com/graphile/crystal/commit/7aef73319a8a147c700727be62427e1eefdefbf8)]:
545
- - postgraphile@5.0.0-beta.16
546
- - graphile-config@0.0.1-beta.4
547
- - graphile-build@5.0.0-beta.11
548
-
549
- ## 5.0.0-beta.15
550
-
551
- ### Patch Changes
552
-
553
- - Updated dependencies
554
- [[`3dd5d86d6`](https://github.com/graphile/crystal/commit/3dd5d86d6c1ea7ba106c08e8a315ec47ed6cfa2d),
555
- [`2d447a6b4`](https://github.com/graphile/crystal/commit/2d447a6b45d7db2813bd957f412cd959e2185759)]:
556
- - postgraphile@5.0.0-beta.15
557
-
558
- ## 5.0.0-beta.14
559
-
560
- ### Patch Changes
561
-
562
- - Updated dependencies
563
- [[`ebb0b817e`](https://github.com/graphile/crystal/commit/ebb0b817e3efe210445d3f3396ff4bc53ebab3e7),
564
- [`26e0bc726`](https://github.com/graphile/crystal/commit/26e0bc72653cd8dcef4b6cfb3c76876a5e620a12)]:
565
- - postgraphile@5.0.0-beta.14
566
-
567
- ## 5.0.0-beta.13
568
-
569
- ### Patch Changes
570
-
571
- - Updated dependencies []:
572
- - postgraphile@5.0.0-beta.13
573
-
574
- ## 5.0.0-beta.12
575
-
576
- ### Patch Changes
577
-
578
- - Updated dependencies
579
- [[`4a4d26d87`](https://github.com/graphile/crystal/commit/4a4d26d87ce74589429b8ca5126a7bfdf30351b8),
580
- [`b2bce88da`](https://github.com/graphile/crystal/commit/b2bce88da26c7a8965468be16fc2d935eadd3434),
581
- [`861a8a306`](https://github.com/graphile/crystal/commit/861a8a306ef42a821da19e77903ddd7e8130bfb3),
582
- [`9a84bc6dd`](https://github.com/graphile/crystal/commit/9a84bc6dd5b33c1919f75f867df1f61c78686695),
583
- [`b728d7fb9`](https://github.com/graphile/crystal/commit/b728d7fb91eb29fbb21d955af5fd9cb4278f6222),
584
- [`7d55d2c34`](https://github.com/graphile/crystal/commit/7d55d2c343880d7e665f9743f6ae7e39343c22cc)]:
585
- - postgraphile@5.0.0-beta.12
586
- - graphile-build@5.0.0-beta.10
587
-
588
- ## 5.0.0-beta.11
589
-
590
- ### Patch Changes
591
-
592
- - [#514](https://github.com/graphile/crystal-pre-merge/pull/514)
593
- [`c9848f693`](https://github.com/graphile/crystal-pre-merge/commit/c9848f6936a5abd7740c0638bfb458fb5551f03b)
594
- Thanks [@benjie](https://github.com/benjie)! - Update package.json repository
595
- information
596
-
597
- - Updated dependencies
598
- [[`c9848f693`](https://github.com/graphile/crystal-pre-merge/commit/c9848f6936a5abd7740c0638bfb458fb5551f03b)]:
599
- - graphile-build@5.0.0-beta.9
600
- - postgraphile@5.0.0-beta.11
601
- - graphile-config@0.0.1-beta.3
602
-
603
- ## 5.0.0-beta.10
604
-
605
- ### Patch Changes
606
-
607
- - Updated dependencies []:
608
- - postgraphile@5.0.0-beta.10
609
-
610
- ## 5.0.0-beta.9
611
-
612
- ### Patch Changes
613
-
614
- - Updated dependencies []:
615
- - graphile-build@5.0.0-beta.8
616
- - postgraphile@5.0.0-beta.9
617
-
618
- ## 5.0.0-beta.8
619
-
620
- ### Patch Changes
621
-
622
- - [#496](https://github.com/benjie/crystal/pull/496)
623
- [`c9bfd9892`](https://github.com/benjie/crystal/commit/c9bfd989247f9433fb5b18c5175c9d8d64cd21a1)
624
- Thanks [@benjie](https://github.com/benjie)! - Update dependencies (sometimes
625
- through major versions).
626
-
627
- - Updated dependencies
628
- [[`ac092e021`](https://github.com/benjie/crystal/commit/ac092e0217d1385967dcdf39c9c1a390ebf6add8),
629
- [`c9bfd9892`](https://github.com/benjie/crystal/commit/c9bfd989247f9433fb5b18c5175c9d8d64cd21a1)]:
630
- - postgraphile@5.0.0-beta.8
631
- - graphile-build@5.0.0-beta.7
632
- - graphile-config@0.0.1-beta.2
633
-
634
- ## 5.0.0-beta.7
635
-
636
- ### Patch Changes
637
-
638
- - Updated dependencies
639
- [[`e916b7412`](https://github.com/benjie/crystal/commit/e916b7412fc1fbbcb1578dbe07684189c2a720ad),
640
- [`73f1b5218`](https://github.com/benjie/crystal/commit/73f1b52187b2e009d502afa1db8a4e8f702e2958)]:
641
- - postgraphile@5.0.0-beta.7
642
- - graphile-build@5.0.0-beta.6
643
-
644
- ## 5.0.0-beta.6
645
-
646
- ### Patch Changes
647
-
648
- - Updated dependencies
649
- [[`53f0488b1`](https://github.com/benjie/crystal/commit/53f0488b1c060fe9f5dfcd67ad5c0bd932a4b7aa),
650
- [`07883a1a5`](https://github.com/benjie/crystal/commit/07883a1a5eac63bdc0541d6a2b562fc97342c439),
651
- [`22fa6230a`](https://github.com/benjie/crystal/commit/22fa6230aa7c7271e5360e619ec9e1f52c6ea49c),
652
- [`d17dd1cd4`](https://github.com/benjie/crystal/commit/d17dd1cd47d6cb125fbc84c38a8c004857e1bdd2),
653
- [`00d026409`](https://github.com/benjie/crystal/commit/00d0264090f90914eac881b34918fa3370782adc)]:
654
- - postgraphile@5.0.0-beta.6
655
- - graphile-build@5.0.0-beta.5
656
-
657
- ## 5.0.0-beta.5
658
-
659
- ### Patch Changes
660
-
661
- - Updated dependencies []:
662
- - postgraphile@5.0.0-beta.5
663
-
664
- ## 5.0.0-beta.4
665
-
666
- ### Patch Changes
667
-
668
- - Updated dependencies
669
- [[`196e5c1aa`](https://github.com/benjie/crystal/commit/196e5c1aab52dbe2a069d0a15b9e4931523fd2dd),
670
- [`e75bf57dd`](https://github.com/benjie/crystal/commit/e75bf57ddb20d20c86dba880cbb1970ec6a875af)]:
671
- - graphile-build@5.0.0-beta.4
672
- - postgraphile@5.0.0-beta.4
673
-
674
- ## 5.0.0-beta.3
675
-
676
- ### Patch Changes
677
-
678
- - Updated dependencies
679
- [[`d3ab4e12d`](https://github.com/benjie/crystal/commit/d3ab4e12d5bf0dc1c0364c603585175fa4d94d34)]:
680
- - graphile-build@5.0.0-beta.3
681
- - postgraphile@5.0.0-beta.3
682
-
683
- ## 5.0.0-beta.2
684
-
685
- ### Patch Changes
686
-
687
- - Updated dependencies []:
688
- - graphile-build@5.0.0-beta.2
689
- - postgraphile@5.0.0-beta.2
690
-
691
- ## 5.0.0-beta.1
692
-
693
- ### Patch Changes
694
-
695
- - [`cbd987385`](https://github.com/benjie/crystal/commit/cbd987385f99bd1248bc093ac507cc2f641ba3e8)
696
- Thanks [@benjie](https://github.com/benjie)! - Bump all packages to beta
697
-
698
- - Updated dependencies
699
- [[`cbd987385`](https://github.com/benjie/crystal/commit/cbd987385f99bd1248bc093ac507cc2f641ba3e8)]:
700
- - graphile-build@5.0.0-beta.1
701
- - postgraphile@5.0.0-beta.1
702
- - graphile-config@0.0.1-beta.1
703
-
704
- ## 5.0.0-alpha.13
705
-
706
- ### Patch Changes
707
-
708
- - Updated dependencies
709
- [[`dfefdad3c`](https://github.com/benjie/crystal/commit/dfefdad3cd5a99c36d47eb0bddd914bab4ca9a1f),
710
- [`6c1c1a34f`](https://github.com/benjie/crystal/commit/6c1c1a34f674bf4ef3b13dadebb4e13c422c940e)]:
711
- - postgraphile@5.0.0-alpha.20
712
- - graphile-build@5.0.0-alpha.18
713
-
714
- ## 5.0.0-alpha.12
715
-
716
- ### Patch Changes
717
-
718
- - [#438](https://github.com/benjie/crystal/pull/438)
719
- [`3a7aa694c`](https://github.com/benjie/crystal/commit/3a7aa694c375aa4a5e04ff2d62e219de1ec10bf6)
720
- Thanks [@benjie](https://github.com/benjie)! - Fix bug in
721
- `graphile behavior debug` command relating to `pgCodecRelation`
722
-
723
- - Updated dependencies
724
- [[`5491e10b0`](https://github.com/benjie/crystal/commit/5491e10b0f1629e607e7385985315169e156071d),
725
- [`a9561d62d`](https://github.com/benjie/crystal/commit/a9561d62d54a6a1331d64b32e4cf3d162ad67a55),
726
- [`232885703`](https://github.com/benjie/crystal/commit/232885703dd577f71488fd1fc5a02e852a96d446),
727
- [`db19ed9c3`](https://github.com/benjie/crystal/commit/db19ed9c39f08b537f3bf316d1cf9bb39cee2603),
728
- [`31e776e03`](https://github.com/benjie/crystal/commit/31e776e03ad0829e0ded52e32be789578dcf8d4f),
729
- [`055c4e438`](https://github.com/benjie/crystal/commit/055c4e43888c007706db7079edd89d6def9b318d),
730
- [`cf32f0397`](https://github.com/benjie/crystal/commit/cf32f0397f7a47509df9876112275f1ad135e8f2),
731
- [`57d88b5fa`](https://github.com/benjie/crystal/commit/57d88b5fa3ed296210c1fcb223452213fd57985b),
732
- [`a22830b2f`](https://github.com/benjie/crystal/commit/a22830b2f293b50a244ac18e1601d7579b450c7d),
733
- [`9f87a26b1`](https://github.com/benjie/crystal/commit/9f87a26b10e5539aa88cfd9909e265513e941fd5),
734
- [`9695c65f8`](https://github.com/benjie/crystal/commit/9695c65f8dbad807de683a70f5f663af2d3b35f0),
735
- [`c00a21cb9`](https://github.com/benjie/crystal/commit/c00a21cb9e9dd80a8b69228746bd7973da21facc),
736
- [`a5f224295`](https://github.com/benjie/crystal/commit/a5f22429501f9e13f0490d25500ca7a8403babc7)]:
737
- - graphile-build@5.0.0-alpha.17
738
- - postgraphile@5.0.0-alpha.19
739
- - graphile-config@0.0.1-alpha.7
740
-
741
- ## 5.0.0-alpha.11
742
-
743
- ### Patch Changes
744
-
745
- - Updated dependencies
746
- [[`415f436a0`](https://github.com/benjie/crystal/commit/415f436a04d42ba7d7a51457f99e8d8e6baee051),
747
- [`5b8e46a8a`](https://github.com/benjie/crystal/commit/5b8e46a8a868d68290d0f274934593a23b5bb25e),
748
- [`bb64c090d`](https://github.com/benjie/crystal/commit/bb64c090d1094875ec51a8577a000cb4f796e197)]:
749
- - postgraphile@5.0.0-alpha.18
750
-
751
- ## 5.0.0-alpha.10
752
-
753
- ### Patch Changes
754
-
755
- - Updated dependencies
756
- [[`c1518fad0`](https://github.com/benjie/crystal/commit/c1518fad093dc53c033866541f378878aab69b5c)]:
757
- - graphile-build@5.0.0-alpha.16
758
- - postgraphile@5.0.0-alpha.17
759
-
760
- ## 5.0.0-alpha.9
761
-
762
- ### Patch Changes
763
-
764
- - Updated dependencies []:
765
- - graphile-build@5.0.0-alpha.15
766
- - postgraphile@5.0.0-alpha.16
767
-
768
- ## 5.0.0-alpha.8
769
-
770
- ### Patch Changes
771
-
772
- - [#410](https://github.com/benjie/crystal/pull/410)
773
- [`a7cd7eecf`](https://github.com/benjie/crystal/commit/a7cd7eecfb81a74a2a6e6500054f2defb8f2205e)
774
- Thanks [@benjie](https://github.com/benjie)! - Add new
775
- `graphile behavior debug` command for debugging behavior strings.
776
-
777
- - Updated dependencies
778
- [[`e7dd2e039`](https://github.com/benjie/crystal/commit/e7dd2e039769958d59a83ec3b164cad063c82500),
779
- [`620f9e07e`](https://github.com/benjie/crystal/commit/620f9e07ec6f4d66a8dc01ed6bb054a75f7b1c8b),
780
- [`881672305`](https://github.com/benjie/crystal/commit/88167230578393e3b24a364f0d673e36c5cb088d),
781
- [`9ab2adba2`](https://github.com/benjie/crystal/commit/9ab2adba2c146b5d1bc91bbb2f25e4645ed381de),
782
- [`ff4395bfc`](https://github.com/benjie/crystal/commit/ff4395bfc6e6b2fb263f644dae1e984c52dd84b9),
783
- [`502b23340`](https://github.com/benjie/crystal/commit/502b233401975637bc0d516af78721b37f6f9b7b),
784
- [`dc94b4a30`](https://github.com/benjie/crystal/commit/dc94b4a3003a2fbe1d76e17bb519092fa134243a),
785
- [`4eda0cd57`](https://github.com/benjie/crystal/commit/4eda0cd572274febad696ebb5a89472a981f8212)]:
786
- - graphile-build@5.0.0-alpha.14
787
- - postgraphile@5.0.0-alpha.15
788
-
789
- ## 5.0.0-alpha.7
790
-
791
- ### Patch Changes
792
-
793
- - [#408](https://github.com/benjie/crystal/pull/408)
794
- [`bc14d488d`](https://github.com/benjie/crystal/commit/bc14d488d5385f350b6d377716e43c46a405dc57)
795
- Thanks [@benjie](https://github.com/benjie)! - When sorting, specify a
796
- concrete locale to localeCompare to ensure stable ordering across machines.
797
- - Updated dependencies
798
- [[`675b7abb9`](https://github.com/benjie/crystal/commit/675b7abb93e11d955930b9026fb0b65a56ecc999),
799
- [`c5050dd28`](https://github.com/benjie/crystal/commit/c5050dd286bd6d9fa4a5d9cfbf87ba609cb148dd),
800
- [`0d1782869`](https://github.com/benjie/crystal/commit/0d1782869adc76f5bbcecfdcbb85a258c468ca37)]:
801
- - graphile-config@0.0.1-alpha.6
802
-
803
- ## 5.0.0-alpha.6
804
-
805
- ### Patch Changes
806
-
807
- - Updated dependencies
808
- [[`644938276`](https://github.com/benjie/crystal/commit/644938276ebd48c5486ba9736a525fcc66d7d714)]:
809
- - graphile-config@0.0.1-alpha.5
810
-
811
- ## 5.0.0-alpha.5
812
-
813
- ### Patch Changes
814
-
815
- - [#399](https://github.com/benjie/crystal/pull/399)
816
- [`409581534`](https://github.com/benjie/crystal/commit/409581534f41ac2cf0ff21c77c2bcd8eaa8218fd)
817
- Thanks [@benjie](https://github.com/benjie)! - Change many of the dependencies
818
- to be instead (or also) peerDependencies, to avoid duplicate modules.
819
-
820
- ## 5.0.0-alpha.4
821
-
822
- ### Patch Changes
823
-
824
- - Updated dependencies
825
- [[`198ac74d5`](https://github.com/benjie/crystal/commit/198ac74d52fe1e47d602fe2b7c52f216d5216b25)]:
826
- - graphile-config@0.0.1-alpha.4
827
-
828
- ## 5.0.0-alpha.3
829
-
830
- ### Patch Changes
831
-
832
- - Updated dependencies
833
- [[`adc7ae5e0`](https://github.com/benjie/crystal/commit/adc7ae5e002961c8b8286500527752f21139ab9e)]:
834
- - graphile-config@0.0.1-alpha.3
835
-
836
- ## 5.0.0-alpha.2
837
-
838
- ### Patch Changes
839
-
840
- - [`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)
841
- Thanks [@benjie](https://github.com/benjie)! - Upgrade to the latest
842
- TypeScript/tslib
843
-
844
- - Updated dependencies
845
- [[`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)]:
846
- - graphile-config@0.0.1-alpha.2
847
-
848
- ## 5.0.0-alpha.1
849
-
850
- ### Patch Changes
851
-
852
- - [`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)
853
- Thanks [@benjie](https://github.com/benjie)! - Alpha release - see
854
- https://postgraphile.org/news/2023-04-26-version-5-alpha
855
-
856
- - Updated dependencies
857
- [[`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)]:
858
- - graphile-config@0.0.1-alpha.1
859
-
860
- ## 5.0.0-1.3
861
-
862
- ### Patch Changes
863
-
864
- - Updated dependencies
865
- [[`b4eaf89f4`](https://github.com/benjie/crystal/commit/b4eaf89f401ca207de08770361d07903f6bb9cb0)]:
866
- - graphile-config@0.0.1-1.2
867
-
868
- ## 5.0.0-1.2
869
-
870
- ### Patch Changes
871
-
872
- - [#291](https://github.com/benjie/crystal/pull/291)
873
- [`611f00140`](https://github.com/benjie/crystal/commit/611f00140d7f5b0620e274fc21869ec82055e080)
874
- Thanks [@benjie](https://github.com/benjie)! - New `graphile inflection list`
875
- command to list the available inflectors (and their docs/types) based on your
876
- plugins and presets.
877
-
878
- ## 5.0.0-1.1
879
-
880
- ### Patch Changes
881
-
882
- - [#260](https://github.com/benjie/crystal/pull/260)
883
- [`d5312e6b9`](https://github.com/benjie/crystal/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)
884
- Thanks [@benjie](https://github.com/benjie)! - TypeScript v5 is now required
885
-
886
- - [#271](https://github.com/benjie/crystal/pull/271)
887
- [`261eb520b`](https://github.com/benjie/crystal/commit/261eb520b33fe3673fe3a7712085e50291aed1e5)
888
- Thanks [@benjie](https://github.com/benjie)! - 🚨 **RENAME ALL THE THINGS**
889
-
890
- The term 'source' was overloaded, and 'configs' was too vague, and
891
- 'databaseName' was misleading, and 'source' behaviours actually applied to
892
- resources, and more. So, we've renamed lots of things as part of the API
893
- stabilization work. You're probably only affected by the first 2 bullet
894
- points.
895
- - `pgConfigs` -> `pgServices` (also applies to related `pgConfig` terms such
896
- as `makePgConfig` -> `makePgService`, `MakePgConfigOptions` ->
897
- `MakePgServiceOptions`, etc) - see your `graphile.config.ts` or equivalent
898
- file
899
- - All `*:source:*` behaviors are now `*:resource:*` behaviors (use regexp
900
- `/:source\b|\bsource:[a-z$]/` to find the places that need updating)
901
- - `PgDatabaseConfiguration` -> `PgServiceConfiguration`
902
- - `databaseName` -> `serviceName` (because it's not the name of the database,
903
- it's the name of the `pgServices` (which was `pgConfigs`) entry)
904
- - `PgResourceConfig::source` -> `PgResourceConfig.from` ('source' is
905
- overloaded, so use a more direct term)
906
- - `PgResource::source` -> `PgResource.from`
907
- - `PgSelectPlanJoin::source` -> `PgSelectPlanJoin.from`
908
- - `helpers.pgIntrospection.getDatabase` ->
909
- `helpers.pgIntrospection.getService`
910
- - `helpers.pgIntrospection.getExecutorForDatabase` ->
911
- `helpers.pgIntrospection.getExecutorForService`
912
-
913
- - Updated dependencies
914
- [[`d5312e6b9`](https://github.com/benjie/crystal/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)]:
915
- - graphile-config@0.0.1-1.1
916
-
917
- ## 5.0.0-0.7
918
-
919
- ### Patch Changes
920
-
921
- - [`dad8c0695`](undefined) - Fix bug in 'graphile config print' where plugins
922
- weren't treated as providing themselves.
923
-
924
- ## 5.0.0-0.6
925
-
926
- ### Patch Changes
927
-
928
- - Updated dependencies
929
- [[`11e7c12c5`](https://github.com/benjie/crystal/commit/11e7c12c5a3545ee24b5e39392fbec190aa1cf85)]:
930
- - graphile-config@0.0.1-0.6
931
-
932
- ## 5.0.0-0.5
933
-
934
- ### Patch Changes
935
-
936
- - [#229](https://github.com/benjie/crystal/pull/229)
937
- [`d94f0eae6`](https://github.com/benjie/crystal/commit/d94f0eae68013fbf146187d40aaecdacefeea639)
938
- Thanks [@benjie](https://github.com/benjie)! - Strip 'undefined' values from
939
- 'graphile config print'
940
-
941
- ## 5.0.0-0.4
942
-
943
- ### Patch Changes
944
-
945
- - Updated dependencies [[`0ab95d0b1`](undefined)]:
946
- - graphile-config@0.0.1-0.5
947
-
948
- ## 5.0.0-0.3
949
-
950
- ### Patch Changes
951
-
952
- - Updated dependencies
953
- [[`842f6ccbb`](https://github.com/benjie/crystal/commit/842f6ccbb3c9bd0c101c4f4df31c5ed1aea9b2ab)]:
954
- - graphile-config@0.0.1-0.4
955
-
956
- ## 5.0.0-0.2
957
-
958
- ### Patch Changes
959
-
960
- - [#183](https://github.com/benjie/crystal/pull/183)
961
- [`dc4ff1268`](https://github.com/benjie/crystal/commit/dc4ff12681eeaef3a493fea5481e31f13c9f1874)
962
- Thanks [@benjie](https://github.com/benjie)! - Enhance config printing with
963
- full description printer and plugin ordering debugger
964
-
965
- ## 5.0.0-0.1
966
-
967
- ### Patch Changes
968
-
969
- - [#176](https://github.com/benjie/crystal/pull/176)
970
- [`7c89c2143`](https://github.com/benjie/crystal/commit/7c89c2143c73408ec63caabd68634f77f2b48511)
971
- Thanks [@benjie](https://github.com/benjie)! - Introduce 'graphile' command
972
- with two config-related subcommands: 'graphile config print' and 'graphile
973
- config options'.
974
- - Updated dependencies
975
- [[`19e2961de`](https://github.com/benjie/crystal/commit/19e2961de67dc0b9601799bba256e4c4a23cc0cb),
976
- [`11d6be65e`](https://github.com/benjie/crystal/commit/11d6be65e0da489f8ab3e3a8b8db145f8b2147ad)]:
977
- - graphile-config@0.0.1-0.3