|
1 |
| - |
2 | 1 | # json-to-graphql-query Changelog
|
3 | 2 |
|
| 3 | +## 2.2.6 |
| 4 | + |
| 5 | +- fix: Handle deep nested falsy values in result #68 |
| 6 | +- ci: Bump braces library to fix security vulnerability |
| 7 | + |
4 | 8 | ## 2.2.5
|
5 | 9 |
|
6 |
| -* Updated README to include simple mutation example |
7 |
| -* Bumped minimatch library version as a security vulnerability remedy |
8 |
| -* Include src files in published package (thanks @esetnik) |
9 |
| -* fix: empty object serialization (thanks @blaky) |
| 10 | +- Updated README to include simple mutation example |
| 11 | +- Bumped minimatch library version as a security vulnerability remedy |
| 12 | +- Include src files in published package (thanks @esetnik) |
| 13 | +- fix: empty object serialization (thanks @blaky) |
10 | 14 |
|
11 | 15 | ## 2.2.4
|
12 | 16 |
|
13 |
| -* Handled empty variables and empty directives (thanks @MorganDbs) |
| 17 | +- Handled empty variables and empty directives (thanks @MorganDbs) |
14 | 18 |
|
15 | 19 | ## 2.2.3
|
16 | 20 |
|
17 |
| -* Fixing args / directives order according to gql specs (thanks @MorganDbs) |
| 21 | +- Fixing args / directives order according to gql specs (thanks @MorganDbs) |
18 | 22 |
|
19 | 23 | ## 2.2.2
|
20 | 24 |
|
21 |
| -* Updated dev dependencies. |
| 25 | +- Updated dev dependencies. |
22 | 26 |
|
23 | 27 | ## 2.2.0
|
24 | 28 |
|
25 |
| -* Added support for multiple directives per node (thanks @MorganDbs). |
| 29 | +- Added support for multiple directives per node (thanks @MorganDbs). |
26 | 30 |
|
27 | 31 | ## 2.1.0
|
28 | 32 |
|
29 |
| -* Added support for named queries/mutations (thanks @peng-huang-cc). |
| 33 | +- Added support for named queries/mutations (thanks @peng-huang-cc). |
30 | 34 |
|
31 | 35 | ## 2.0.2
|
32 | 36 |
|
33 |
| -* Update package dependencies to handle security vulnerabilties |
| 37 | +- Update package dependencies to handle security vulnerabilties |
34 | 38 |
|
35 | 39 | ## 2.0.1
|
36 | 40 |
|
37 |
| -* Transfer ownership to @vkolgi - thanks for taking the reins! |
| 41 | +- Transfer ownership to @vkolgi - thanks for taking the reins! |
38 | 42 |
|
39 | 43 | ## 2.0.0
|
40 | 44 |
|
41 |
| -* Update to TypeScript 3.7 |
42 |
| -* Support for full inline fragments (thanks @ConnorWhite) |
43 |
| -* Remove deprecated `__alias` (use `__aliasFor` instead) |
| 45 | +- Update to TypeScript 3.7 |
| 46 | +- Support for full inline fragments (thanks @ConnorWhite) |
| 47 | +- Remove deprecated `__alias` (use `__aliasFor` instead) |
44 | 48 |
|
45 | 49 | ## 1.9.0
|
46 | 50 |
|
47 |
| -* Added support for array values. We now use the first object found in an array for the |
48 |
| - node names. If the array does not contain an object, we just return the corresponding key. |
49 |
| -* Added `includeFalsyKeys` option, to disable the default behaviour of excluding keys with falsy values. |
50 |
| - Thanks @bret-hubbard for both of these additions :) |
| 51 | +- Added support for array values. We now use the first object found in an array for the |
| 52 | + node names. If the array does not contain an object, we just return the corresponding key. |
| 53 | +- Added `includeFalsyKeys` option, to disable the default behaviour of excluding keys with falsy values. |
| 54 | + Thanks @bret-hubbard for both of these additions :) |
51 | 55 |
|
52 | 56 | ## 1.8.0
|
53 | 57 |
|
54 |
| -* Added support for Inline Fragments. Thanks again @jeniffer9 :) |
| 58 | +- Added support for Inline Fragments. Thanks again @jeniffer9 :) |
55 | 59 |
|
56 | 60 | ## 1.7.0
|
57 | 61 |
|
58 |
| -* Added `__aliasFor` option. The old `__alias` syntax did not support more than one alias. Thanks @jeniffer9 |
59 |
| -* IMPORTANT: `__alias` is now deprecated and will be removed in version 2.0.0 |
| 62 | +- Added `__aliasFor` option. The old `__alias` syntax did not support more than one alias. Thanks @jeniffer9 |
| 63 | +- IMPORTANT: `__alias` is now deprecated and will be removed in version 2.0.0 |
60 | 64 |
|
61 | 65 | ## 1.6.0
|
62 | 66 |
|
63 |
| -* Added support for `@client` directives (and other directives that don't need arguments). Thanks @joeflack4! |
64 |
| -* Added nicer JSON.stringify support for VariableType. Thanks @terion-name |
| 67 | +- Added support for `@client` directives (and other directives that don't need arguments). Thanks @joeflack4! |
| 68 | +- Added nicer JSON.stringify support for VariableType. Thanks @terion-name |
65 | 69 |
|
66 | 70 | ## 1.5.0
|
67 | 71 |
|
68 |
| -* Added `ignoreFields` option. Thanks @plmercereau |
| 72 | +- Added `ignoreFields` option. Thanks @plmercereau |
69 | 73 |
|
70 | 74 | ## 1.4.0
|
71 | 75 |
|
72 |
| -* Added Variables support. Thanks @terion-name |
| 76 | +- Added Variables support. Thanks @terion-name |
73 | 77 |
|
74 | 78 | ## 1.3.0
|
75 | 79 |
|
76 |
| -* Added Alias support and made it possible to disable fields. Thanks @wellguimaraes |
| 80 | +- Added Alias support and made it possible to disable fields. Thanks @wellguimaraes |
77 | 81 |
|
78 | 82 | ## 1.2.0
|
79 | 83 |
|
80 |
| -* Added Enum support, thanks @douglaseggleton |
| 84 | +- Added Enum support, thanks @douglaseggleton |
0 commit comments