Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 2 KB

CHANGELOG.md

File metadata and controls

33 lines (21 loc) · 2 KB

Changelog

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.

[Unreleased]

  • No notable changes since last release

[1.2.0] - 2024-05-29

  • 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

[1.1.1] - 2024-05-22

  • Remove unnecessary racc runtime dependency - #33

[1.1.0] - 2024-05-21

  • 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

[1.0.0] - 2024-05-10

  • Initial release