graphile-config 0.0.1-alpha.7 → 0.0.1-beta.1
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/CHANGELOG.md +37 -30
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,18 @@
|
|
|
1
1
|
# graphile-config
|
|
2
2
|
|
|
3
|
+
## 0.0.1-beta.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`cbd987385`](https://github.com/benjie/crystal/commit/cbd987385f99bd1248bc093ac507cc2f641ba3e8)
|
|
8
|
+
Thanks [@benjie](https://github.com/benjie)! - Bump all packages to beta
|
|
9
|
+
|
|
3
10
|
## 0.0.1-alpha.7
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
6
13
|
|
|
7
|
-
- [#438](https://github.com/benjie/
|
|
8
|
-
[`a22830b2f`](https://github.com/benjie/
|
|
14
|
+
- [#438](https://github.com/benjie/crystal/pull/438)
|
|
15
|
+
[`a22830b2f`](https://github.com/benjie/crystal/commit/a22830b2f293b50a244ac18e1601d7579b450c7d)
|
|
9
16
|
Thanks [@benjie](https://github.com/benjie)! - Plugin name now automatically
|
|
10
17
|
used in `provides` for every hook, allowing ordering hooks before/after their
|
|
11
18
|
equivalents in other plugins.
|
|
@@ -14,18 +21,18 @@
|
|
|
14
21
|
|
|
15
22
|
### Patch Changes
|
|
16
23
|
|
|
17
|
-
- [#408](https://github.com/benjie/
|
|
18
|
-
[`675b7abb9`](https://github.com/benjie/
|
|
24
|
+
- [#408](https://github.com/benjie/crystal/pull/408)
|
|
25
|
+
[`675b7abb9`](https://github.com/benjie/crystal/commit/675b7abb93e11d955930b9026fb0b65a56ecc999)
|
|
19
26
|
Thanks [@benjie](https://github.com/benjie)! - `inspect()` fallback function
|
|
20
27
|
updated
|
|
21
28
|
|
|
22
|
-
- [#408](https://github.com/benjie/
|
|
23
|
-
[`c5050dd28`](https://github.com/benjie/
|
|
29
|
+
- [#408](https://github.com/benjie/crystal/pull/408)
|
|
30
|
+
[`c5050dd28`](https://github.com/benjie/crystal/commit/c5050dd286bd6d9fa4a5d9cfbf87ba609cb148dd)
|
|
24
31
|
Thanks [@benjie](https://github.com/benjie)! - Warn if plugins could not be
|
|
25
32
|
disabled (due to not being specified).
|
|
26
33
|
|
|
27
|
-
- [#408](https://github.com/benjie/
|
|
28
|
-
[`0d1782869`](https://github.com/benjie/
|
|
34
|
+
- [#408](https://github.com/benjie/crystal/pull/408)
|
|
35
|
+
[`0d1782869`](https://github.com/benjie/crystal/commit/0d1782869adc76f5bbcecfdcbb85a258c468ca37)
|
|
29
36
|
Thanks [@benjie](https://github.com/benjie)! - Only eat ENOENT errors when
|
|
30
37
|
checking for file existance, other errors should still throw.
|
|
31
38
|
|
|
@@ -33,8 +40,8 @@
|
|
|
33
40
|
|
|
34
41
|
### Patch Changes
|
|
35
42
|
|
|
36
|
-
- [#402](https://github.com/benjie/
|
|
37
|
-
[`644938276`](https://github.com/benjie/
|
|
43
|
+
- [#402](https://github.com/benjie/crystal/pull/402)
|
|
44
|
+
[`644938276`](https://github.com/benjie/crystal/commit/644938276ebd48c5486ba9736a525fcc66d7d714)
|
|
38
45
|
Thanks [@benjie](https://github.com/benjie)! - Use `file://` URLs in import()
|
|
39
46
|
to fix compatibility with Windows (e.g. when loading `graphile.config.mjs`)
|
|
40
47
|
|
|
@@ -42,8 +49,8 @@
|
|
|
42
49
|
|
|
43
50
|
### Patch Changes
|
|
44
51
|
|
|
45
|
-
- [#349](https://github.com/benjie/
|
|
46
|
-
[`198ac74d5`](https://github.com/benjie/
|
|
52
|
+
- [#349](https://github.com/benjie/crystal/pull/349)
|
|
53
|
+
[`198ac74d5`](https://github.com/benjie/crystal/commit/198ac74d52fe1e47d602fe2b7c52f216d5216b25)
|
|
47
54
|
Thanks [@benjie](https://github.com/benjie)! - Add 'sortedPlugins' export to
|
|
48
55
|
graphile-config.
|
|
49
56
|
|
|
@@ -51,8 +58,8 @@
|
|
|
51
58
|
|
|
52
59
|
### Patch Changes
|
|
53
60
|
|
|
54
|
-
- [#344](https://github.com/benjie/
|
|
55
|
-
[`adc7ae5e0`](https://github.com/benjie/
|
|
61
|
+
- [#344](https://github.com/benjie/crystal/pull/344)
|
|
62
|
+
[`adc7ae5e0`](https://github.com/benjie/crystal/commit/adc7ae5e002961c8b8286500527752f21139ab9e)
|
|
56
63
|
Thanks [@benjie](https://github.com/benjie)! - Detect presets that look like
|
|
57
64
|
plugins and vice versa and throw error.
|
|
58
65
|
|
|
@@ -60,7 +67,7 @@
|
|
|
60
67
|
|
|
61
68
|
### Patch Changes
|
|
62
69
|
|
|
63
|
-
- [`7f857950a`](https://github.com/benjie/
|
|
70
|
+
- [`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)
|
|
64
71
|
Thanks [@benjie](https://github.com/benjie)! - Upgrade to the latest
|
|
65
72
|
TypeScript/tslib
|
|
66
73
|
|
|
@@ -68,7 +75,7 @@
|
|
|
68
75
|
|
|
69
76
|
### Patch Changes
|
|
70
77
|
|
|
71
|
-
- [`759ad403d`](https://github.com/benjie/
|
|
78
|
+
- [`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)
|
|
72
79
|
Thanks [@benjie](https://github.com/benjie)! - Alpha release - see
|
|
73
80
|
https://postgraphile.org/news/2023-04-26-version-5-alpha
|
|
74
81
|
|
|
@@ -76,8 +83,8 @@
|
|
|
76
83
|
|
|
77
84
|
### Patch Changes
|
|
78
85
|
|
|
79
|
-
- [#297](https://github.com/benjie/
|
|
80
|
-
[`b4eaf89f4`](https://github.com/benjie/
|
|
86
|
+
- [#297](https://github.com/benjie/crystal/pull/297)
|
|
87
|
+
[`b4eaf89f4`](https://github.com/benjie/crystal/commit/b4eaf89f401ca207de08770361d07903f6bb9cb0)
|
|
81
88
|
Thanks [@benjie](https://github.com/benjie)! - AsyncHooks can now execute
|
|
82
89
|
synchronously if all registered hooks are synchronous. May impact ordering of
|
|
83
90
|
fields/types in GraphQL schema.
|
|
@@ -86,16 +93,16 @@
|
|
|
86
93
|
|
|
87
94
|
### Patch Changes
|
|
88
95
|
|
|
89
|
-
- [#260](https://github.com/benjie/
|
|
90
|
-
[`d5312e6b9`](https://github.com/benjie/
|
|
96
|
+
- [#260](https://github.com/benjie/crystal/pull/260)
|
|
97
|
+
[`d5312e6b9`](https://github.com/benjie/crystal/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)
|
|
91
98
|
Thanks [@benjie](https://github.com/benjie)! - TypeScript v5 is now required
|
|
92
99
|
|
|
93
100
|
## 0.0.1-0.6
|
|
94
101
|
|
|
95
102
|
### Patch Changes
|
|
96
103
|
|
|
97
|
-
- [#233](https://github.com/benjie/
|
|
98
|
-
[`11e7c12c5`](https://github.com/benjie/
|
|
104
|
+
- [#233](https://github.com/benjie/crystal/pull/233)
|
|
105
|
+
[`11e7c12c5`](https://github.com/benjie/crystal/commit/11e7c12c5a3545ee24b5e39392fbec190aa1cf85)
|
|
99
106
|
Thanks [@benjie](https://github.com/benjie)! - Solve mutation issue in plugin
|
|
100
107
|
ordering code which lead to heisenbugs.
|
|
101
108
|
|
|
@@ -109,8 +116,8 @@
|
|
|
109
116
|
|
|
110
117
|
### Patch Changes
|
|
111
118
|
|
|
112
|
-
- [#184](https://github.com/benjie/
|
|
113
|
-
[`842f6ccbb`](https://github.com/benjie/
|
|
119
|
+
- [#184](https://github.com/benjie/crystal/pull/184)
|
|
120
|
+
[`842f6ccbb`](https://github.com/benjie/crystal/commit/842f6ccbb3c9bd0c101c4f4df31c5ed1aea9b2ab)
|
|
114
121
|
Thanks [@benjie](https://github.com/benjie)! - Handle array-to-object issue in
|
|
115
122
|
graphile-config when multiple presets set an array key.
|
|
116
123
|
|
|
@@ -118,14 +125,14 @@
|
|
|
118
125
|
|
|
119
126
|
### Patch Changes
|
|
120
127
|
|
|
121
|
-
- [#176](https://github.com/benjie/
|
|
122
|
-
[`19e2961de`](https://github.com/benjie/
|
|
128
|
+
- [#176](https://github.com/benjie/crystal/pull/176)
|
|
129
|
+
[`19e2961de`](https://github.com/benjie/crystal/commit/19e2961de67dc0b9601799bba256e4c4a23cc0cb)
|
|
123
130
|
Thanks [@benjie](https://github.com/benjie)! - Better graphile.config.\*
|
|
124
131
|
compatibility with ESM-emulation, so 'export default preset;' should work in
|
|
125
132
|
TypeScript even if outputting to CommonJS.
|
|
126
133
|
|
|
127
|
-
- [#176](https://github.com/benjie/
|
|
128
|
-
[`11d6be65e`](https://github.com/benjie/
|
|
134
|
+
- [#176](https://github.com/benjie/crystal/pull/176)
|
|
135
|
+
[`11d6be65e`](https://github.com/benjie/crystal/commit/11d6be65e0da489f8ab3e3a8b8db145f8b2147ad)
|
|
129
136
|
Thanks [@benjie](https://github.com/benjie)! - Fix issue with plugin
|
|
130
137
|
versioning. Add more TSDoc comments. New getTerminalWidth() helper.
|
|
131
138
|
|
|
@@ -146,6 +153,6 @@
|
|
|
146
153
|
|
|
147
154
|
### Patch Changes
|
|
148
155
|
|
|
149
|
-
- [#125](https://github.com/benjie/
|
|
150
|
-
[`91f2256b3`](https://github.com/benjie/
|
|
156
|
+
- [#125](https://github.com/benjie/crystal/pull/125)
|
|
157
|
+
[`91f2256b3`](https://github.com/benjie/crystal/commit/91f2256b3fd699bec19fc86f1ca79df057e58639)
|
|
151
158
|
Thanks [@benjie](https://github.com/benjie)! - Initial changesets release
|