This repository was archived by the owner on Nov 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed
Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ [ npm history] [ 1 ]
4+
5+ [ 1 ] : https://www.npmjs.com/package/gax-nodejs?activeTab=versions
6+
7+ ## v0.18.0
8+
9+ ### Implementation Changes
10+ BREAKING CHANGE:
11+ - fix: drop support for node.js 4.x and 9.x (#262 )
12+
13+ ### New Features
14+
15+ ### Dependencies
16+ - refactor: add dependency on @grpc/proto-loader (#229 )
17+ - chore(deps): update dependency typescript to v3 (#275 )
18+ - fix(deps): update dependency @grpc/proto-loader to ^0.3.0 (#269 )
19+ - chore(deps): update dependency gts to ^0.8.0 (#266 )
20+ - chore(package): Update gts to the latest version 🚀 (#255 )
21+ - chore(package): update @types/globby to version 8.0.0 (#257 )
22+
23+ ### Documentation
24+ - Add Code of Conduct
25+
26+ ### Internal / Testing Changes
27+ - chore: move mocha options to mocha.opts (#274 )
28+ - test: fixing timeouts (#264 )
29+ - Configure Renovate (#258 )
30+ - fix: fix typo in a test (#260 )
31+ - fix: update linking for samples (#259 )
32+ - refactor: remove prettier, eslint, jshint (#254 )
33+
Original file line number Diff line number Diff line change 11{
22 "name" : " google-gax" ,
3- "version" : " 0.17.1 " ,
3+ "version" : " 0.18.0 " ,
44 "description" : " Google API Extensions" ,
55 "main" : " build/src/index.js" ,
66 "types" : " build/src/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments