These 5 commits are when the Protocol Buffers files have changed:
| Commit: | 64468ea | |
|---|---|---|
| Author: | Matthew Smith | |
Adding support for importing other packages/protos Added supports for maps switch to gogo for proto generation
The documentation is generated from this commit.
| Commit: | 3be6fef | |
|---|---|---|
| Author: | Matthew Smith | |
Expand serialization example
| Commit: | ef86841 | |
|---|---|---|
| Author: | Matthew Smith | |
Fix deserialization problems
| Commit: | 777f2eb | |
|---|---|---|
| Author: | Matthew Smith | |
Converting to dart generator
| Commit: | 56a4a2e | |
|---|---|---|
| Author: | Larry Myers | |
| Committer: | Larry Myers | |
v1.0.0 * Working typescript client generator. * Handles snake_case / camelCase conversion in client to allow for idiomatic API. * Handles directly including client in a project, and generating a package.json and index for publishing to npm. * Includes client/server example based off twirp haberdasher example.