Skip to content

Commit 49f0e31

Browse files
committed
chore(release): v1.3.0
1 parent b168ae8 commit 49f0e31

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
# Changelog
22

33

4+
## v1.3.0
5+
6+
[compare changes](https://github.com/tiagoboeing/graphql-federation-schema-parser/compare/v1.2.2...v1.3.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Add recursive schema parsing and improve documentation ([8fef8e1](https://github.com/tiagoboeing/graphql-federation-schema-parser/commit/8fef8e1))
11+
- **schema:** Support for directives, scalars, enums, interfaces, unions, and input types ([#2](https://github.com/tiagoboeing/graphql-federation-schema-parser/pull/2))
12+
13+
### 💅 Refactors
14+
15+
- **logger:** Simplify color handling in appLogger function ([0c8df7d](https://github.com/tiagoboeing/graphql-federation-schema-parser/commit/0c8df7d))
16+
- Namespaced all types, enums and inputs using pre-defined prefix ([#3](https://github.com/tiagoboeing/graphql-federation-schema-parser/pull/3))
17+
18+
### 📖 Documentation
19+
20+
- **README:** Update example with realistic service and namespace names ([b168ae8](https://github.com/tiagoboeing/graphql-federation-schema-parser/commit/b168ae8))
21+
22+
### ❤️ Contributors
23+
24+
- Tiago Boeing ([@tiagoboeing](https://github.com/tiagoboeing))
25+
426
## v1.2.2
527

628
[compare changes](https://github.com/tiagoboeing/graphql-federation-schema-parser/compare/v1.2.1...v1.2.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tiagoboeing/gql-federation-schema-parser",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"description": "CLI tool to parse GraphQL schemas and generate TypeScript definitions for use in a GraphQL Federation gateway.",
55
"main": "build/src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)