UNPKG

25 kBMarkdownView Raw
1## 7.1.0
2
3### cli
4
5* (fix) Migrating by email shouldn't ask for promote ([#341](https://github.com/zapier/zapier-platform-cli/pull/341))
6* (fix) Fix "epxeriencing" -> "experiencing" typo ([#338](https://github.com/zapier/zapier-platform-cli/pull/338))
7* (fix) Fix failing Travis badge ([#343](https://github.com/zapier/zapier-platform-cli/pull/343))
8* (improvement) Truncate `source_zip` in logs ([#348](https://github.com/zapier/zapier-platform-cli/pull/348))
9* (improvement) Migrate to cli-table3 ([#327](https://github.com/zapier/zapier-platform-cli/pull/327))
10* (docs) Session auth should be using `authData` instead of `inputData` ([#346](https://github.com/zapier/zapier-platform-cli/pull/346))
11
12## 7.0.0
13
14### cli
15
16* (improvement) Bump Node.js version to 8 ([#328](https://github.com/zapier/zapier-platform-cli/pull/328))
17* (improvement) Ask for promote when fully migrating a public app ([#326](https://github.com/zapier/zapier-platform-cli/pull/326))
18* (improvement) Add typescript example app ([#329](https://github.com/zapier/zapier-platform-cli/pull/329))
19* (improvement) Reduce package size ([#330](https://github.com/zapier/zapier-platform-cli/pull/330))
20
21### schema
22
23* (improvement) Bump Node.js version to 8 ([#48](https://github.com/zapier/zapier-platform-schema/pull/48))
24* (improvement) Reduce package size ([#49](https://github.com/zapier/zapier-platform-schema/pull/49))
25
26### core
27
28* :exclamation: (improvement, **breaking**) Bump Node.js version to **8.10.0**. Apps with dependency `zapier-platform-core >= 7.0.0` run only on Node.js **8.10.0** in AWS Lambda. If you need to continue running on Node.js 6.10.3, use `zapier-platform-core <= 6.1.0`" ([#94](https://github.com/zapier/zapier-platform-core/pull/94))
29* (fix) Add cursor to typings ([#95](https://github.com/zapier/zapier-platform-core/pull/95))
30* (improvement) Reduce package size ([#97](https://github.com/zapier/zapier-platform-core/pull/97))
31
32## 6.1.0
33
34### cli
35
36* (fix) Fix typo in `zapier register` text ([#324](https://github.com/zapier/zapier-platform-cli/pull/324))
37* (fix) Fix `npm audit` security warnings ([#320](https://github.com/zapier/zapier-platform-cli/pull/320))
38* (fix) `zapier convert` doesn't escape sample field labels ([#313](https://github.com/zapier/zapier-platform-cli/pull/313))
39* (docs) Remove Digest auth references ([#323](https://github.com/zapier/zapier-platform-cli/pull/323))
40* (docs) Add cursor docs ([#309](https://github.com/zapier/zapier-platform-cli/pull/309))
41
42### schema
43
44* (fix) Fix `npm audit` security warnings ([#46](https://github.com/zapier/zapier-platform-schema/pull/46))
45
46### core
47
48* :tada: (new) `z.cursor` store ([#76](https://github.com/zapier/zapier-platform-core/pull/76))
49* (fix) Fix missed logs ([#91](https://github.com/zapier/zapier-platform-core/pull/91))
50* (fix) Middleware isn't compiled ([#90](https://github.com/zapier/zapier-platform-core/pull/90))
51* (fix) Fix `npm audit` security warnings ([#87](https://github.com/zapier/zapier-platform-core/pull/87))
52* (improvement) Add typings ([#82](https://github.com/zapier/zapier-platform-core/pull/82))
53
54## 6.0.0
55
56### cli
57
58* :exclamation: (improvement, **breaking**) JSON format only outputs valid JSON. This is only breaking if you were working around the formatting to process the JSON before ([#260](https://github.com/zapier/zapier-platform-cli/pull/260))
59* (improvement) Better spinner ([#260](https://github.com/zapier/zapier-platform-cli/pull/260))
60
61### schema
62
63* :exclamation: (improvement, **breaking**) Fail validation if the top-level key doesn't match trigger/search/creates' `.key`. This fixes a bug where a trigger could be duplicated in the UI ([#41](https://github.com/zapier/zapier-platform-schema/pull/41))
64* (docs) Add doc annotation for hook type ([#44](https://github.com/zapier/zapier-platform-schema/pull/44))
65* (docs) Make long examples more readable ([#42](https://github.com/zapier/zapier-platform-schema/pull/42))
66
67### core
68
69* :exclamation: (improvement, **breaking**) Throw an error for key collisions between resources and standalone objects. This was previously a warning, so it shouldn't catch anyone by surprise ([#73](https://github.com/zapier/zapier-platform-core/pull/73))
70* :exclamation: (improvement, **breaking**) Remove `bundle.environment`. This has always been deprecated, but now it shouldn't show up in the bundle anymore. Given that it hasn't held data, this shouldn't cause a lot of friction ([#72](https://github.com/zapier/zapier-platform-core/pull/72))
71
72## 5.2.0
73
74### cli
75
76* :tada: (new) Add option to `zapier logs` to show bundle logs ([PR](https://github.com/zapier/zapier-platform-cli/pull/291))
77* (fix) Fix `zapier build` from crashing on missing packages ([PR](https://github.com/zapier/zapier-platform-cli/pull/301))
78* (fix) Fix `zapier convert` from crashing on certain OAuth config ([PR](https://github.com/zapier/zapier-platform-cli/pull/299))
79* (fix) Fix `zapier convert` from crashing on a number in auth mapping ([PR](https://github.com/zapier/zapier-platform-cli/pull/305))
80* (improvement) `zapier build` prints any errors from `npm install` ([PR](https://github.com/zapier/zapier-platform-cli/pull/288))
81* (docs) Add note about nested dynamic functions ([PR](https://github.com/zapier/zapier-platform-cli/pull/296))
82* (docs) Add docs about `bundle.cleanedRequest` and `bundle.rawRequest` ([PR](https://github.com/zapier/zapier-platform-cli/pull/298))
83
84### schema
85
86* (fix) Correctly invalidate field grandchildren ([PR](https://github.com/zapier/zapier-platform-schema/pull/40))
87* (docs) More examples on functional constraints ([PR](https://github.com/zapier/zapier-platform-schema/pull/39))
88
89### core
90
91* (fix) Raise exception for bad requests when stashing a file ([PR](https://github.com/zapier/zapier-platform-core/pull/75))
92* (fix) Better log censoring ([PR](https://github.com/zapier/zapier-platform-core/pull/77))
93
94## 5.1.0
95
96### cli
97
98* :tada: (new) Add "did you mean" on unrecognized commands ([PR](https://github.com/zapier/zapier-platform-cli/pull/278))
99* (fix) Fix hang issue when printing data on skinny terminal ([PR](https://github.com/zapier/zapier-platform-cli/pull/283))
100* (fix) Server returns error when running `zapier logs --debug` ([PR](https://github.com/zapier/zapier-platform-cli/pull/254))
101* (fix) Exclude unwanted files when doing `zapier build --disable-dependency-detection` ([PR](https://github.com/zapier/zapier-platform-cli/pull/258))
102* (fix) Don't overwrite `.zapierapprc` completely ([PR](https://github.com/zapier/zapier-platform-cli/pull/275))
103* (fix) Fix "CUSTOM_FIELDS_URL is not defined" error for `zapier convert` ([PR](https://github.com/zapier/zapier-platform-cli/pull/277))
104* (improvement) Less nagging about updating packages ([PR](https://github.com/zapier/zapier-platform-cli/pull/282))
105* (improvement) Add "github" and "search-or-create" example apps ([PR](https://github.com/zapier/zapier-platform-cli/pull/259), [PR2](https://github.com/zapier/zapier-platform-cli/pull/287))
106* (improvement) `zapier promote` error messages now look better ([PR](https://github.com/zapier/zapier-platform-cli/pull/280))
107* (improvement) Remove unnecessary `.nvmrc` logic ([PR](https://github.com/zapier/zapier-platform-cli/pull/256))
108* (improvement) `zapier convert` supports static dropdown ([PR](https://github.com/zapier/zapier-platform-cli/pull/267))
109* (improvement) `zapier convert` supports auth mapping better ([PR](https://github.com/zapier/zapier-platform-cli/pull/257))
110* (improvement) Fix auth issue with full scripting methods for `zapier convert` ([PR](https://github.com/zapier/zapier-platform-cli/pull/271))
111* (improvement) `zapier convert` converts samples, too ([PR](https://github.com/zapier/zapier-platform-cli/pull/266))
112* (improvement) `zapier convert` respects auth field keys in test code ([PR](https://github.com/zapier/zapier-platform-cli/pull/274))
113* (improvement) `zapier convert` generates `.env` instead of `.environment` ([PR](https://github.com/zapier/zapier-platform-cli/pull/276))
114* (improvement) `zapier convert` includes input fields to test code ([PR](https://github.com/zapier/zapier-platform-cli/pull/246))
115* (improvement) Fix session auth environment variable name for `zapier convert` ([PR](https://github.com/zapier/zapier-platform-cli/pull/281))
116* (docs) FAQ about when to use placeholders or curlies ([PR](https://github.com/zapier/zapier-platform-cli/pull/252))
117
118### schema
119
120* (fix) Only require samples for non-hidden operations ([PR](https://github.com/zapier/zapier-platform-schema/pull/33))
121* (fix) Correctly validate `children` as an array of fields ([PR](https://github.com/zapier/zapier-platform-schema/pull/34))
122* (fix) Doc rendering issue ([PR](https://github.com/zapier/zapier-platform-schema/pull/35))
123* (docs) Add doc annotation ([PR](https://github.com/zapier/zapier-platform-schema/pull/38))
124
125### core
126
127* (improvement) Bump Node version to 6.10.3 ([PR](https://github.com/zapier/zapier-platform-core/pull/69))
128* (improvement) Deprecate `.environment` in favor of `.env` ([PR](https://github.com/zapier/zapier-platform-core/pull/70))
129* (improvement) Support test framework other than Mocah ([PR](https://github.com/zapier/zapier-platform-core/pull/65))
130* (improvement) `z.console.log` also calls `console.log` ([PR](https://github.com/zapier/zapier-platform-core/pull/66))
131* (improvement) Check for object in create ([PR](https://github.com/zapier/zapier-platform-core/pull/67))
132
133## 5.0.0
134
135### cli
136
137* :tada: (new) The CLI can now run, test, and build on any version of Node.js! ([PR](https://github.com/zapier/zapier-platform-cli/pull/234))
138* :tada: (new) Read deploy key from env if available ([PR](https://github.com/zapier/zapier-platform-cli/pull/239))
139* (improvement) More specific error messages for invalid installs ([PR](https://github.com/zapier/zapier-platform-cli/pull/238))
140* (fix) `zapier env` no longer throws an error on Node versions >=8.0 ([PR](https://github.com/zapier/zapier-platform-cli/pull/242))
141* (improvement) `zapier convert` creates a .gitignore for new apps ([PR](https://github.com/zapier/zapier-platform-cli/pull/237))
142* (improvement) `zapier convert` properly escapes labels and descriptions ([PR](https://github.com/zapier/zapier-platform-cli/pull/233), [commit](https://github.com/zapier/zapier-platform-cli/commit/6d8014e9c04abb5f939affd19888c447ae1abca1))
143* (improvement) `zapier convert` only sends a token when it exists, not before ([PR](https://github.com/zapier/zapier-platform-cli/pull/236))
144* (improvement) `zapier convert` generates .environment and gives hint about editting it ([PR](https://github.com/zapier/zapier-platform-cli/pull/240))
145* (improvement) Don't require an `id` field in tests generated by `zapier convert` ([PR](https://github.com/zapier/zapier-platform-cli/pull/243))
146* (improvement) `zapier convert` adds track info to package.json ([PR](https://github.com/zapier/zapier-platform-cli/pull/245))
147* (docs) FAQ section in the README ([PR](https://github.com/zapier/zapier-platform-cli/pull/231))
148
149### schema
150
151* :exclamation: (improvement, **breaking**) `sample` is now a required field in `BasicOperationSchema` and friends. See [this doc](https://zapier.com/developer/documentation/v2/trigger-sample-results/) for more info ([PR](https://github.com/zapier/zapier-platform-schema/pull/32))
152* :exclamation: (improvement, **breaking**) `order` has been removed from `BasicDisplaySchema` ([PR](https://github.com/zapier/zapier-platform-schema/pull/27))
153
154### core
155
156* (improvement) Log when actions generated by a resource collide with manually defined ones ([PR](https://github.com/zapier/zapier-platform-core/pull/63))
157* (improvement) Properly log gzipped responses ([PR](https://github.com/zapier/zapier-platform-core/pull/62))
158
159
160## 4.3.2
161
162* (Fix) [Permission denied with `index.js`.](https://github.com/zapier/zapier-platform-cli/pull/224)
163* (Fix) [`zapier convert` didn't escape line breaks in app description.](https://github.com/zapier/zapier-platform-cli/pull/226)
164* (Doc) [Add FAQs section.](https://github.com/zapier/zapier-platform-cli/pull/225)
165* [Ensure users are authenticated before building or pushing.](https://github.com/zapier/zapier-platform-cli/pull/227)
166
167## 4.3.1
168
169* (Fix) [Broken patching on http.request.](https://github.com/zapier/zapier-platform-core/pull/61)
170
171## 4.3.0
172
173* (New) `zapier convert` now supports [custom auth mapping](https://github.com/zapier/zapier-platform-cli/pull/200), [searchOrCreates](https://github.com/zapier/zapier-platform-cli/pull/207) and ["Send to Action Endpoint URL in JSON body" checkbox](https://github.com/zapier/zapier-platform-cli/pull/204).
174* (New) [`zapier scaffold` now also creates a test.](https://github.com/zapier/zapier-platform-cli/pull/212)
175* (New) [Allow ordering static dropdowns.](https://github.com/zapier/zapier-platform-schema/pull/30)
176* (Fix) [Properly replace variables in URLs in `zapier convert` generated code.](https://github.com/zapier/zapier-platform-cli/pull/208)
177* (Fix) [Fix TypeError in `http.request` patch.](https://github.com/zapier/zapier-platform-core/pull/59)
178* (Doc) [Clarify pushing doesn't reload browser automatically.](https://github.com/zapier/zapier-platform-cli/pull/218)
179* [Use working endpoints for scaffolds.](https://github.com/zapier/zapier-platform-cli/pull/215)
180* [Notify for update less often.](https://github.com/zapier/zapier-platform-cli/pull/210)
181* [Introduce Prettier into development process.](https://github.com/zapier/zapier-platform-cli/pull/209)
182* [Ensure all template code use z.JSON.parse.](https://github.com/zapier/zapier-platform-cli/pull/216)
183
184## 4.2.3
185
186* The first build made by Travis CI!
187
188## 4.2.1
189
190* (Fix) Repack zapier-platform-core to really fix bloated size
191
192## 4.2.0
193
194* (New) `zapier convert` now supports [input](https://github.com/zapier/zapier-platform-cli/pull/196) and [output custom fields](https://github.com/zapier/zapier-platform-cli/pull/199).
195* (New) [Prettify `zapier convert` generated code.](https://github.com/zapier/zapier-platform-cli/pull/202)
196* (Fix) [Fix bloated size of zapier-platform-core 4.1.0 package.](https://github.com/zapier/zapier-platform-core/pull/56)
197* (Fix) [Fix typos in docs.](https://github.com/zapier/zapier-platform-cli/pull/197)
198* (Doc) [Add 'Mocking Requests' section to docs.](https://github.com/zapier/zapier-platform-cli/pull/201)
199* (Doc) [Mark step 'order' as deprecated.](https://github.com/zapier/zapier-platform-schema/pull/28)
200
201## 4.1.0
202
203* (New) `zapier convert` now supports [auth](https://github.com/zapier/zapier-platform-cli/pull/185) and [search](https://github.com/zapier/zapier-platform-cli/pull/186) scripting methods.
204* (New) [Allow to migrate users by email.](https://github.com/zapier/zapier-platform-cli/pull/192)
205* (New) [Accept changelog for app promotion.](https://github.com/zapier/zapier-platform-cli/pull/194)
206* (Doc) [Add explanation about uppercased env vars.](https://github.com/zapier/zapier-platform-cli/pull/195)
207* [Improve first promote message.](https://github.com/zapier/zapier-platform-cli/pull/191)
208
209## 4.0.0
210
211* (**BREAKING**) (Fix) [Encode form requests with + instead of %20 by default](https://github.com/zapier/zapier-platform-core/pull/52)
212* (**BREAKING**) (Fix) [Don't add content-type if there's one](https://github.com/zapier/zapier-platform-core/pull/55)
213* (Fix) [Replace _.truncate, save memory.](https://github.com/zapier/zapier-platform-core/pull/54)
214* (Fix) [fix: exit code 1 for only for errors](https://github.com/zapier/zapier-platform-cli/pull/154)
215* (Fix) [`zapier convert`: Escape special chars in field help text](https://github.com/zapier/zapier-platform-cli/pull/182)
216* (Fix) [`zapier convert`: Normalize newlines in scripting ](https://github.com/zapier/zapier-platform-cli/pull/183)
217* (New) [`zapier convert`: Generate create code based on different scripting method combinations](https://github.com/zapier/zapier-platform-cli/pull/181)
218* (New) [`zapier convert`: Ignore _pre_poll and _post_poll if _poll exists ](https://github.com/zapier/zapier-platform-cli/pull/187)
219* (New) [Customize update notification message](https://github.com/zapier/zapier-platform-cli/pull/188)
220* (New) [Allow to include a regexp of paths for the build file](https://github.com/zapier/zapier-platform-cli/pull/158)
221* (New) [Add example docs about computed fields.](https://github.com/zapier/zapier-platform-cli/pull/184)
222
223
224## 3.3.0
225
226* [Log http(s) requests for non-client library](https://github.com/zapier/zapier-platform-core/pull/51)
227* Many improvements for `zapier convert`: [Copy noun](https://github.com/zapier/zapier-platform-cli/pull/159), [Copy display label](https://github.com/zapier/zapier-platform-cli/pull/160), [Copy description](https://github.com/zapier/zapier-platform-cli/pull/163), [Copy important and hidden props](https://github.com/zapier/zapier-platform-cli/pull/166), [Add more tests](https://github.com/zapier/zapier-platform-cli/pull/170), [Converting more auths](https://github.com/zapier/zapier-platform-cli/pull/167), [Allowing deasync in build](https://github.com/zapier/zapier-platform-cli/pull/169), [Converting scripting for triggers](https://github.com/zapier/zapier-platform-cli/pull/172), [Support for dynamic dropdowns and search-powered fields](https://github.com/zapier/zapier-platform-cli/pull/173), [Adding a command for integrations test](https://github.com/zapier/zapier-platform-cli/pull/175), [Add basic tests for triggers, creates, and searches](https://github.com/zapier/zapier-platform-cli/pull/178), [Remove empty help text](https://github.com/zapier/zapier-platform-cli/pull/179)
228* [Skip style check on invalid apps](https://github.com/zapier/zapier-platform-cli/pull/168)
229* [Add header to docs](https://github.com/zapier/zapier-platform-cli/pull/153)
230* [Add option to `--grep` on `zapier test`](https://github.com/zapier/zapier-platform-cli/pull/177)
231
232## 3.2.1
233
234* [Fixes a problem with a sub-sub-dependency](https://github.com/zapier/zapier-platform-cli/issues/157).
235
236## 3.2.0
237
238* [Allow invitations per version](https://github.com/zapier/zapier-platform-cli/pull/150). Try `zapier help invite` for more details.
239* [Added bundle.meta.zap.id for performSubscribe and performUnsubscribe](https://github.com/zapier/zapier-platform-cli/pull/149).
240* [Allow modules to be objects in app definitions](https://github.com/zapier/zapier-platform-core/pull/48).
241* [Use "application" discrete-type instead of "binary" as default content type.](https://github.com/zapier/zapier-platform-core/pull/49).
242* [Use un-obfuscated data when logging to stdout](https://github.com/zapier/zapier-platform-core/pull/50).
243* Improved/fixed sample and scaffolding code in docs.
244* Fixed typos in docs.
245
246## 3.1.0
247
248* [Allow setting a `Content-Type` when stashing a file](https://github.com/zapier/zapier-platform-core/pull/47)
249* [Increase dehydrator max payload size to 2 KB](https://github.com/zapier/zapier-platform-core/pull/46)
250
251## 3.0.1
252
253* Fixed node/npm dependency check for 3.x.
254* Fixed URL base endpoint in docs.
255
256## 3.0.0
257
258* (**BREAKING**) `inputField`s will now start [throwing errors in Schema validation](https://github.com/zapier/zapier-platform-schema/pull/25) if there are mutually-exclusive fields.
259* [Added subdomain field support to CLI apps](https://github.com/zapier/zapier-platform-schema/pull/26).
260* [Allowed file stashing within a create/action](https://github.com/zapier/zapier-platform-core/pull/45).
261* [Added style checks to `zapier build`](https://github.com/zapier/zapier-platform-cli/pull/130).
262* Fixed [`zapier build` on Windows](https://github.com/zapier/zapier-platform-cli/pull/122).
263
264## 2.2.0
265
266* It's now possible to delete apps and app versions with [`zapier delete`](https://zapier.github.io/zapier-platform-cli/cli.html#delete)!
267* You'll now get a warning when doing `zapier push` or `zapier upload` if your app's `zapier-platform-core` version is not up-to-date.
268* It's now possible to skip validation when testing with [`zapier test --skip-validate`](https://zapier.github.io/zapier-platform-cli/cli.html#test)!
269* Added docs around upgrading.
270* Improved docs around authentication, migration, deprecation, and dehydration.
271* Fixed `zapier logs --version=x.x.x` showing `zapier --version`.
272* Improved error messages for [some schema validation errors](https://github.com/zapier/zapier-platform-schema/pull/24).
273* Fixed Python error when a create, as part of a search or create, returned a list with one item ([errors sooner, in core now, with a nicer message](https://github.com/zapier/zapier-platform-core/pull/44)).
274* [Objects received via Hook triggers no longer require an `id`, and checks were improved](https://github.com/zapier/zapier-platform-core/pull/43).
275* Minor misc fixes.
276
277## 2.1.0
278
279* [Connection Label is now available](https://zapier.github.io/zapier-platform-schema/build/schema.html#authenticationschema) (`connectionLabel: '{{bundle.inputData.email}}'` inside `authentication`)
280* [Locking is now available for `create`](https://zapier.github.io/zapier-platform-schema/build/schema.html#createschema) (`shouldLock: true` inside `.operation`)
281* Fix typos in docs
282
283## 2.0.1
284
285* Fix broken appTester on Windows OS.
286* Require the exact version of zapier-platform-core in package.json.
287* Document middleware's z object lacks z.request.
288* Fix typo in session auth docs.
289
290
291## 2.0.0
292
293* (**BREAKING**) CLI 2.x apps run only on NodeJS `v6.10.2` in AWS Lambda. If you need to run on NodeJS `v4.3.2`, use the CLI 1.x release.
294* (**BREAKING**) Delete property `searchOrCreate` from the properties of ResourceSchema.
295* Style checks run by default during `zapier validate`.
296* Validation is run during `zapier test`.
297* The CLI now uses update-notifier to let you know when there's a new version available.
298* Rename `global` to `public` for consistency across Zapier platform.
299
300
301## 1.0.11
302
303* `zapier --validate` now includes the `--include-style` flag to validate against [style checks](https://zapier.com/developer/documentation/v2/style-checks-reference/).
304* There are extra checks around return types from triggers, searches, and creates.
305* Some doc typos were squashed.
306
307## 1.0.10
308
309* Added new Files example app with `zapier init . --template=files`.
310* Properly exit on node version mismatch while running `zapier test`.
311* Upgraded `node-fetch` in `core` (fixes some edge-case issues for `multipart/form-data` requests).
312* `zapier test` is now quiet by default. `zapier test --debug` will output details.
313* `zapier logs --type=http --detailed` is more clearly exposed.
314* Fixes `searchOrCreate` schema validation error for resources with `search` and `create`.
315
316## 1.0.9
317
318* Functions in `app.afterResponse` will now get called.
319* Add check in middleware, to make sure creates return only 1 object.
320* Fixes issue for deep object checking.
321* Minor docs fixes.
322
323## 1.0.8
324
325* `z.stashFile` is no longer allowed outside of `hydrators`.
326* Adding analytics to the web-based documentation.
327* Minor docs fixes.
328
329## 1.0.7
330
331* Improved `link` command UX on error/non-existing apps.
332
333## 1.0.6
334
335* Fixed `convert` command for `outputFields`.
336* Improvements on `validate-templates` and `zapier test` (now supports `--timeout=5000`).
337* Minor docs fixes.
338
339## 1.0.5
340
341* Use `ZAPIER_BASE_ENDPOINT` for `push` and `convert`.
342* Don't show command help on error.
343* Minor docs fixes.
344
345## 1.0.4
346
347* Fix issues in Windows.
348* Minor docs fixes.
349
350## 1.0.3
351
352* Fixes fatal error when `build` directory didn't exist.
353* Minor docs fixes.
354
355## 1.0.2
356
357* Support streamed non-ascii files in `z.stashFile`.
358* Minor docs fixes.
359
360## 1.0.1
361
362* Minor docs fixes.
363
364## 1.0.0
365
366* Removing beta "label".
367* Minor docs fixes.
368
369## 0.10.2
370
371* Added `dict` property for `inputFields`, to allow asking for a dictionary (key/value pair) input.
372* Added new REST Hooks example app with `zapier init . --template=rest-hooks`.
373* Fixed: Now correctly ask for line items when `children` is set.
374
375## 0.10.1
376
377* Added `search` property for `inputFields`, to allow linking a search connector.
378
379## 0.10.0
380
381* **BREAKING CHANGE** Removed `getResourceOperation` in creates/searches in favor of `performGet`.
382
383* Added support for `performList` in webhook triggers
384* Fixed: Now correctly copy outputFields and samples to a trigger/search/create operation that links to a resource
385
386## 0.9.12
387
388* Added `performList` to hook operations.
389
390## 0.9.10
391
392* Documentation expanded:
393 * Updated `z.dehydrate()` / `appTester()` / examples to reflect the new arguments.
394 * `z.dehydrate('someFunction')` must be `z.dehydrate(App.hydrators.someFunction)`
395 * `appTester('contact.list')` must be `appTester(App.resources.contact.list.operation.perform)`
396 * Documented fields, custom/dynamic fields, and dynamic dropdowns plus examples.
397 * `zapier env ... -remove` flag documented.
398* `zapier describe` now describes much more about the app - included auth info, redirect_uri, resources and all resource paths.
399* fixed `zapier scaffold` bug with undefined `INPUT_FIELDS`
400
401## 0.9.9
402
403Initial release to public. Read docs here https://github.com/zapier/zapier-platform-cli.