@baeta/plugin-graphql 1.0.11 → 2.0.0-next.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 CHANGED
@@ -1,5 +1,35 @@
1
1
  # @baeta/plugin-graphql
2
2
 
3
+ ## 2.0.0-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix release version
8
+
9
+ - Updated dependencies []:
10
+ - @baeta/generator-sdk@2.0.0-next.1
11
+ - @baeta/util-path@2.0.0-next.1
12
+
13
+ ## 2.0.0-next.0
14
+
15
+ ### Major Changes
16
+
17
+ - [#214](https://github.com/andreisergiu98/baeta/pull/214) [`31d1a50`](https://github.com/andreisergiu98/baeta/commit/31d1a509f96535b43ae85d19c770eb1a5f09dc94) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - Baeta v2 – major refactor
18
+ - **Side-effect-free type generation & resolver definitions.**
19
+ The types generator and resolver definitions were reworked to be side-effect free, improving type safety.
20
+ - **Stricter type safety.**
21
+ You must now **explicitly define resolvers for every field** during development—breakages that used to surface at runtime are now caught at compile time.
22
+ - **Removed `@baeta/compiler`.**
23
+ Since modern runtimes can execute TypeScript natively, the separate compiler package is no longer needed. Use your runtime’s native TS support or your existing build setup.
24
+ - **Subscriptions update.**
25
+ `@baeta/subscriptions-pubsub` now targets **`graphql-subscriptions` v3**.
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies [[`31d1a50`](https://github.com/andreisergiu98/baeta/commit/31d1a509f96535b43ae85d19c770eb1a5f09dc94)]:
30
+ - @baeta/generator-sdk@2.0.0-next.0
31
+ - @baeta/util-path@2.0.0-next.0
32
+
3
33
  ## 1.0.11
4
34
 
5
35
  ### Patch Changes