Releases: dolittle/Protobuf
Release v3.1.1
Summary
Fix bug where no rewrites or includes were provided to JS/TS generator cli.
Fixed
- Defaulting to empty arrays for rewrites and includes for the JS/TS generator cli.
Release v3.1.0
Summary
Added support for specifying output directory for JS/TS generator
Added
- Support
-O <path>
option for the JS/TS generator cli.
Release v3.0.0
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.
Release v2.0.6
Summary
Set npm registry address to force use of NODE_AUTH_TOKEN
Release v2.0.5
Summary
Use npm version
to set new version before publishing package.
Release v2.0.4
Summary
Change from using yarn
to npm
for publishing package.
Release v2.0.3
Summary
Adds always-auth: true
to fix authentication for yarn publish
.
Release v2.0.2
Summary
This PR is here to force a release of #7 . That PR included updates to the JS dependency versions, and added a release pipeline for NPM.
Added
- Release pipeline for JS
Fixed
- Updated JS dependencies
Release v1.1.1
Merge pull request #6 from dolittle/release Fix grpc tool location path
Release v1.1.0
Merge pull request #5 from dolittle/release Format worfklow