Skip to content

Release v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Mar 13:35
d6db53a

Summary

Reimplemented the JS/TS generations scripts to clean up a little bit, and to support more of the features that makes sense for dolittle/Contracts. The grpc-web generation has been removed until we have more experience with it and need it again.

Added

  • Ignoring empty gRPC service files before publish
  • Rewriting import paths to support more accurate package structure and multi-package generation

Changed

  • The JS binary has been replaced with a commander CLI (supporting the same style of execution)

Deprecated

  • grpc-web generation is not supported for now until we need it again.