This repository was 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
stagDebugflag. - 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
-HashSetand-HashMap. - Added support for turning on/off serialization of null with
stag.serializeNullscompiler option. Default is off, which is a behavior change from version 2.5.1. - Thanks to @anirudhramanan for their work on the release.