File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ # v1.1.1 (2019-02-12)
2
+
3
+ ## Features
4
+
5
+ * Improved documentation for v1.1.0
6
+
1
7
# v1.1.0 (2019-02-12)
2
8
3
9
## Bug Fixes
Original file line number Diff line number Diff line change @@ -30,11 +30,14 @@ Make sure you catch the errors in production!
30
30
31
31
See the changelog in the seperate file for bug fixes, new features and breaking changes: [ Changelog] ( CHANGELOG.md )
32
32
33
+ > Tip: At version 1.1.0 we introduced some soft breaking changes.
34
+ ` undefined ` is an invalid value now for serializing or deserializing.
35
+ If you are working with TypeScript, you might receive some type issues after the update to v1.1.0.
36
+ This is due to the addition of generics; they now help the compiler to detect invalid return types in the serialize and deserialize methods.
37
+
33
38
> Tip: Starting from version 1.0.6, we recommend to use unique class identifiers in the ` @JsonObject ` decorator.
34
39
Read below how to use the decorators properly.
35
40
36
- > Tip: Version 1.0.0 has several breaking changes. When upgrading from ` json2typescript ` < 1.0.0, please make sure you fix these issues.
37
-
38
41
---
39
42
40
43
# Getting started
You can’t perform that action at this time.
0 commit comments