- Update dependencies
- Update dependencies
- fix: fix: update badges on default readme (#175)
- fix: update eslint and jsdoc templates (#174)
- fix: remove contributors code (#173)
- Removed the
lint
command and dependency onsemistandard
- Updated dependencies
- Use new
gcloud builds
command - Switch
semistandard
to being a non-dev dependency - Respect URLs specified in build packs
- Updated dependencies
- Updated Readme template
- Added Cloud IoT Core product
- Added Cloud AutoML product
- Added Cloud Tasks product
- Added a Node.js-only "bump" command (thanks @alexander-fenster)
- Add Text-to-Speech product info
- Fix link to open in cloud shell button image
- Added comments in Node.js README templates that the files are autogenerated.
- Add missing lines to
.gitignore
Node.js template - Add missing configuration for two products
- Fix link to "Open in Cloud Shell" button image
- Un-ignore package-lock.json files in Node.js .gitignore template
- Removed broken links from Node.js issue template
- Improved Python support
- Upgraded dependencies
- Updated a product name
- #81 - Add ability to specify test url in config file
- Added
yaml
flag to thetest deploy
command.
- Fix issue with
getUrl
- #59 - Link to license and contributing files in lib_readme are wrong.
- #60 - Add link to the library's repo in its readme
- #61 - Compatible when sample directory does not exist
- #67 - Samples link broken in the docs
- #56 - Successfully ignore the new package-lock.json-12345 files.
- #63 - Add --except option to generate command to be used in combination with the "all" target
- #65 - Support deprecated release level.
- Add Open in Cloud Shell button to readmes.
- Dogfood repo-tools on repo-tools. Switched to eslint + prettier.
- Updated dependencies
- Fix to
spawnAsyncWithIO
- Fixed wrong samples link in lib_readme.tpl
- #52 - Make alpha release level badges orange.
- #54 - Remove the autogen beta disclaimer.
- Upgraded dependencies
- Updated eslintrc_systemtest.tpl
- Added support for generating and updating a package.json file.
- Added support for generating a CONTRIBUTORS file.
- Fix Firestore docs link
- #43 - Fix "quickstart" capitalization
- #45 - Add
.prettierignore
- Use official Apache 2.0 license template.
- Provide a mechanism to suppress the billing instruction.
- Add Cloud Firestore product information.
- #46 - Codecov badges should use master branch.
- Tweaked library readme
- Fix for JSDoc config
- #39 - Add ability to hide "Enable API" if api_id doesn't exist
- #40 - Add all API IDs to src/utils/products.js
- Fixed --help and --version flags
- Made command logs more consistent
- #36 - Automatically write a JavaScript appropriate .gitignore
- Fixed release script
- Updated contributing guide
Stable 2.0.0 release
- #35 - Fix logger stutter
- Changed signature of
lint
command to match that of thetest
commands, i.e. using--cmd
and--
for args.
- Improved repository URL handling
- Upgraded dependencies
- Small tweak to the
lib_readme
template.
- Fixed typo in
lib_readme
template.
- Make
lib_readme
quickstart sample region tag configurable. - Improve the look of the samples list in
lib_readme
.
- Updates to
templates/nodejs/jsdoc.tpl
- Added 6 new targets to the
generate
command. - Added
shell: true
to improve stability of CLI commands.
- Added
templates/
to distribution (it was missing)
- Fix Release Quality badge in lib_readme
- #23 - Add syntax highlighting to quickstart sample in lib_readme
- Fix relative Github links in lib_readme
- #22 - Add support for year ranges in the license file.
- Fix:
utils.fatal
=>utils.logger.fatal
- Added
yargs-parser
to list of dependencies.
- Add use of babel-preset-env to prepublish step to product a Node.js v4 version of Repo Tools.
- Added
tools exec -- <cmd> [args..]
command. - Now testing on more Node.js version (though the testing on Node.js v4 is just a smoke test).
- Add support for generating client lib files.
- Upgraded dependencies.
- Refactored build pack objects to classes
- Improved README and added contributing guide