This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
- Improved formatting of generated code.
- Improved logging by putting all debug logging behind the
stagDebug
flag. - Improve integration of library by switching to new nullability annotations library.
- Wrote unit tests for
KnownTypeAdapters
. - Fixed bug where code generation was non deterministic by switching to linked versions of
-HashSet
and-HashMap
. - 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. - Thanks to @anirudhramanan for their work on the release.