|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
| 5 | +## [v0.1.1] - 2024-04-05 |
| 6 | + |
5 | 7 | ### Fixed
|
6 | 8 |
|
7 | 9 | - Fixed an issue where GQL definition of having Union self refs past depth limit was failing with RangeError.
|
8 | 10 |
|
9 | 11 | #### 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. |
12 | 15 |
|
13 | 16 | ### 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. |
16 | 20 |
|
17 | 21 | ### 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. |
19 | 24 |
|
20 | 25 | ### 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. |
22 | 28 |
|
23 | 29 | ### 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 |
25 | 32 |
|
26 | 33 | ### 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. |
28 | 36 |
|
29 | 37 | ### 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. |
31 | 40 |
|
32 | 41 | ### 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. |
34 | 44 |
|
35 | 45 | ### 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. |
38 | 49 |
|
39 | 50 | ### 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. |
41 | 53 |
|
42 | 54 | #### 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. |
45 | 58 |
|
46 | 59 | #### 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. |
48 | 62 |
|
49 | 63 | #### v0.0.2 (December 20, 2019)
|
50 |
| -* Support for GraphQL variables. |
| 64 | + |
| 65 | +- Support for GraphQL variables. |
51 | 66 |
|
52 | 67 | #### 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 |
0 commit comments