All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- No notable changes since last release
- Streamline gem release with rake task - #41
- Make
skip-empty
the default behavior; remove recognizing the option flag - #40 - Update GitHub action to run specs on all supported Ruby versions - #37
- Remove unnecessary
racc
runtime dependency - #33
- Add support for
ruby_package
option in proto files for generated output - #28 - Update to
protoc
26.1 to generate the plugin interface Ruby messages - #27 - Add
generate=<service|client|both>
option to customize generated output - #23 - Add
skip-empty
option to prevent generating empty scaffolding for proto files without services - #21 - Refactor code generator to improve internal readability - #12, #13, #22, #25
- Remove unnecessary extra files from packaged gem - #11
- Initial release