Skip to content

Scrooge 20.7.0

Compare
Choose a tag to compare
@finaglehelper finaglehelper released this 22 Jul 17:08
· 269 commits to develop since this release

20.7.0

  • scrooge-core: c.t.scrooge.ThriftStructMetaData has been changed from a concrete
    class to an abstract class with different implementations. To construct an object
    of ThriftStructMetaData, please now use one of the apply methods in the
    ThrifStructMetaData companion object. 05881d4d
  • scrooge-generator: Removed experiment-flag argument and replaced it with
    language-flag. Updated GeneratorFactory object and trait to match. 8fa0583c