You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: "Release version ${{ github.event.inputs.version }}"
58
+
reviewers: ${{ github.actor }}
59
+
body: |
60
+
Hi @${{ github.actor }}!
61
+
62
+
This PR was created in response to a manual trigger of the release workflow here: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}.
63
+
I've updated the changelog and bumped the versions in the manifest files in this commit: ${{ steps.make-commit.outputs.commit }}.
title: "Release version ${{ github.event.inputs.version }}"
73
+
reviewers: ${{ github.actor }}
74
+
body: |
75
+
Hi @${{ github.actor }}!
76
+
77
+
This PR was created in response to a manual trigger of the release workflow here: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}.
78
+
I've updated the changelog and bumped the versions in the manifest files in this commit: ${{ steps.make-commit.outputs.commit }}.
- Fixed an issue where GQL definition of having Union self refs past depth limit was failing with RangeError.
10
+
3
11
#### v0.1.0 (June 06, 2023)
4
-
* Added support for CLI usage to convert GraphQL definition to collection with custom depth.
5
-
* Added maximum limit to depth allowed via usage of module APIs.
12
+
13
+
- Added support for CLI usage to convert GraphQL definition to collection with custom depth.
14
+
- Added maximum limit to depth allowed via usage of module APIs.
6
15
7
16
### v0.0.12 (March 30, 2023)
8
-
* Fixed issue where conversion failed with type error while resolving non-defined variables.
9
-
* Added support for release script.
17
+
18
+
- Fixed issue where conversion failed with type error while resolving non-defined variables.
19
+
- Added support for release script.
10
20
11
21
### v0.0.12 (January 9, 2023)
12
-
* Fix for - [#10070](hhttps://github.com/postmanlabs/postman-app-support/issues/10070) Added support for nested lists.
22
+
23
+
- Fix for - [#10070](hhttps://github.com/postmanlabs/postman-app-support/issues/10070) Added support for nested lists.
13
24
14
25
### v0.0.11 (Sept 27, 2021)
15
-
* Fix for - [#24](https://github.com/postmanlabs/graphql-to-postman/issues/24) Fixed an issue where nesting was faulty.
26
+
27
+
- Fix for - [#24](https://github.com/postmanlabs/graphql-to-postman/issues/24) Fixed an issue where nesting was faulty.
16
28
17
29
### v0.0.10 (Sept 27, 2021)
18
-
* Fix for - [#9884](https://github.com/postmanlabs/postman-app-support/issues/9884) Fixed an issue with union types self referencing
30
+
31
+
- Fix for - [#9884](https://github.com/postmanlabs/postman-app-support/issues/9884) Fixed an issue with union types self referencing
19
32
20
33
### v0.0.9 (April 9, 2021)
21
-
* Added the support for changing stack depth if required.
34
+
35
+
- Added the support for changing stack depth if required.
22
36
23
37
### v0.0.8 (March 15, 2021)
24
-
* Fixed issue where error shown was meaningless for incorrect GraphQL SDL.
38
+
39
+
- Fixed issue where error shown was meaningless for incorrect GraphQL SDL.
25
40
26
41
### v0.0.7 (Oct 23, 2020)
27
-
* fix for - [#8863](https://github.com/postmanlabs/postman-app-support/issues/8863) Fixed an issue where custom name for type threw an error.
42
+
43
+
- fix for - [#8863](https://github.com/postmanlabs/postman-app-support/issues/8863) Fixed an issue where custom name for type threw an error.
28
44
29
45
### v0.0.6 (Jul 23, 2020)
30
-
* Fix for circular reference input object types.
31
-
* Fix for introspection query response type support.
46
+
47
+
- Fix for circular reference input object types.
48
+
- Fix for introspection query response type support.
32
49
33
50
### v0.0.5 (May 15, 2020)
34
-
* Fix for - [#8429](https://github.com/postmanlabs/postman-app-support/issues/8429)[#10](https://github.com/postmanlabs/graphql-to-postman/issues/10) - Schemas with Input type will now be converted successfully.
51
+
52
+
- Fix for - [#8429](https://github.com/postmanlabs/postman-app-support/issues/8429)[#10](https://github.com/postmanlabs/graphql-to-postman/issues/10) - Schemas with Input type will now be converted successfully.
35
53
36
54
#### v0.0.4 (April 29, 2020)
37
-
* Sanitization of options.
38
-
* Added a function for getting meta data.
55
+
56
+
- Sanitization of options.
57
+
- Added a function for getting meta data.
39
58
40
59
#### v0.0.3 (March 26, 2020)
41
-
* Fix for empty collection generation for certain queries.
60
+
61
+
- Fix for empty collection generation for certain queries.
0 commit comments