Skip to content

Commit f2f285e

Browse files
committed
Added changed log for v4.2
1 parent d9b4b26 commit f2f285e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ title: Changelog
44
sidebar_label: Changelog
55
---
66

7+
## 4.2
8+
9+
New features:
10+
11+
- [@Input](annotations_reference.md#input-annotation) annotation is introduced as an alternative to `@Factory`. Now GraphQL input type can be created in the same manner as `@Type` in combination with `@Field` - [example](input_types.md#input-annotation).
12+
- New attributes has been added to [@Field](annotations_reference.md#field-annotation) annotation: `for`, `inputType` and `description`.
13+
- The following annotations now can be applied to class properties directly: `@Field`, `@Logged`, `@Right`, `@FailWith`, `@HideIfUnauthorized` and `@Security`.
14+
715
## 4.1
816

917
Breaking change:

0 commit comments

Comments
 (0)