Skip to content

Commit 4cf44e2

Browse files
committed
ci: Update Changelog
1 parent 9157c22 commit 4cf44e2

File tree

1 file changed

+32
-28
lines changed

1 file changed

+32
-28
lines changed

CHANGELOG.md

Lines changed: 32 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,84 @@
1-
21
# json-to-graphql-query Changelog
32

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+
48
## 2.2.5
59

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)
1014

1115
## 2.2.4
1216

13-
* Handled empty variables and empty directives (thanks @MorganDbs)
17+
- Handled empty variables and empty directives (thanks @MorganDbs)
1418

1519
## 2.2.3
1620

17-
* Fixing args / directives order according to gql specs (thanks @MorganDbs)
21+
- Fixing args / directives order according to gql specs (thanks @MorganDbs)
1822

1923
## 2.2.2
2024

21-
* Updated dev dependencies.
25+
- Updated dev dependencies.
2226

2327
## 2.2.0
2428

25-
* Added support for multiple directives per node (thanks @MorganDbs).
29+
- Added support for multiple directives per node (thanks @MorganDbs).
2630

2731
## 2.1.0
2832

29-
* Added support for named queries/mutations (thanks @peng-huang-cc).
33+
- Added support for named queries/mutations (thanks @peng-huang-cc).
3034

3135
## 2.0.2
3236

33-
* Update package dependencies to handle security vulnerabilties
37+
- Update package dependencies to handle security vulnerabilties
3438

3539
## 2.0.1
3640

37-
* Transfer ownership to @vkolgi - thanks for taking the reins!
41+
- Transfer ownership to @vkolgi - thanks for taking the reins!
3842

3943
## 2.0.0
4044

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)
4448

4549
## 1.9.0
4650

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 :)
5155

5256
## 1.8.0
5357

54-
* Added support for Inline Fragments. Thanks again @jeniffer9 :)
58+
- Added support for Inline Fragments. Thanks again @jeniffer9 :)
5559

5660
## 1.7.0
5761

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
6064

6165
## 1.6.0
6266

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
6569

6670
## 1.5.0
6771

68-
* Added `ignoreFields` option. Thanks @plmercereau
72+
- Added `ignoreFields` option. Thanks @plmercereau
6973

7074
## 1.4.0
7175

72-
* Added Variables support. Thanks @terion-name
76+
- Added Variables support. Thanks @terion-name
7377

7478
## 1.3.0
7579

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
7781

7882
## 1.2.0
7983

80-
* Added Enum support, thanks @douglaseggleton
84+
- Added Enum support, thanks @douglaseggleton

0 commit comments

Comments
 (0)