Skip to content

v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@abhinav abhinav released this 09 Sep 22:53
· 499 commits to dev since this release
  • Added a -v/--version flag.
  • Added a plugin system.

ThriftRW now provides a plugin system to allow customizing code generation.
Initially, only the generated code for service declarations is
customizable. Check the documentation for more details.

  • Breaking: Fixed a bug where all-caps attributes that are not known
    abbreviations were changed to PascalCase.
  • Breaking: The String() method for enum types now returns the name
    of the item as specified in the Thrift file.