Skip to content

Files

Latest commit

 

History

History
249 lines (136 loc) · 14.4 KB

File metadata and controls

249 lines (136 loc) · 14.4 KB

Change Log

3.5.0

Minor Changes

3.4.7

Patch Changes

3.4.6

Patch Changes

3.4.5

Patch Changes

3.4.4

Patch Changes

3.4.3

Patch Changes

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)

Features

3.3.6 (2022-10-11)

Note: Version bump only for package create-twilio-function

3.3.5 (2022-08-31)

Bug Fixes

  • create-twilio-function: handle rimraf failing (#400) (b15a1cb)

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)

Bug Fixes

  • create-twilio-function: adds rootDir to generated tsconfig.json (#362) (86de2ae)

Features

3.2.2-beta.0 (2021-09-25)

Note: Version bump only for package create-twilio-function

3.2.1 (2021-07-28)

Bug Fixes

  • create-twilio-function: place runtime-handler in dependencies (#331) (ba84396)

3.2.0 (2021-07-19)

Features

  • 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)

Features

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)

Bug Fixes

  • create-twilio-function: use latest twilio-run version (#263) (1c91668), closes #259

Features

  • create-twilio-function: generate default config file (a8b5d1e), closes #244

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)

chore

BREAKING CHANGES

  • 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

3.0.0-beta.1 (2021-04-21)

Bug Fixes

  • create-twilio-function: add early exit for invalid options (3338e3d)

Features

  • create-twilio-function: adds twilio to default package.json (#217) (6ff8225)
  • create-twilio-function: update default Node.js version (#231) (064f8a5)

3.0.0-beta.0 (2020-08-27)

Bug Fixes

  • create-twilio-function: add early exit for invalid options (3338e3d)

Changelog for create-twilio-function

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

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 run twilio-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.