You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 26, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,15 @@
1
1
Change Log
2
2
==========
3
3
4
+
Version 2.6.0 *(2018-10-25)*
5
+
----------------------------
6
+
- Improved formatting of generated code.
7
+
- Improved logging by putting all debug logging behind the `stagDebug` flag.
8
+
- Improve integration of library by switching to new nullability annotations library.
9
+
- Wrote unit tests for `KnownTypeAdapters`.
10
+
- Fixed bug where code generation was non deterministic by switching to linked versions of `HashSet` and `HashMap`.
11
+
- Added support for turning on/off serialization of `null` with `stag.serializeNulls` compiler option. Default is off, which is a behavior change from version 2.5.1.
12
+
4
13
Version 2.5.1 *(2018-01-17)*
5
14
----------------------------
6
15
- Fixed bug where types with wildcards caused compilation to fail.
Copy file name to clipboardExpand all lines: integration-test-android/src/test/java/com/vimeo/integration_test_android/ComplexGenericClassExtendedTest.java
0 commit comments