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 support for maps #75

Merged
merged 3 commits into from
Jan 12, 2023
Merged

feat: add support for maps #75

merged 3 commits into from
Jan 12, 2023

Commits on Dec 22, 2022

  1. feat: add support for maps

    You can now use maps:
    
    ```protobuf
    message MapTypes {
      map<string, string> stringMap = 1;
    }
    ```
    
    They are deserlialized as ES6 `Map`s and can support keys of any type
    - n.b. protobuf.js deserializes maps as `Object`s and only supports
    round tripping string keys.
    achingbrain committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    175f984 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    327d639 View commit details
    Browse the repository at this point in the history
  2. chore: linting

    achingbrain committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    966a124 View commit details
    Browse the repository at this point in the history