|
2 | 2 |
|
3 | 3 | [npm history][1]
|
4 | 4 |
|
5 |
| -[1]: https://www.npmjs.com/package/@google-cloud/functions-framework?activeTab=versions |
6 |
| - |
7 |
| -## [3.0.0](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v2.1.1...v3.0.0) (2022-02-15) |
8 |
| - |
9 |
| - |
10 |
| -### ⚠ BREAKING CHANGES |
11 |
| - |
12 |
| -* send correct response code on exception (#427) |
13 |
| - |
14 |
| -### Bug Fixes |
15 |
| - |
16 |
| -* send correct response code on exception ([#427](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/427)) ([5d996fe](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/5d996fe00fa79800046fe682764b87e3e096d67f)) |
17 |
| - |
18 |
| -### [2.1.1](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v2.1.0...v2.1.1) (2022-02-01) |
19 |
| - |
20 |
| - |
21 |
| -### Bug Fixes |
22 |
| - |
23 |
| -* patching debugging docs ([#420](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/420)) ([f822f3e](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/f822f3e22f156fe9b040c915a332f6b6453e1f91)) |
24 |
| - |
25 |
| -## [2.1.0](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v2.0.0...v2.1.0) (2021-12-07) |
26 |
| - |
27 |
| - |
28 |
| -### Features |
29 |
| - |
30 |
| -* add testing helpers and instructions ([#392](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/392)) ([9c25913](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/9c25913a705a67966ba01b5861729239f57b1ef3)) |
31 |
| -* update to latest version of clouevents sdk ([#402](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/402)) ([bd36243](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/bd362430f977739d5bd4db7343f0806509c4e6f0)) |
32 |
| - |
33 |
| -## [2.0.0](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v1.10.1...v2.0.0) (2021-11-10) |
34 |
| - |
35 |
| - |
36 |
| -### ⚠ BREAKING CHANGES |
37 |
| - |
38 |
| -* remove eventarc cloudevent types (#385) |
39 |
| -* update the build to use api-extractor types (#383) |
40 |
| -* use snake case for generated cloudevent files (#382) |
41 |
| -* rename cloudevent to CloudEvent (#379) |
42 |
| -* Add type annotation for Request.rawBody |
43 |
| -* move function wrapping earlier (#335) |
44 |
| -* This commit refactors the SignatureType enum into an array of strings declared [as const](https://github.com/Microsoft/TypeScript/pull/29510). This allows the SignatureType type to be expressed as a union type, which works a bit better when parsing a users provided string. |
45 |
| - |
46 |
| -### Features |
47 |
| - |
48 |
| -* add google CloudEvent types ([#376](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/376)) ([292ade9](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/292ade9e5530b401c093882da857e0b107aef14b)) |
49 |
| -* enable traceparent header for cloudevents ([#336](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/336)) ([aba9cb4](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/aba9cb44c7551cdeb335a96ddce3628c89103de2)) |
50 |
| -* generate cloudevent types from googleapis/google-cloudevents ([#371](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/371)) ([7617801](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/7617801e3cbd3f5da1ef7797ebc98962f3e2e0b4)) |
51 |
| -* introduce declarative function signatures ([#347](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/347)) ([db1ba9e](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/db1ba9e480b9256f5129ae5c58877cd316c08b26)) |
52 |
| -* update the build to use api-extractor types ([#383](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/383)) ([752c49c](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/752c49ccf075c1869643234f646ed4590e3b31c4)) |
53 |
| - |
54 |
| - |
55 |
| -### Bug Fixes |
56 |
| - |
57 |
| -* Add type annotation for Request.rawBody ([60edd7e](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/60edd7e33bc8d78446c5f6b7911126ddd5d19ffe)) |
58 |
| -* remove tgz file ([#346](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/346)) ([51cb666](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/51cb666a4d768b6679a06ff1657a92c9d76721ef)) |
59 |
| - |
60 |
| - |
61 |
| -### Reverts |
62 |
| - |
63 |
| -* remove eventarc cloudevent types ([#385](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/385)) ([5207741](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/5207741e38e28145bda6e82c33aea07921ff464b)) |
64 |
| - |
65 |
| - |
66 |
| -### Code Refactoring |
67 |
| - |
68 |
| -* move function wrapping earlier ([#335](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/335)) ([b70b2d8](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/b70b2d8395b885287960ef841517d7a3ed90ba05)) |
69 |
| -* rename cloudevent to CloudEvent ([#379](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/379)) ([11d35b3](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/11d35b33ba39aad0b45b3c2e4f9fd1748520e113)), closes [#378](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/378) |
70 |
| -* use a union type for SignatureType ([#331](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/331)) ([9cf46ed](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/9cf46edc9b1b890e2a6fd1aec8d818074585783b)) |
71 |
| -* use snake case for generated cloudevent files ([#382](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/382)) ([05a0527](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/05a0527871052a915320d3e288e63565e7003528)) |
72 |
| - |
73 |
| -### [1.10.1](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v1.10.0...v1.10.1) (2021-09-20) |
74 |
| - |
75 |
| - |
76 |
| -### Bug Fixes |
77 |
| - |
78 |
| -* update publish to include directories ([#328](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/328)) ([5fb44a2](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/5fb44a2a72391b84ba4712ea83285ce45ab0e8fa)) |
79 |
| - |
80 |
| -## [1.10.0](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v1.9.0...v1.10.0) (2021-09-16) |
81 |
| - |
82 |
| - |
83 |
| -### Features |
84 |
| - |
85 |
| -* Enable cloudevent conversion logic ([#321](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/321)) ([b97cfdd](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/b97cfdd1046097d181b8ac72fec1805e05913720)) |
86 |
| - |
87 |
| -## [1.9.0](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v1.7.1...v1.9.0) (2021-06-25) |
88 |
| - |
89 |
| - |
90 |
| -### Features |
91 |
| - |
92 |
| -* disable x-powered-by header ([#223](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/223)) ([1ca74ae](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/1ca74aee74cdc803cba90721d98fffbf2db3ab60)) |
93 |
| -* updates event and cloudevent interfaces ([#276](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/276)) ([f67d11d](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/f67d11d9305965e6df2a10389e64389fa623f689)) |
94 |
| - |
95 |
| - |
96 |
| -### Bug Fixes |
97 |
| - |
98 |
| -* **build:** release should be v1.9.0 ([#300](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/300)) ([4859f8b](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/4859f8b3e522b4718349844efbca454445312f37)) |
99 |
| -* Do not pass numeric arguments to res.send ([#242](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/242)) ([a8ace7b](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/a8ace7b7b62a00e25304f90e4ec0c87e8a114e1f)) |
100 |
| -* fix cloudevent signature callbacks ([#234](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/234)) ([2449956](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/2449956aeef7db4a33e89760ab97ce4a892ff03c)) |
101 |
| -* Log function signature type ([#228](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/228)) ([0726a2d](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/0726a2d9a7b715f992f473cf159397de51f4067c)) |
102 |
| -* re-add interfaces ([#218](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/218)) ([0e71491](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/0e714916f68ad39a6e893a91747fc56b37cb8272)) |
103 |
| -* run conformance tests against the current FF version ([#236](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/236)) ([240defc](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/240defc0a6c7076fcffef89bdf6b95a0a1f95f48)), closes [#231](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/231) |
104 |
| -* smooth functions crash ([#264](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/264)) ([506c503](https://www.github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/506c503a1a8da83ea68775899d33741693376e5a)) |
105 |
| - |
106 |
| -## v1.8.0 |
107 |
| - |
108 |
| -06-04-2021 16:11 PDT |
109 |
| - |
110 |
| -### Features |
111 |
| - |
112 |
| -- Update event and cloudevent interfaces (#276) |
113 |
| -- Support local development with Pub/Sub emulator (#272) |
114 |
| -- Disable x-powered-by header (#223) |
115 |
| - |
116 |
| -### Bug Fixes |
117 |
| - |
118 |
| -- Allow killing process with CTRL+C (#264) |
119 |
| -- Do not pass numeric arguments to res.send (#242) |
120 |
| -- Fix cloudevent signature callbacks (#234) |
121 |
| -- Log function signature type (#228) |
122 |
| -- Export the public interfaces (#218) |
123 |
| - |
124 |
| -### Dependencies |
125 |
| - |
126 |
| -- update lodash to 4.17.21 (#284) |
127 |
| -- update hosted-git-info to 2.8.9 (#282) |
128 |
| -- update googlecloudplatform/functions-framework-conformance action to v0.3.9 (#271) |
129 |
| -- update typescript to v4.2.3 (#269) |
130 |
| -- update mocha to v8.3.2 (#268) |
131 |
| -- update @types/supertest to v2.0.11 (#267) |
132 |
| -- update @types/node to v11.15.50 (#266) |
133 |
| -- update supertest to v6 (#251) |
134 |
| -- update gts to v3 (#250) |
135 |
| -- update actions/setup-node action to v2 (#249) |
136 |
| -- update @types/minimist to v1.2.1 (#245) |
137 |
| -- update @types/express to v4.17.11 (#244) |
138 |
| -- update ini to 1.3.7 (#240) |
139 |
| -- update @types/mocha to v8.0.3 (#201) |
140 |
| -- update minimist to 1.2.5 (#259) |
141 |
| - |
142 |
| -### Documentation |
143 |
| - |
144 |
| -- Add buildpacks/docker quickstart (#212) |
145 |
| -- Mention express as the request/response parameters (#200) |
146 |
| - |
147 |
| -### Internal / Testing Changues |
148 |
| - |
149 |
| -- Updates to functions-framework-conformance action (#224, #236, #279, #280) |
150 |
| -- Split up invoker tests into separate integration test files (#281) |
151 |
| -- Enable eslint for tests (#275) |
152 |
| -- Add useful npm scripts (#274) |
153 |
| -- CI configuration updates (#219, #217) |
154 |
| -- Refactor: split invoker and router (#213) |
155 |
| -- Update renovate.json schedule (#210) |
156 |
| - |
157 |
| -## v1.7.1 |
158 |
| - |
159 |
| -08-10-2020 11:13 PDT |
160 |
| - |
161 |
| -### Implementation Changes |
162 |
| -- fix: Don't call function after 404 on /{robots.txt,favicon.ico} ([#193](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/193)) |
163 |
| - |
164 |
| -### New Features |
165 |
| - |
166 |
| -### Dependencies |
167 |
| -- chore(deps): update dependency mocha to v8.1.1 ([#194](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/194)) |
168 |
| -- chore: remove tslint.json ([#190](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/190)) |
169 |
| - |
170 |
| -### Documentation |
171 |
| - |
172 |
| -### Internal / Testing Changes |
173 |
| - |
174 |
| -## v1.7.0 |
175 |
| - |
176 |
| -08-06-2020 12:01 PDT |
177 |
| - |
178 |
| -### Implementation Changes |
179 |
| -- fix: do not send error when error code is fine ([#187](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/187)) |
180 |
| - |
181 |
| -### New Features |
182 |
| -- fix: add functions-framework-nodejs executable ([#152](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/152)) |
183 |
| - |
184 |
| -### Dependencies |
185 |
| -- chore(deps): use gts v2 ([#186](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/186)) |
186 |
| -- chore(deps): update dependency @types/express to v4.17.7 ([#166](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/166)) |
187 |
| -- chore(deps): update dependency @types/node to v11.15.20 ([#172](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/172)) |
188 |
| -- chore(deps): update dependency @types/supertest to v2.0.10 ([#173](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/173)) |
189 |
| -- chore(deps): update dependency mocha to v8 ([#178](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/178)) |
190 |
| -- chore(deps): update dependency supertest to v4 ([#179](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/179)) |
191 |
| -- chore(deps): automerge all but major updates ([#183](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/183)) |
192 |
| -- chore(deps): update dependency typescript to v3.9.7 ([#176](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/176)) |
193 |
| -- chore: make renovate not update as often ([#170](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/170)) |
194 |
| -- chore(deps): bump lodash from 4.17.14 to 4.17.19 ([#156](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/156)) |
195 |
| -- chore(deps): pin dependencies ([#163](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/163)) |
196 |
| -- chore(deps): add renovate.json ([#65](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/65)) |
197 |
| - |
198 |
| -### Documentation |
199 |
| -- docs: change badge to GitHub Actions ([#180](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/180)) |
200 |
| -- Fix typo: https -> http ([#153](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/153)) |
201 |
| - |
202 |
| -### Internal / Testing Changes |
203 |
| -- test: run CI workflows on pull_request ([#185](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/185)) |
204 |
| -- test: lock the version of the conformance tool ([#181](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/181)) |
205 |
| -- Add GitHub Actions workflows ([#169](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/169)) |
206 |
| -- feat: add a script to run conformance tests ([#158](https://github.com/GoogleCloudPlatform/functions-framework-nod |
207 |
| - |
208 |
| -## v1.6.0 |
209 |
| - |
210 |
| -06-17-2020 14:53 PDT |
211 |
| - |
212 |
| -### Implementation Changes |
213 |
| -- refactor: extract cloudevents functions, privateize file-global identifiers ([#138](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/138)) |
214 |
| -- refactor: Move the logic to load user's function to loader.ts ([#136](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/136)) |
215 |
| -- refactor: split files ([#135](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/135)) |
216 |
| - |
217 |
| -### New Features |
218 |
| -- feat: prototype cloudevent function signature type ([#147](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/147)) |
219 |
| - |
220 |
| -### Dependencies |
221 |
| - |
222 |
| -### Documentation |
223 |
| -- docs: remove incorrect pubsub docs ([#145](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/145)) |
224 |
| -- Fix PubSub Event Example ([#141](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/141)) |
225 |
| - |
226 |
| -### Internal / Testing Changes |
227 |
| -- Use CloudEvents v1.0 in CloudEventsContext and tests ([#139](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/139)) |
228 |
| - |
229 |
| -## v1.5.1 |
230 |
| - |
231 |
| -03-30-2020 11:05 PDT |
232 |
| - |
233 |
| -### Implementation Changes |
234 |
| -- fix: handle SIGINT in ErrorHandler ([#126](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/126)) |
235 |
| - |
236 |
| -### New Features |
237 |
| - |
238 |
| -### Dependencies |
239 |
| -- chore(deps): bump acorn from 5.7.3 to 5.7.4 ([#124](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/124)) |
240 |
| -- chore(deps): bump minimist from 1.2.0 to 1.2.2 ([#123](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/123)) |
241 |
| -- chore(deps): bump minimist from 1.2.2 to 1.2.3 ([#128](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/128)) |
242 |
| - |
243 |
| -### Documentation |
244 |
| - |
245 |
| -### Internal / Testing Changes |
246 |
| - |
247 |
| -## v1.5.0 |
248 |
| - |
249 |
| -03-06-2020 08:15 PST |
250 |
| - |
251 |
| -### Implementation Changes |
252 |
| - - Adjust path handling ([#121](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/121)) |
253 |
| - |
254 |
| -### New Features |
255 |
| - |
256 |
| -### Dependencies |
257 |
| - |
258 |
| -### Documentation |
259 |
| - |
260 |
| -### Internal / Testing Changes |
261 |
| - |
262 |
| -## v1.4.0 |
263 |
| - |
264 |
| -01-30-2020 11:54 PST |
265 |
| - |
266 |
| -### Implementation Changes |
267 |
| - |
268 |
| -### New Features |
269 |
| -- feat: add --dry-run option to load user's function but not start a server ([#118](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/118)) |
270 |
| - |
271 |
| -### Dependencies |
272 |
| - |
273 |
| -### Documentation |
274 |
| -- docs: Remove beta from gcloud run ([#114](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/114)) |
275 |
| -- Update README.md ([#115](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/115)) |
276 |
| -- docs: update pub sub docs with instructions that work ([#109](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/109)) |
277 |
| -- Fix double quotation from full-width character ([#107](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/107)) |
278 |
| -- docs: add video about FF ([#102](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/102)) |
279 |
| -- Changed curl command to include json content-type ([#100](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/100)) |
280 |
| - |
281 |
| -### Internal / Testing Changes |
282 |
| - |
283 |
| -## v1.3.2 |
284 |
| - |
285 |
| -09-13-2019 18:06 PDT |
286 |
| - |
287 |
| -- Revert "fixes [#33](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/33): Only listen to functionTarget. ([#81](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/81))" |
288 |
| - |
289 |
| -### Implementation Changes |
290 |
| - |
291 |
| -### New Features |
292 |
| - |
293 |
| -### Dependencies |
294 |
| - |
295 |
| -### Documentation |
296 |
| - |
297 |
| -### Internal / Testing Changes |
298 |
| - |
299 |
| -## v1.3.1 |
300 |
| - |
301 |
| -09-13-2019 10:00 PDT |
302 |
| - |
303 |
| -### Implementation Changes |
304 |
| -- fix: use empty string path when function source is not specified ([#90](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/90)) |
305 |
| - |
306 |
| -### New Features |
307 |
| - |
308 |
| -### Dependencies |
309 |
| - |
310 |
| -### Documentation |
311 |
| - |
312 |
| -### Internal / Testing Changes |
313 |
| - |
314 |
| -## v1.3.0 |
315 |
| - |
316 |
| -09-11-2019 10:17 PDT |
317 |
| - |
318 |
| -### Implementation Changes |
319 |
| -- fixes [#33](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/33): Only listen to functionTarget. ([#81](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/81)) |
320 |
| -- fix: change the default function directory to the current working directory instead of root ('/') ([#77](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/77)) |
321 |
| -- Adding null check in catch block ([#71](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/71)) |
322 |
| -- fix: Adds types for superagent. Fixes [#68](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/68) ([#69](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/69)) |
323 |
| - |
324 |
| -### New Features |
325 |
| -- Add a source flag/env option to add flexibility to execution path ([#53](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/53)) |
326 |
| - |
327 |
| -### Dependencies |
328 |
| - |
329 |
| -### Documentation |
330 |
| -- Docs Updates ([#70](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/70)) |
331 |
| -- Fix small typo on link ([#79](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/79)) |
332 |
| -- New section documentation on how to perform local PubSub testing ([#76](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/76)) |
333 |
| -- Docs: Add Docker Tutorial Doc ([#58](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/58)) |
334 |
| - |
335 |
| -### Internal / Testing Changes |
336 |
| -- chore: remove the converter |
| 5 | +[1]: https://www.npmjs.com/package/@openfunction/functions-framework?activeTab=versions |
0 commit comments