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