Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / google-proto-files / CHANGELOG.md
1 # Changelog
2
3 [npm history][1]
4
5 [1]: https://www.npmjs.com/package/google-proto-files?activeTab=versions
6
7 ## v0.20.0
8
9 03-15-2019 11:15 PDT
10
11 This release includes updated proto files from 
12 [googleapis/googleapis](https://github.com/googleapis/googleapis).
13
14 ### Internal / Testing Changes
15
16 - build: use per-repo npm publish token ([#162](https://github.com/googleapis/nodejs-proto-files/pull/162))
17
18 ## v0.19.0
19
20 03-13-2019 14:17 PDT
21
22 ### Implementation Changes
23
24 - refactor: removed async module dependency ([#120](https://github.com/googleapis/nodejs-proto-files/pull/120))
25
26 ### New Features
27
28 - Now the package includes new common proto file, `google/api/resource.proto`.
29
30 ### Dependencies
31
32 - chore(deps): update dependency @google-cloud/nodejs-repo-tools to v3 ([#111](https://github.com/googleapis/nodejs-proto-files/pull/111))
33 - chore(deps): update dependency gts to ^0.9.0 ([#113](https://github.com/googleapis/nodejs-proto-files/pull/113))
34 - fix: Pin @types/sinon to last compatible version ([#116](https://github.com/googleapis/nodejs-proto-files/pull/116))
35 - chore(deps): update dependency @types/sinon to v5.0.7 ([#117](https://github.com/googleapis/nodejs-proto-files/pull/117))
36 - chore(deps): update dependency typescript to ~3.2.0 ([#119](https://github.com/googleapis/nodejs-proto-files/pull/119))
37 - chore(deps): update dependency @types/sinon to v7 ([#137](https://github.com/googleapis/nodejs-proto-files/pull/137))
38 - chore(deps): update dependency eslint-config-prettier to v4 ([#141](https://github.com/googleapis/nodejs-proto-files/pull/141))
39 - fix(deps): update dependency walkdir to v0.1.0 ([#143](https://github.com/googleapis/nodejs-proto-files/pull/143))
40 - fix(deps): update dependency walkdir to v0.2.0 ([#145](https://github.com/googleapis/nodejs-proto-files/pull/145))
41 - fix(deps): update dependency walkdir to ^0.3.0 ([#148](https://github.com/googleapis/nodejs-proto-files/pull/148))
42 - fix(deps): update dependency @google-cloud/promisify to ^0.4.0 ([#153](https://github.com/googleapis/nodejs-proto-files/pull/153))
43
44
45 ### Documentation
46
47 - docs: update readme badges ([#123](https://github.com/googleapis/nodejs-proto-files/pull/123))
48 - docs: add lint/fix example to contributing guide ([#144](https://github.com/googleapis/nodejs-proto-files/pull/144))
49 - docs: update contributing path in README ([#147](https://github.com/googleapis/nodejs-proto-files/pull/147))
50 - docs: update links in contrib guide ([#155](https://github.com/googleapis/nodejs-proto-files/pull/155))
51
52 ### Internal / Testing Changes
53
54 - chore: update eslintignore config ([#112](https://github.com/googleapis/nodejs-proto-files/pull/112))
55 - fix(build): fix system key decryption ([#121](https://github.com/googleapis/nodejs-proto-files/pull/121))
56 - chore: update license file ([#125](https://github.com/googleapis/nodejs-proto-files/pull/125))
57 - chore: nyc ignore build/test by default ([#127](https://github.com/googleapis/nodejs-proto-files/pull/127))
58 - chore: always nyc report before calling codecov ([#128](https://github.com/googleapis/nodejs-proto-files/pull/128))
59 - build: add Kokoro configs for autorelease ([#131](https://github.com/googleapis/nodejs-proto-files/pull/131))
60 - fix(build): fix Kokoro release script ([#132](https://github.com/googleapis/nodejs-proto-files/pull/132))
61 - chore: fix publish.sh permission +x ([#133](https://github.com/googleapis/nodejs-proto-files/pull/133))
62 - chore: update nyc and eslint configs ([#135](https://github.com/googleapis/nodejs-proto-files/pull/135))
63 - chore(build): inject yoshi automation key ([#136](https://github.com/googleapis/nodejs-proto-files/pull/136))
64 - build: check for 404s on all docs ([#139](https://github.com/googleapis/nodejs-proto-files/pull/139))
65 - build: ignore googleapis.com in doc link check ([#140](https://github.com/googleapis/nodejs-proto-files/pull/140))
66 - build: test using @grpc/grpc-js in CI ([#150](https://github.com/googleapis/nodejs-proto-files/pull/150))
67 - build: create docs test npm scripts ([#151](https://github.com/googleapis/nodejs-proto-files/pull/151))
68 - build: use linkinator for docs test ([#152](https://github.com/googleapis/nodejs-proto-files/pull/152))
69 - build: exclude CONTRIBUTING.md from synthing ([#154](https://github.com/googleapis/nodejs-proto-files/pull/154))
70 - build: use node10 to run samples-test, system-test etc ([#158](https://github.com/googleapis/nodejs-proto-files/pull/158))
71 - build: Add docuploader credentials to node publish jobs ([#159](https://github.com/googleapis/nodejs-proto-files/pull/159))
72
73 ## v0.18.0
74
75 11-09-2018 15:34 PST
76
77 This is a minor service release, with a few internal changes.
78
79 - refactor: use `walkdir` instead of `globby` ([#109](https://github.com/googleapis/nodejs-proto-files/pull/109))
80 - chore: drop contributors from multiple places ([#108](https://github.com/googleapis/nodejs-proto-files/pull/108))
81 - chore: use latest npm on Windows ([#107](https://github.com/googleapis/nodejs-proto-files/pull/107))
82 - refactor: convert to typescript ([#106](https://github.com/googleapis/nodejs-proto-files/pull/106))
83 - refactor: use a src/ directory ([#105](https://github.com/googleapis/nodejs-proto-files/pull/105))
84 - chore: update CircleCI config ([#104](https://github.com/googleapis/nodejs-proto-files/pull/104))
85 - chore: include build in eslintignore ([#101](https://github.com/googleapis/nodejs-proto-files/pull/101))
86 - chore(deps): update dependency eslint-plugin-node to v8 ([#97](https://github.com/googleapis/nodejs-proto-files/pull/97))
87 - chore: update issue templates ([#96](https://github.com/googleapis/nodejs-proto-files/pull/96))
88 - chore: remove old issue template ([#94](https://github.com/googleapis/nodejs-proto-files/pull/94))
89 - build: run tests on node11 ([#93](https://github.com/googleapis/nodejs-proto-files/pull/93))
90 - chores(build): do not collect sponge.xml from windows builds ([#92](https://github.com/googleapis/nodejs-proto-files/pull/92))
91 - chores(build): run codecov on continuous builds ([#91](https://github.com/googleapis/nodejs-proto-files/pull/91))
92 - chore: update new issue template ([#90](https://github.com/googleapis/nodejs-proto-files/pull/90))
93 - build: fix codecov uploading on Kokoro ([#86](https://github.com/googleapis/nodejs-proto-files/pull/86))
94 - build: automate library with synth.py ([#85](https://github.com/googleapis/nodejs-proto-files/pull/85))
95 - chore(deps): update dependency sinon to v7 ([#84](https://github.com/googleapis/nodejs-proto-files/pull/84))
96
97 ## v0.17.0
98
99 ### Breaking changes
100 - fix: drop support for node.js 4.x and 9.x ([#57](https://github.com/googleapis/nodejs-proto-files/pull/57))
101
102 ### Fixes
103 - fix: update linking for samples ([#50](https://github.com/googleapis/nodejs-proto-files/pull/50))
104
105 ### Internal / Testing Changes
106 - chore(deps): update dependency eslint-plugin-prettier to v3 ([#81](https://github.com/googleapis/nodejs-proto-files/pull/81))
107 - test: remove appveyor config ([#80](https://github.com/googleapis/nodejs-proto-files/pull/80))
108 - Enable prefer-const in the eslint config ([#79](https://github.com/googleapis/nodejs-proto-files/pull/79))
109 - Enable no-var in eslint ([#78](https://github.com/googleapis/nodejs-proto-files/pull/78))
110 - Update CI and fix tests ([#77](https://github.com/googleapis/nodejs-proto-files/pull/77))
111 - Retry npm install in CI ([#76](https://github.com/googleapis/nodejs-proto-files/pull/76))
112 - chore(deps): update dependency nyc to v13 ([#75](https://github.com/googleapis/nodejs-proto-files/pull/75))
113 - chore(deps): update dependency eslint-config-prettier to v3 ([#74](https://github.com/googleapis/nodejs-proto-files/pull/74))
114 - chore: ignore package-lock.json ([#73](https://github.com/googleapis/nodejs-proto-files/pull/73))
115 - chore(deps): lock file maintenance ([#72](https://github.com/googleapis/nodejs-proto-files/pull/72))
116 - chore: use let and const ([#71](https://github.com/googleapis/nodejs-proto-files/pull/71))
117 - chore: update renovate config ([#69](https://github.com/googleapis/nodejs-proto-files/pull/69))
118 - remove that whitespace ([#68](https://github.com/googleapis/nodejs-proto-files/pull/68))
119 - chore(deps): lock file maintenance ([#67](https://github.com/googleapis/nodejs-proto-files/pull/67))
120 - chore: move mocha options to mocha.opts ([#66](https://github.com/googleapis/nodejs-proto-files/pull/66))
121 - chore(deps): update dependency eslint-plugin-node to v7 ([#62](https://github.com/googleapis/nodejs-proto-files/pull/62))
122 - chore(deps): lock file maintenance ([#65](https://github.com/googleapis/nodejs-proto-files/pull/65))
123 - chore(deps): lock file maintenance ([#61](https://github.com/googleapis/nodejs-proto-files/pull/61))
124 - chore(deps): lock file maintenance ([#60](https://github.com/googleapis/nodejs-proto-files/pull/60))
125 - chore(deps): lock file maintenance ([#59](https://github.com/googleapis/nodejs-proto-files/pull/59))
126 - chore(deps): lock file maintenance ([#58](https://github.com/googleapis/nodejs-proto-files/pull/58))
127 - fix: remove unused packages ([#56](https://github.com/googleapis/nodejs-proto-files/pull/56))
128 - chore(deps): lock file maintenance ([#55](https://github.com/googleapis/nodejs-proto-files/pull/55))
129 - chore(deps): lock file maintenance ([#54](https://github.com/googleapis/nodejs-proto-files/pull/54))
130 - chore(deps): lock file maintenance ([#53](https://github.com/googleapis/nodejs-proto-files/pull/53))
131 - chore(deps): lock file maintenance ([#52](https://github.com/googleapis/nodejs-proto-files/pull/52))
132 - Configure Renovate ([#48](https://github.com/googleapis/nodejs-proto-files/pull/48))
133 - chore(package): update eslint to version 5.0.0 ([#49](https://github.com/googleapis/nodejs-proto-files/pull/49))
134 - refactor: drop repo-tool as an exec wrapper ([#51](https://github.com/googleapis/nodejs-proto-files/pull/51))
135