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

fix: google.protobuf.Any type_url fixes #1068

Merged
merged 4 commits into from May 29, 2020

Commits on Jun 8, 2018

  1. google.protobuf.Any fixes

    In `fromObject`, only use type name after the last '/' when doing a lookup and make sure the `type_url` prefix is preserved.
    In `toObject`, use `type.googleapis.com` default prefix if no `type_url` prefix is used.
    nickpestov committed Jun 8, 2018
    Copy the full SHA
    9ce7472 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Copy the full SHA
    7b322f3 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. fix: lint

    alexander-fenster committed May 29, 2020
    Copy the full SHA
    206ae18 View commit details
    Browse the repository at this point in the history
  2. fix: more lint

    alexander-fenster committed May 29, 2020
    Copy the full SHA
    f08df73 View commit details
    Browse the repository at this point in the history