ruru 2.0.0-beta.1 → 2.0.0-beta.11
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 +117 -0
- package/README.md +2 -2
- package/bundle/ruru.min.js +1 -1
- package/bundle/ruru.min.js.LICENSE.txt +13 -728
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/interfaces.d.ts +0 -7
- package/dist/interfaces.d.ts.map +1 -1
- package/dist/server.d.ts +8 -0
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +1 -0
- package/dist/server.js.map +1 -1
- package/package.json +19 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,122 @@
|
|
|
1
1
|
# ruru
|
|
2
2
|
|
|
3
|
+
## 2.0.0-beta.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1931](https://github.com/graphile/crystal/pull/1931)
|
|
8
|
+
[`941e28003`](https://github.com/graphile/crystal/commit/941e280038a735014a9fe4e24fc534a197fac0f2)
|
|
9
|
+
Thanks [@benjie](https://github.com/benjie)! - Add support for deprecated
|
|
10
|
+
arguments to Ruru.
|
|
11
|
+
|
|
12
|
+
- [#1931](https://github.com/graphile/crystal/pull/1931)
|
|
13
|
+
[`068be2f51`](https://github.com/graphile/crystal/commit/068be2f51d7a9c17311f26c6c9451985397c9e1f)
|
|
14
|
+
Thanks [@benjie](https://github.com/benjie)! - Fix issue typing into Ruru
|
|
15
|
+
explorer plugin - characters no longer overwritten.
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
[[`5de3e86eb`](https://github.com/graphile/crystal/commit/5de3e86eba1ddfe5e07732d0325c63e5d72d4b5b)]:
|
|
19
|
+
- graphile-config@0.0.1-beta.7
|
|
20
|
+
|
|
21
|
+
## 2.0.0-beta.10
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
[[`0df5511ac`](https://github.com/graphile/crystal/commit/0df5511ac8b79ea34f8d12ebf8feeb421f8fe971)]:
|
|
27
|
+
- graphile-config@0.0.1-beta.6
|
|
28
|
+
|
|
29
|
+
## 2.0.0-beta.9
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- [#1877](https://github.com/graphile/crystal/pull/1877)
|
|
34
|
+
[`8a0cdb95f`](https://github.com/graphile/crystal/commit/8a0cdb95f200b28b0ea1ab5caa12b23dce5f374f)
|
|
35
|
+
Thanks [@benjie](https://github.com/benjie)! - Move 'declare global' out of
|
|
36
|
+
'interfaces.ts' and into 'index.ts' or equivalent. Should make TypeScript more
|
|
37
|
+
aware of these types.
|
|
38
|
+
- Updated dependencies
|
|
39
|
+
[[`8a0cdb95f`](https://github.com/graphile/crystal/commit/8a0cdb95f200b28b0ea1ab5caa12b23dce5f374f)]:
|
|
40
|
+
- graphile-config@0.0.1-beta.5
|
|
41
|
+
|
|
42
|
+
## 2.0.0-beta.8
|
|
43
|
+
|
|
44
|
+
### Patch Changes
|
|
45
|
+
|
|
46
|
+
- Updated dependencies
|
|
47
|
+
[[`7aef73319`](https://github.com/graphile/crystal/commit/7aef73319a8a147c700727be62427e1eefdefbf8)]:
|
|
48
|
+
- graphile-config@0.0.1-beta.4
|
|
49
|
+
|
|
50
|
+
## 2.0.0-beta.7
|
|
51
|
+
|
|
52
|
+
### Patch Changes
|
|
53
|
+
|
|
54
|
+
- [#1799](https://github.com/graphile/crystal/pull/1799)
|
|
55
|
+
[`3dd5d86d6`](https://github.com/graphile/crystal/commit/3dd5d86d6c1ea7ba106c08e8a315ec47ed6cfa2d)
|
|
56
|
+
Thanks [@jvandermey](https://github.com/jvandermey)! - Can now pass onEdit
|
|
57
|
+
callbacks through the Ruru config via the plugin system; e.g. to update the
|
|
58
|
+
URL search params with the current editor state.
|
|
59
|
+
|
|
60
|
+
## 2.0.0-beta.6
|
|
61
|
+
|
|
62
|
+
### Patch Changes
|
|
63
|
+
|
|
64
|
+
- [#1796](https://github.com/graphile/crystal/pull/1796)
|
|
65
|
+
[`ebb0b817e`](https://github.com/graphile/crystal/commit/ebb0b817e3efe210445d3f3396ff4bc53ebab3e7)
|
|
66
|
+
Thanks [@benjie](https://github.com/benjie)! - Can now set initial query and
|
|
67
|
+
variables in Ruru via the plugin system; e.g. to set query/variables based on
|
|
68
|
+
query string.
|
|
69
|
+
|
|
70
|
+
## 2.0.0-beta.5
|
|
71
|
+
|
|
72
|
+
### Patch Changes
|
|
73
|
+
|
|
74
|
+
- [#514](https://github.com/graphile/crystal-pre-merge/pull/514)
|
|
75
|
+
[`c9848f693`](https://github.com/graphile/crystal-pre-merge/commit/c9848f6936a5abd7740c0638bfb458fb5551f03b)
|
|
76
|
+
Thanks [@benjie](https://github.com/benjie)! - Update package.json repository
|
|
77
|
+
information
|
|
78
|
+
|
|
79
|
+
- Updated dependencies
|
|
80
|
+
[[`c9848f693`](https://github.com/graphile/crystal-pre-merge/commit/c9848f6936a5abd7740c0638bfb458fb5551f03b)]:
|
|
81
|
+
- graphile-config@0.0.1-beta.3
|
|
82
|
+
|
|
83
|
+
## 2.0.0-beta.4
|
|
84
|
+
|
|
85
|
+
### Patch Changes
|
|
86
|
+
|
|
87
|
+
- [`4c39d7c0b`](https://github.com/benjie/crystal/commit/4c39d7c0bae5acb6ae79cc1fec0a1eabdd40a234)
|
|
88
|
+
Thanks [@benjie](https://github.com/benjie)! - Bump - npm broke the publish?
|
|
89
|
+
|
|
90
|
+
## 2.0.0-beta.3
|
|
91
|
+
|
|
92
|
+
### Patch Changes
|
|
93
|
+
|
|
94
|
+
- [#496](https://github.com/benjie/crystal/pull/496)
|
|
95
|
+
[`c9bfd9892`](https://github.com/benjie/crystal/commit/c9bfd989247f9433fb5b18c5175c9d8d64cd21a1)
|
|
96
|
+
Thanks [@benjie](https://github.com/benjie)! - Update dependencies (sometimes
|
|
97
|
+
through major versions).
|
|
98
|
+
|
|
99
|
+
- [#496](https://github.com/benjie/crystal/pull/496)
|
|
100
|
+
[`1867d365f`](https://github.com/benjie/crystal/commit/1867d365f360ac8411f622b0813ca76a19ab4013)
|
|
101
|
+
Thanks [@benjie](https://github.com/benjie)! - Ruru now runs on React 18
|
|
102
|
+
|
|
103
|
+
- [#496](https://github.com/benjie/crystal/pull/496)
|
|
104
|
+
[`c747d91e9`](https://github.com/benjie/crystal/commit/c747d91e9646409c66e73c12195dbf6cbd97b211)
|
|
105
|
+
Thanks [@benjie](https://github.com/benjie)! - Modules converted to ESM to fix
|
|
106
|
+
compatibility with GraphiQL.
|
|
107
|
+
|
|
108
|
+
- Updated dependencies
|
|
109
|
+
[[`c9bfd9892`](https://github.com/benjie/crystal/commit/c9bfd989247f9433fb5b18c5175c9d8d64cd21a1)]:
|
|
110
|
+
- graphile-config@0.0.1-beta.2
|
|
111
|
+
|
|
112
|
+
## 2.0.0-beta.2
|
|
113
|
+
|
|
114
|
+
### Patch Changes
|
|
115
|
+
|
|
116
|
+
- [#488](https://github.com/benjie/crystal/pull/488)
|
|
117
|
+
[`9f82b8612`](https://github.com/benjie/crystal/commit/9f82b861206fdd2b8a7c50ba5184112dfb57b54a)
|
|
118
|
+
Thanks [@benjie](https://github.com/benjie)! - Fix detection of SQL aliases
|
|
119
|
+
|
|
3
120
|
## 2.0.0-beta.1
|
|
4
121
|
|
|
5
122
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ installing it using the `npx` command. Here's an example command to explore
|
|
|
14
14
|
[@trevorblades](https://twitter.com/trevorblades)'s countries API:
|
|
15
15
|
|
|
16
16
|
```
|
|
17
|
-
npx ruru -SPe https://countries.trevorblades.com/graphql
|
|
17
|
+
npx ruru@beta -SPe https://countries.trevorblades.com/graphql
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
(`-S` enables subscriptions, `-P` proxies GraphQL requests; neither of these are
|
|
@@ -25,7 +25,7 @@ needed for Trevor's API, but you might want them for your API.)
|
|
|
25
25
|
Install Ruru:
|
|
26
26
|
|
|
27
27
|
```
|
|
28
|
-
yarn add ruru
|
|
28
|
+
yarn add ruru@beta
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
Then you can run something like the following to automatically proxy requests
|