-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #219 from thriftrw/dev
Prepare v0.2.0
- Loading branch information
Showing
45 changed files
with
2,206 additions
and
295 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Releases | ||
======== | ||
|
||
v0.2.0 (unreleased) | ||
------------------- | ||
|
||
- 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. | ||
|
||
|
||
v0.1.0 (2016-08-31) | ||
------------------- | ||
|
||
- Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.