Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Version 2.6.0

Latest
Compare
Choose a tag to compare
@anthonycr anthonycr released this 25 Oct 21:04
ea61874
  • 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.