Skip to content

v0.5.0

Compare
Choose a tag to compare
@xizhibei xizhibei released this 28 May 10:04
· 13 commits to master since this release

Changes

  1. Docs improvement
  2. You may use the grpc loader options grpcProtoLoaderOpts, default is:
{
  keepCase: true,
  longs: String,
  enums: String,
  defaults: true,
  oneofs: true
}

Check https://github.com/grpc/grpc-node/tree/master/packages/proto-loader for details

Notes

  1. Start to use gitlab release, and git tag will prefix with v.
  2. Will have break changes in later versions: drop support for node 4, it's hard to maintain.