Releases: intenthq/sbt-thrift-plugin
Releases · intenthq/sbt-thrift-plugin
v1.1.0
- Upgrade SBT to 1.x and all dependencies to latest. (#9, #10)
- Add Travis for builds as it's nice to know we're not breaking everything when we merge PRs! (#10)
- Add a substantial README detailing all settings and the breaking change of moving to SBT 1.x. (#8)
v1.0.5
- Remove deprecated option of
hashtag
from Java so that everything works on Thrift 0.10.0 (#7)
v1.0.4
- Fix support for non-jvm languages (#7)
v1.0.3
- Fix output dir of thrift generated sources (#3)
v1.0.2
- Set up sbt managed classpath for generated thrift (#2)
v1.0.1
- Fix auto plugin scoping (#1)
v1.0.0
- Initial release of the plugin!