Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add options to limit generation of encode and decode methods to only specific message types #1085

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Aug 9, 2024

  1. Add options to only generate encode and decode functions for certain …

    …types, identified by a regex
    akrennmair committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    e3485f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f166710 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce8aca3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92cec9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b24cfc View commit details
    Browse the repository at this point in the history
  6. Add integration test that combines both outputEncodeIncludeTypes and …

    …outputDecodeIncludeTypes.
    akrennmair committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    8868a31 View commit details
    Browse the repository at this point in the history
  7. Update documentation.

    akrennmair committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c0f1adc View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Change integration test to demonstrate how nested messages behave wit…

    …h regex matching for prefix
    akrennmair committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    d0f8be0 View commit details
    Browse the repository at this point in the history
  2. Fix build error

    akrennmair committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    d9b20c1 View commit details
    Browse the repository at this point in the history