- #531
b18bbec1214e3b4c65b32432ddfd1a9ac8044dae
Thanks @AndreLars! - fix hello-world template
- #524
f30d928636267c170b75d2b7d6983739b2ca55e2
Thanks @victoray! - - update default version for new projects- bump dev dependencies @types/express and typedoc
- Updated dependencies [
f30d928636267c170b75d2b7d6983739b2ca55e2
]:- twilio-run@4.0.3
- #518
56e531ee86516cd5755f961dd26623c4f5427356
Thanks @victoray! - Update default twilio library to v5
-
#510
feb9686fa6bfa5b49e634e414ff56a61c61cbe89
Thanks @makserik! - FRIDGE-814 fix chalk -
Updated dependencies [
feb9686fa6bfa5b49e634e414ff56a61c61cbe89
,6d65bea828338a6dd44cb357c324d9b63e74e081
]:- twilio-run@4.0.0
- #493
d8db7681a4833ef48ef0366ad9ab32272a98b7fc
Thanks @makserik! - FRIDGE-734 make serverless-toolkit work with node v18
-
#486
37877857d9bb192715dc06eb14a1514c2b8baf47
Thanks @colossal-toby! - FRIDGE-9: Update toolkit to default to node18Fix CI and twilio-run build
-
Updated dependencies [
37877857d9bb192715dc06eb14a1514c2b8baf47
]:- twilio-run@3.5.4
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.4.2 (2022-12-01)
Note: Version bump only for package create-twilio-function
3.4.1 (2022-11-30)
Note: Version bump only for package create-twilio-function
3.4.0 (2022-11-30)
3.3.6 (2022-10-11)
Note: Version bump only for package create-twilio-function
3.3.5 (2022-08-31)
3.3.4 (2022-08-08)
Note: Version bump only for package create-twilio-function
3.3.3 (2022-04-27)
Note: Version bump only for package create-twilio-function
3.3.3-beta.0 (2022-04-27)
Note: Version bump only for package create-twilio-function
3.3.2 (2022-01-19)
Note: Version bump only for package create-twilio-function
3.3.1 (2021-11-03)
Note: Version bump only for package create-twilio-function
3.3.0 (2021-10-15)
3.2.2-beta.0 (2021-09-25)
Note: Version bump only for package create-twilio-function
3.2.1 (2021-07-28)
3.2.0 (2021-07-19)
- create-twilio-function: add deployinfo file to gitignore (#320) (5ca27b6)
- create-twilio-function: add runtime-handler to js projects (#321) (6b5bcf4)
3.1.2 (2021-07-14)
Note: Version bump only for package create-twilio-function
3.1.2-rc.0 (2021-07-14)
3.1.1 (2021-06-30)
Note: Version bump only for package create-twilio-function
3.1.0 (2021-06-21)
3.0.2-rc.0 (2021-05-24)
Note: Version bump only for package create-twilio-function
3.0.1 (2021-05-20)
Note: Version bump only for package create-twilio-function
3.0.0 (2021-05-19)
Note: Version bump only for package create-twilio-function
3.0.0-beta.7 (2021-05-17)
3.0.0-beta.6 (2021-05-13)
Note: Version bump only for package create-twilio-function
3.0.0-beta.5 (2021-05-01)
Note: Version bump only for package create-twilio-function
3.0.0-beta.4 (2021-04-30)
- Installing the new version on Node.js 10 will result in an error
3.0.0-beta.3 (2021-04-21)
Note: Version bump only for package create-twilio-function
3.0.0-beta.2 (2021-04-21)
Note: Version bump only for package create-twilio-function
- create-twilio-function: add early exit for invalid options (3338e3d)
- create-twilio-function: adds twilio to default package.json (#217) (6ff8225)
- create-twilio-function: update default Node.js version (#231) (064f8a5)
- create-twilio-function: add early exit for invalid options (3338e3d)
Ongoing ☰
2.2.0 (May 25, 2020) ☰
- minor updates
- Adds
--typescript
flag that generates a TypeScript project that can be built and deployed to Twilio Functions
- Adds
2.2.0 (May 11, 2020) ☰
- minor updates
- Loosen the Node version to 10
- Updates twilio-run to 2.5.0
- Adds
--empty
option to create empty template
2.1.0 (January 14, 2020) ☰
- minor updates
- Validates project names. Names can only include letters, numbers and hyphens
- Adds
npm run deploy
command to generated project which will runtwilio-run deploy
- Updates Node version output for new functions to 10.17 to match Twilio Functions environment
- Adds a link to the Twilio console to the output asking for credentials
- Lints the code according to eslint-config-twilio
- Improves getting the size of the terminal for setting the output
2.0.0 (August 4, 2019) ☰
- Exports details about the cli command so that other projects can consume it. Fixes #12
- Generates new project from the ./templates directory in this project
- Can generate projects based on a template from twilio-labs/function-templates
1.0.2 (July 10, 2019) ☰
- Minor updates
- Better error messages if the cli fails to create a directory. Fixes #14
1.0.1 (May 4, 2019) ☰
- Minor updates
- Corrected order of arguments in generated example function. Fixes #10
1.0.0 (April 9, 2019) ☰
Initial release. Includes basic features for creating a new Twilio Functions project setup to use twilio-run
to run locally.