Skip to content

Commit f93a04e

Browse files
authored
Merge pull request #61 from postmanlabs/release/v0.1.1
Release version v0.1.1
2 parents 011f91a + 7cd63b0 commit f93a04e

File tree

3 files changed

+41
-21
lines changed

3 files changed

+41
-21
lines changed

CHANGELOG.md

+38-18
Original file line numberDiff line numberDiff line change
@@ -2,52 +2,72 @@
22

33
## [Unreleased]
44

5+
## [v0.1.1] - 2024-04-05
6+
57
### Fixed
68

79
- Fixed an issue where GQL definition of having Union self refs past depth limit was failing with RangeError.
810

911
#### v0.1.0 (June 06, 2023)
10-
* Added support for CLI usage to convert GraphQL definition to collection with custom depth.
11-
* 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.
1215

1316
### v0.0.12 (March 30, 2023)
14-
* Fixed issue where conversion failed with type error while resolving non-defined variables.
15-
* 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.
1620

1721
### v0.0.12 (January 9, 2023)
18-
* 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.
1924

2025
### v0.0.11 (Sept 27, 2021)
21-
* 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.
2228

2329
### v0.0.10 (Sept 27, 2021)
24-
* 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
2532

2633
### v0.0.9 (April 9, 2021)
27-
* Added the support for changing stack depth if required.
34+
35+
- Added the support for changing stack depth if required.
2836

2937
### v0.0.8 (March 15, 2021)
30-
* Fixed issue where error shown was meaningless for incorrect GraphQL SDL.
38+
39+
- Fixed issue where error shown was meaningless for incorrect GraphQL SDL.
3140

3241
### v0.0.7 (Oct 23, 2020)
33-
* 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.
3444

3545
### v0.0.6 (Jul 23, 2020)
36-
* Fix for circular reference input object types.
37-
* Fix for introspection query response type support.
46+
47+
- Fix for circular reference input object types.
48+
- Fix for introspection query response type support.
3849

3950
### v0.0.5 (May 15, 2020)
40-
* 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.
4153

4254
#### v0.0.4 (April 29, 2020)
43-
* Sanitization of options.
44-
* Added a function for getting meta data.
55+
56+
- Sanitization of options.
57+
- Added a function for getting meta data.
4558

4659
#### v0.0.3 (March 26, 2020)
47-
* Fix for empty collection generation for certain queries.
60+
61+
- Fix for empty collection generation for certain queries.
4862

4963
#### v0.0.2 (December 20, 2019)
50-
* Support for GraphQL variables.
64+
65+
- Support for GraphQL variables.
5166

5267
#### v0.0.1 (December 10, 2019)
53-
* Base release
68+
69+
- Base release
70+
71+
[Unreleased]: https://github.com/postmanlabs/graphql-to-postman/compare/v0.1.1...HEAD
72+
73+
[v0.1.1]: https://github.com/postmanlabs/graphql-to-postman/compare/011f91a2fff94f02aeefcfc004a96777a62829bb...v0.1.1

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-to-postman",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Generates a Postman Collection from a GraphQL schema.",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)