Skip to content

Latest commit

 

History

History
1488 lines (970 loc) · 86.8 KB

CHANGELOG.md

File metadata and controls

1488 lines (970 loc) · 86.8 KB

Changelog

25 April 2022

  • 🐛 Fix "mergeConfig is not a function" #333 #334

20 April 2022

  • 🐛 Fix bug in project config merge #328

14 April 2022

  • 👷 Updates npm scripts #320

17 February 2022

  • 🐛 Add isTTY check #317
  • Remove typo in shell command #309
  • 🔖 Publish 4.1.1 #307

17 February 2022

  • 🐛 Fixes spinner in CI environments #308 #312

  • 🐛 Pass args to serverless exec Fixes #310 #311

  • 🔖 Publish @jovotech/cli-command-run@4.1.1 #298

  • Merge pull request #311 from jovotech/v4/fix/args #310

  • 🐛 Pass args to serverless exec Fixes #310 #310

10 February 2022

  • 🐛 Fix multiple template builder calls #306
  • 🐛 Fix raw mode #297
  • 🔖 Publish #294
  • 🐛 Add @jovotech/cli-command-update plugin to config #293
  • 🔖 Publish #279

26 January 2022

  • ♻️ Improve config implementation #291
  • 🚸 Introduce hints #270
  • 📝 Improve docs #285
  • ✨ Add jovo update #290
  • 🐛 Set process ID to environment #282
  • 🚑 Prevent collision of exec paths #283
  • 🔖 Publish #264

17 December 2021

  • 👽 Use @oclif/help and fix vulnerabilities #278
  • 🚸 Re-export ProjectConfig #276

10 December 2021

  • ✨ Implement getInitConfig() #267
  • 🐛 Fix blinking spinner on Windows #273
  • 🚑 Adjust webhook #272
  • ♻️ Replace Spinnies library with Ora #266
  • 🥅 Introduce JovoCliError instance check #271
  • 🔨 Uninstall Jovo CLI v3 before installing v4 #263

17 November 2021

  • Fix piping process.stdin to child process #259
  • 🔖 Publish #248
  • 🔖 Release #244

16 November 2021

  • 🐛 Fix decorators blocking command execution #255
  • ♻️ Refactor Jovo CLI Wizard #254
  • ✨ Introduce command decorators #249
  • 🔥 Remove socket connection instantiation #251

8 October 2021

  • 🏷️ Remove @ts-ignores #247
  • 🩹 Enhance instance check on JovoCliError #245

5 October 2021

  • ♻️ Refactoring and Purging #243
  • ✨ Generate build files according to a provided stage #240
  • Add v4 docs #241
  • 🔥 Remove unneeded instance check for plugins #238
  • ✨ Add color logging #239

13 September 2021

  • 🚑️ Fix installation of CLI commands #237
  • ✨ Improve Model Validation #235

27 August 2021

  • 🔖 Publish #234
  • Async Model #233
  • 🥅 Improve error handling #232

19 August 2021

  • ♻️ Prepare v4 Beta Launch #230
  • 🐛 Fix merging on postpublish #229
  • ✨ Add automatic changelog generation #226

29 June 2021

1 June 2021

  • ✨ Add Custom Logger, Fix new:stage #217

25 April 2022

  • 🐛 Fix "mergeConfig is not a function" #333 #334

20 April 2022

  • 🐛 Fix bug in project config merge #328

14 April 2022

  • 👷 Updates npm scripts #320

17 February 2022

  • 🐛 Add isTTY check #317
  • Remove typo in shell command #309
  • 🔖 Publish 4.1.1 #307

17 February 2022

  • 🐛 Fixes spinner in CI environments #308 #312

  • 🐛 Pass args to serverless exec Fixes #310 #311

  • 🔖 Publish @jovotech/cli-command-run@4.1.1 #298

  • Merge pull request #311 from jovotech/v4/fix/args #310

  • 🐛 Pass args to serverless exec Fixes #310 #310

10 February 2022

  • 🐛 Fix multiple template builder calls #306
  • 🐛 Fix raw mode #297
  • 🔖 Publish #294
  • 🐛 Add @jovotech/cli-command-update plugin to config #293
  • 🔖 Publish #279

26 January 2022

  • ♻️ Improve config implementation #291
  • 🚸 Introduce hints #270
  • 📝 Improve docs #285
  • ✨ Add jovo update #290
  • 🐛 Set process ID to environment #282
  • 🚑 Prevent collision of exec paths #283
  • 👽 Use @oclif/help and fix vulnerabilities #278
  • 🚸 Re-export ProjectConfig #276
  • 🔖 Publish #264

10 December 2021

  • ✨ Implement getInitConfig() #267
  • 🐛 Fix blinking spinner on Windows #273
  • 🚑 Adjust webhook #272
  • ♻️ Replace Spinnies library with Ora #266
  • 🥅 Introduce JovoCliError instance check #271
  • 🔨 Uninstall Jovo CLI v3 before installing v4 #263

17 November 2021

  • Fix piping process.stdin to child process #259
  • 🔖 Publish #248
  • 🔖 Release #244

16 November 2021

  • 🐛 Fix decorators blocking command execution #255
  • ♻️ Refactor Jovo CLI Wizard #254
  • ✨ Introduce command decorators #249
  • 🔥 Remove socket connection instantiation #251

8 October 2021

  • 🏷️ Remove @ts-ignores #247
  • 🩹 Enhance instance check on JovoCliError #245

5 October 2021

  • ♻️ Refactoring and Purging #243
  • ✨ Generate build files according to a provided stage #240
  • Add v4 docs #241
  • 🔥 Remove unneeded instance check for plugins #238
  • ✨ Add color logging #239

13 September 2021

  • 🚑️ Fix installation of CLI commands #237
  • ✨ Improve Model Validation #235

27 August 2021

  • 🔖 Publish #234
  • Async Model #233
  • 🥅 Improve error handling #232

19 August 2021

  • ♻️ Prepare v4 Beta Launch #230
  • 🐛 Fix merging on postpublish #229
  • ✨ Add automatic changelog generation #226

29 June 2021

1 June 2021

  • ✨ Add Custom Logger, Fix new:stage #217

25 April 2022

  • 🐛 Fix "mergeConfig is not a function" #333 #334

20 April 2022

  • 🐛 Fix bug in project config merge #328

14 April 2022

  • 👷 Updates npm scripts #320

17 February 2022

  • 🐛 Add isTTY check #317
  • Remove typo in shell command #309
  • 🔖 Publish 4.1.1 #307

17 February 2022

  • 🐛 Fixes spinner in CI environments #308 #312

  • 🐛 Pass args to serverless exec Fixes #310 #311

  • 🔖 Publish @jovotech/cli-command-run@4.1.1 #298

  • Merge pull request #311 from jovotech/v4/fix/args #310

  • 🐛 Pass args to serverless exec Fixes #310 #310

10 February 2022

  • 🐛 Fix multiple template builder calls #306
  • 🐛 Fix raw mode #297
  • 🔖 Publish #294
  • 🐛 Add @jovotech/cli-command-update plugin to config #293
  • 🔖 Publish #279

26 January 2022

  • ♻️ Improve config implementation #291
  • 🚸 Introduce hints #270
  • 📝 Improve docs #285
  • ✨ Add jovo update #290
  • 🐛 Set process ID to environment #282
  • 🚑 Prevent collision of exec paths #283
  • 🔖 Publish #264

17 December 2021

  • 👽 Use @oclif/help and fix vulnerabilities #278
  • 🚸 Re-export ProjectConfig #276

10 December 2021

  • ✨ Implement getInitConfig() #267
  • 🐛 Fix blinking spinner on Windows #273
  • 🚑 Adjust webhook #272
  • ♻️ Replace Spinnies library with Ora #266
  • 🥅 Introduce JovoCliError instance check #271

19 November 2021

  • 🔨 Uninstall Jovo CLI v3 before installing v4 #263
  • Fix piping process.stdin to child process #259
  • 🐛 Fix decorators blocking command execution #255
  • ♻️ Refactor Jovo CLI Wizard #254
  • ✨ Introduce command decorators #249
  • 🔥 Remove socket connection instantiation #251
  • 🔖 Publish #248
  • 🔖 Release #244

8 October 2021

  • 🏷️ Remove @ts-ignores #247
  • 🩹 Enhance instance check on JovoCliError #245

5 October 2021

  • ♻️ Refactoring and Purging #243
  • ✨ Generate build files according to a provided stage #240
  • Add v4 docs #241
  • 🔥 Remove unneeded instance check for plugins #238
  • ✨ Add color logging #239

13 September 2021

  • 🚑️ Fix installation of CLI commands #237
  • ✨ Improve Model Validation #235

27 August 2021

  • 🔖 Publish #234
  • Async Model #233
  • 🥅 Improve error handling #232

17 November 2021

  • Fix piping process.stdin to child process #259
  • 🔖 Publish #248
  • 🔖 Release #244

16 November 2021

  • 🐛 Fix decorators blocking command execution #255
  • ♻️ Refactor Jovo CLI Wizard #254
  • ✨ Introduce command decorators #249
  • 🔥 Remove socket connection instantiation #251
  • 🏷️ Remove @ts-ignores #247
  • 🩹 Enhance instance check on JovoCliError #245
  • ♻️ Refactoring and Purging #243
  • ✨ Generate build files according to a provided stage #240
  • Add v4 docs #241
  • 🔥 Remove unneeded instance check for plugins #238
  • ✨ Add color logging #239
  • 🚑️ Fix installation of CLI commands #237
  • ✨ Improve Model Validation #235
  • 🔖 Publish #234
  • Async Model #233
  • 🥅 Improve error handling #232
  • ♻️ Prepare v4 Beta Launch #230
  • 🐛 Fix merging on postpublish #229
  • ✨ Add automatic changelog generation #226

29 June 2021

1 June 2021

  • ✨ Add Custom Logger, Fix new:stage #217

26 May 2021

  • ✨ Add Serverless Integration #201

25 April 2022

  • 🐛 Fix "mergeConfig is not a function" #333 #334

20 April 2022

  • 🐛 Fix bug in project config merge #328

14 April 2022

  • 👷 Updates npm scripts #320

17 February 2022

  • 🐛 Add isTTY check #317
  • Remove typo in shell command #309
  • 🔖 Publish 4.1.1 #307

17 February 2022

  • 🐛 Fixes spinner in CI environments #308 #312

  • 🐛 Pass args to serverless exec Fixes #310 #311

  • 🔖 Publish @jovotech/cli-command-run@4.1.1 #298

  • Merge pull request #311 from jovotech/v4/fix/args #310

  • 🐛 Pass args to serverless exec Fixes #310 #310

10 February 2022

  • 🐛 Fix multiple template builder calls #306
  • 🐛 Fix raw mode #297
  • 🔖 Publish #294
  • 🔖 Publish #279

28 January 2022

  • 🐛 Add @jovotech/cli-command-update plugin to config #293

26 January 2022

  • ♻️ Improve config implementation #291
  • 🚸 Introduce hints #270
  • 📝 Improve docs #285
  • ✨ Add jovo update #290
  • 🐛 Set process ID to environment #282
  • 🚑 Prevent collision of exec paths #283
  • 👽 Use @oclif/help and fix vulnerabilities #278
  • 🚸 Re-export ProjectConfig #276
  • 🔖 Publish #264

10 December 2021

  • ✨ Implement getInitConfig() #267
  • 🐛 Fix blinking spinner on Windows #273
  • 🚑 Adjust webhook #272
  • ♻️ Replace Spinnies library with Ora #266
  • 🥅 Introduce JovoCliError instance check #271
  • 🔨 Uninstall Jovo CLI v3 before installing v4 #263

17 November 2021

  • Fix piping process.stdin to child process #259
  • 🔖 Publish #248
  • 🔖 Release #244

16 November 2021

  • 🐛 Fix decorators blocking command execution #255
  • ♻️ Refactor Jovo CLI Wizard #254
  • ✨ Introduce command decorators #249
  • 🔥 Remove socket connection instantiation #251

8 October 2021

  • 🏷️ Remove @ts-ignores #247
  • 🩹 Enhance instance check on JovoCliError #245

5 October 2021

  • ♻️ Refactoring and Purging #243
  • ✨ Generate build files according to a provided stage #240
  • Add v4 docs #241
  • 🔥 Remove unneeded instance check for plugins #238
  • ✨ Add color logging #239

13 September 2021

  • 🚑️ Fix installation of CLI commands #237
  • ✨ Improve Model Validation #235

27 August 2021

  • 🔖 Publish #234
  • Async Model #233
  • 🥅 Improve error handling #232

19 August 2021

  • ♻️ Prepare v4 Beta Launch #230
  • 🐛 Fix merging on postpublish #229
  • ✨ Add automatic changelog generation #226

29 June 2021

1 June 2021

  • ✨ Add Custom Logger, Fix new:stage #217

26 May 2021

  • ✨ Add Serverless Integration #201

25 April 2022

  • 🐛 Fix "mergeConfig is not a function" #333 #334

20 April 2022

  • 🐛 Fix bug in project config merge #328

14 April 2022

  • 👷 Updates npm scripts #320

17 February 2022

  • 🐛 Add isTTY check #317
  • Remove typo in shell command #309
  • 🔖 Publish 4.1.1 #307

17 February 2022

  • 🐛 Fixes spinner in CI environments #308 #312

  • 🐛 Pass args to serverless exec Fixes #310 #311

  • 🔖 Publish @jovotech/cli-command-run@4.1.1 #298

  • Merge pull request #311 from jovotech/v4/fix/args #310

  • 🐛 Pass args to serverless exec Fixes #310 #310

10 February 2022

  • 🐛 Fix multiple template builder calls #306
  • 🐛 Fix raw mode #297
  • 🔖 Publish #294
  • 🐛 Add @jovotech/cli-command-update plugin to config #293
  • 🔖 Publish #279

25 April 2022

  • 🐛 Fix "mergeConfig is not a function" #333 #334

20 April 2022

  • 🐛 Fix bug in project config merge #328

14 April 2022

  • 👷 Updates npm scripts #320

17 February 2022

  • 🐛 Add isTTY check #317
  • Remove typo in shell command #309
  • 🔖 Publish 4.1.1 #307

17 February 2022

  • 🐛 Fixes spinner in CI environments #308 #312

  • 🐛 Pass args to serverless exec Fixes #310 #311

  • 🔖 Publish @jovotech/cli-command-run@4.1.1 #298

  • Merge pull request #311 from jovotech/v4/fix/args #310

  • 🐛 Pass args to serverless exec Fixes #310 #310

10 February 2022

  • 🐛 Fix multiple template builder calls #306
  • 🔖 Publish #294
  • 🔖 Publish #279

28 January 2022

  • 🐛 Fix raw mode #297
  • 🐛 Add @jovotech/cli-command-update plugin to config #293

26 January 2022

  • ♻️ Improve config implementation #291
  • 🚸 Introduce hints #270
  • 📝 Improve docs #285
  • ✨ Add jovo update #290
  • 🐛 Set process ID to environment #282
  • 🚑 Prevent collision of exec paths #283
  • 👽 Use @oclif/help and fix vulnerabilities #278
  • 🚸 Re-export ProjectConfig #276
  • 🔖 Publish #264

10 December 2021

  • ✨ Implement getInitConfig() #267
  • 🐛 Fix blinking spinner on Windows #273
  • 🚑 Adjust webhook #272
  • ♻️ Replace Spinnies library with Ora #266
  • 🥅 Introduce JovoCliError instance check #271
  • 🔨 Uninstall Jovo CLI v3 before installing v4 #263

17 November 2021

  • Fix piping process.stdin to child process #259
  • 🔖 Publish #248
  • 🔖 Release #244

16 November 2021

  • 🐛 Fix decorators blocking command execution #255
  • ♻️ Refactor Jovo CLI Wizard #254
  • ✨ Introduce command decorators #249
  • 🔥 Remove socket connection instantiation #251

8 October 2021

  • 🏷️ Remove @ts-ignores #247
  • 🩹 Enhance instance check on JovoCliError #245

5 October 2021

  • ♻️ Refactoring and Purging #243
  • ✨ Generate build files according to a provided stage #240
  • Add v4 docs #241
  • 🔥 Remove unneeded instance check for plugins #238
  • ✨ Add color logging #239

13 September 2021

  • 🚑️ Fix installation of CLI commands #237
  • ✨ Improve Model Validation #235

27 August 2021

  • 🔖 Publish #234
  • Async Model #233
  • 🥅 Improve error handling #232

19 August 2021

  • ♻️ Prepare v4 Beta Launch #230
  • 🐛 Fix merging on postpublish #229
  • ✨ Add automatic changelog generation #226

29 June 2021

  • Publish #222
  • ✨ Add Custom Logger, Fix new:stage #217

26 May 2021

  • ✨ Add Serverless Integration #201

25 April 2022

  • 🐛 Fix "mergeConfig is not a function" #333 #334

20 April 2022

  • 🐛 Fix bug in project config merge #328

14 April 2022

  • 👷 Updates npm scripts #320

17 February 2022

  • 🐛 Add isTTY check #317
  • Remove typo in shell command #309
  • 🔖 Publish 4.1.1 #307

17 February 2022

  • 🐛 Fixes spinner in CI environments #308 #312

  • 🐛 Pass args to serverless exec Fixes #310 #311

  • 🔖 Publish @jovotech/cli-command-run@4.1.1 #298

  • Merge pull request #311 from jovotech/v4/fix/args #310

  • 🐛 Pass args to serverless exec Fixes #310 #310

10 February 2022

  • 🐛 Fix multiple template builder calls #306
  • 🐛 Fix raw mode #297
  • 🔖 Publish #294
  • 🐛 Add @jovotech/cli-command-update plugin to config #293
  • 🔖 Publish #279

26 January 2022

  • ♻️ Improve config implementation #291
  • 🚸 Introduce hints #270
  • 📝 Improve docs #285
  • ✨ Add jovo update #290
  • 🐛 Set process ID to environment #282
  • 🚑 Prevent collision of exec paths #283
  • 👽 Use @oclif/help and fix vulnerabilities #278
  • 🚸 Re-export ProjectConfig #276
  • 🔖 Publish #264

10 December 2021

  • ✨ Implement getInitConfig() #267
  • 🐛 Fix blinking spinner on Windows #273
  • 🚑 Adjust webhook #272
  • ♻️ Replace Spinnies library with Ora #266
  • 🥅 Introduce JovoCliError instance check #271
  • 🔨 Uninstall Jovo CLI v3 before installing v4 #263

17 November 2021

  • Fix piping process.stdin to child process #259
  • 🔖 Publish #248
  • 🔖 Release #244

16 November 2021

  • 🐛 Fix decorators blocking command execution #255
  • ♻️ Refactor Jovo CLI Wizard #254
  • ✨ Introduce command decorators #249
  • 🔥 Remove socket connection instantiation #251

8 October 2021

  • 🏷️ Remove @ts-ignores #247
  • 🩹 Enhance instance check on JovoCliError #245

5 October 2021

  • ♻️ Refactoring and Purging #243
  • ✨ Generate build files according to a provided stage #240
  • Add v4 docs #241
  • 🔥 Remove unneeded instance check for plugins #238
  • ✨ Add color logging #239

13 September 2021

  • 🚑️ Fix installation of CLI commands #237
  • ✨ Improve Model Validation #235

27 August 2021

  • 🔖 Publish #234
  • Async Model #233
  • 🥅 Improve error handling #232

19 August 2021

  • ♻️ Prepare v4 Beta Launch #230
  • 🐛 Fix merging on postpublish #229
  • ✨ Add automatic changelog generation #226

29 June 2021

  • Publish #222
  • ✨ Add Custom Logger, Fix new:stage #217

26 May 2021

  • ✨ Add Serverless Integration #201

25 April 2022

  • 🐛 Fix "mergeConfig is not a function" #333 #334

20 April 2022

  • 🐛 Fix bug in project config merge #328

14 April 2022

  • 👷 Updates npm scripts #320

17 February 2022

  • 🐛 Add isTTY check #317
  • Remove typo in shell command #309
  • 🔖 Publish 4.1.1 #307

17 February 2022

  • 🐛 Fixes spinner in CI environments #308 #312

  • 🐛 Pass args to serverless exec Fixes #310 #311

  • 🔖 Publish @jovotech/cli-command-run@4.1.1 #298

  • Merge pull request #311 from jovotech/v4/fix/args #310

  • 🐛 Pass args to serverless exec Fixes #310 #310

10 February 2022

  • 🐛 Fix multiple template builder calls #306
  • 🐛 Fix raw mode #297
  • 🔖 Publish #294
  • 🐛 Add @jovotech/cli-command-update plugin to config #293
  • 🔖 Publish #279

26 January 2022

  • ♻️ Improve config implementation #291
  • 🚸 Introduce hints #270
  • 📝 Improve docs #285
  • ✨ Add jovo update #290
  • 🐛 Set process ID to environment #282
  • 🚑 Prevent collision of exec paths #283
  • 👽 Use @oclif/help and fix vulnerabilities #278
  • 🚸 Re-export ProjectConfig #276
  • 🔖 Publish #264

10 December 2021

  • ✨ Implement getInitConfig() #267
  • 🐛 Fix blinking spinner on Windows #273
  • 🚑 Adjust webhook #272
  • ♻️ Replace Spinnies library with Ora #266
  • 🥅 Introduce JovoCliError instance check #271
  • 🔨 Uninstall Jovo CLI v3 before installing v4 #263

17 November 2021

  • Fix piping process.stdin to child process #259
  • 🔖 Publish #248
  • 🔖 Release #244

16 November 2021

  • 🐛 Fix decorators blocking command execution #255
  • ♻️ Refactor Jovo CLI Wizard #254
  • ✨ Introduce command decorators #249
  • 🔥 Remove socket connection instantiation #251

8 October 2021

  • 🏷️ Remove @ts-ignores #247
  • 🩹 Enhance instance check on JovoCliError #245

5 October 2021

  • ♻️ Refactoring and Purging #243
  • ✨ Generate build files according to a provided stage #240
  • Add v4 docs #241
  • 🔥 Remove unneeded instance check for plugins #238
  • ✨ Add color logging #239

13 September 2021

  • 🚑️ Fix installation of CLI commands #237
  • ✨ Improve Model Validation #235

27 August 2021

  • 🔖 Publish #234
  • Async Model #233
  • 🥅 Improve error handling #232

19 August 2021

  • ♻️ Prepare v4 Beta Launch #230
  • 🐛 Fix merging on postpublish #229
  • ✨ Add automatic changelog generation #226

29 June 2021

1 June 2021

  • ✨ Add Custom Logger, Fix new:stage #217

26 May 2021

  • ✨ Add Serverless Integration #201

25 April 2022

  • 🐛 Fix "mergeConfig is not a function" #333 #334

20 April 2022

  • 🐛 Fix bug in project config merge #328

14 April 2022

  • 👷 Updates npm scripts #320

17 February 2022

  • 🐛 Add isTTY check #317
  • Remove typo in shell command #309
  • 🔖 Publish 4.1.1 #307

17 February 2022

  • 🐛 Fixes spinner in CI environments #308 #312

  • 🐛 Pass args to serverless exec Fixes #310 #311

  • 🔖 Publish @jovotech/cli-command-run@4.1.1 #298

  • Merge pull request #311 from jovotech/v4/fix/args #310

  • 🐛 Pass args to serverless exec Fixes #310 #310

10 February 2022

  • 🐛 Fix multiple template builder calls #306
  • 🐛 Fix raw mode #297
  • 🔖 Publish #294
  • 🐛 Add @jovotech/cli-command-update plugin to config #293
  • 🔖 Publish #279

26 January 2022

  • ♻️ Improve config implementation #291
  • 🚸 Introduce hints #270
  • 📝 Improve docs #285
  • ✨ Add jovo update #290
  • 🐛 Set process ID to environment #282
  • 🚑 Prevent collision of exec paths #283
  • 👽 Use @oclif/help and fix vulnerabilities #278
  • 🚸 Re-export ProjectConfig #276
  • 🔖 Publish #264

10 December 2021

  • ✨ Implement getInitConfig() #267
  • 🐛 Fix blinking spinner on Windows #273
  • 🚑 Adjust webhook #272
  • ♻️ Replace Spinnies library with Ora #266
  • 🥅 Introduce JovoCliError instance check #271
  • 🔨 Uninstall Jovo CLI v3 before installing v4 #263

17 November 2021

  • Fix piping process.stdin to child process #259
  • 🔖 Publish #248
  • 🔖 Release #244

16 November 2021

  • 🐛 Fix decorators blocking command execution #255
  • ♻️ Refactor Jovo CLI Wizard #254
  • ✨ Introduce command decorators #249
  • 🔥 Remove socket connection instantiation #251

8 October 2021

  • 🏷️ Remove @ts-ignores #247
  • 🩹 Enhance instance check on JovoCliError #245

5 October 2021

  • ♻️ Refactoring and Purging #243
  • ✨ Generate build files according to a provided stage #240
  • Add v4 docs #241
  • 🔥 Remove unneeded instance check for plugins #238
  • ✨ Add color logging #239

13 September 2021

  • 🚑️ Fix installation of CLI commands #237
  • ✨ Improve Model Validation #235

27 August 2021

  • 🔖 Publish #234
  • Async Model #233
  • 🥅 Improve error handling #232

19 August 2021

  • ♻️ Prepare v4 Beta Launch #230
  • 🐛 Fix merging on postpublish #229
  • ✨ Add automatic changelog generation #226

29 June 2021

1 June 2021

  • ✨ Add Custom Logger, Fix new:stage #217

26 May 2021

  • ✨ Add Serverless Integration #201

25 April 2022

  • 🐛 Fix "mergeConfig is not a function" #333 #334

20 April 2022

  • 🐛 Fix bug in project config merge #328

14 April 2022

  • 👷 Updates npm scripts #320

17 February 2022

  • 🐛 Add isTTY check #317
  • Remove typo in shell command #309
  • 🔖 Publish 4.1.1 #307

17 February 2022

  • 🐛 Fixes spinner in CI environments #308 #312

  • 🐛 Pass args to serverless exec Fixes #310 #311

  • 🔖 Publish @jovotech/cli-command-run@4.1.1 #298

  • Merge pull request #311 from jovotech/v4/fix/args #310

  • 🐛 Pass args to serverless exec Fixes #310 #310

10 February 2022

  • 🐛 Fix multiple template builder calls #306
  • 🐛 Fix raw mode #297
  • 🔖 Publish #294
  • 🐛 Add @jovotech/cli-command-update plugin to config #293
  • 🔖 Publish #279

26 January 2022

  • ♻️ Improve config implementation #291
  • 🚸 Introduce hints #270
  • 📝 Improve docs #285
  • ✨ Add jovo update #290
  • 🐛 Set process ID to environment #282
  • 🚑 Prevent collision of exec paths #283
  • 👽 Use @oclif/help and fix vulnerabilities #278
  • 🚸 Re-export ProjectConfig #276
  • 🔖 Publish #264

10 December 2021

  • ✨ Implement getInitConfig() #267
  • 🐛 Fix blinking spinner on Windows #273
  • 🚑 Adjust webhook #272
  • ♻️ Replace Spinnies library with Ora #266
  • 🥅 Introduce JovoCliError instance check #271
  • 🔨 Uninstall Jovo CLI v3 before installing v4 #263

17 November 2021

  • Fix piping process.stdin to child process #259
  • 🔖 Publish #248
  • 🔖 Release #244

16 November 2021

  • 🐛 Fix decorators blocking command execution #255
  • ♻️ Refactor Jovo CLI Wizard #254
  • ✨ Introduce command decorators #249
  • 🔥 Remove socket connection instantiation #251

8 October 2021

  • 🏷️ Remove @ts-ignores #247
  • 🩹 Enhance instance check on JovoCliError #245

5 October 2021

  • ♻️ Refactoring and Purging #243
  • ✨ Generate build files according to a provided stage #240
  • Add v4 docs #241
  • 🔥 Remove unneeded instance check for plugins #238
  • ✨ Add color logging #239

13 September 2021

  • 🚑️ Fix installation of CLI commands #237
  • ✨ Improve Model Validation #235

27 August 2021

  • 🔖 Publish #234
  • Async Model #233
  • 🥅 Improve error handling #232

19 August 2021

  • ♻️ Prepare v4 Beta Launch #230
  • 🐛 Fix merging on postpublish #229
  • ✨ Add automatic changelog generation #226

29 June 2021

1 June 2021

  • ✨ Add Custom Logger, Fix new:stage #217

26 May 2021

  • ✨ Add Serverless Integration #201

18 November 2021

  • Fix piping process.stdin to child process #259

  • 🐛 Fix decorators blocking command execution #255

  • ♻️ Refactor Jovo CLI Wizard #254

  • ✨ Introduce command decorators #249

  • 🔥 Remove socket connection instantiation #251

  • 🔖 Publish #248

  • 🏷️ Remove @ts-ignores #247

  • 🩹 Enhance instance check on JovoCliError #245

  • 🔖 Release #244

  • ♻️ Refactoring and Purging #243

  • ✨ Generate build files according to a provided stage #240

  • Add v4 docs #241

  • 🔥 Remove unneeded instance check for plugins #238

  • ✨ Add color logging #239

  • 🚑️ Fix installation of CLI commands #237

  • ✨ Improve Model Validation #235

  • 🔖 Publish #234

  • Async Model #233

  • 🥅 Improve error handling #232

  • ♻️ Prepare v4 Beta Launch #230

  • 🐛 Fix merging on postpublish #229

  • ✨ Add automatic changelog generation #226

  • Publish #222

  • ✨ Add Custom Logger, Fix new:stage #217

  • ✨ Add Serverless Integration #201

  • 🚚 Abstract JovoCli class, pass instance to plugins #200

  • 🔨 Update jovo run process #199

  • ⬆️ Set @jovotech/cli-core as dependency #198

  • 🚚 Rename template #197

  • 🔥 Remove Google Assistant Plugin from Presets #196

  • 🐛 Change location of Oclif hooks #195

  • ⬆️ Update dependencies #193

  • 🔖 Prepare Alpha Release #192

  • ✨ Add support for default plugin configs #191

  • ✨ Introduce major v4 changes #190

  • 🚧 Add intermediate state to v4 #1

  • 🐛 Address various features/issues #174

  • 🐛 Fix bug for omitted project settings #173

  • 🐛 Fix minor issues #172

  • ✨🐛 Merge config actions, solve staging problem #171

  • ✨ Add support for Conversational Action Scenes #170

  • 🐛 Solve staging bug for Google Conversational Actions #168

  • ✨ Add Conversational Actions Platform Integration #160

  • rename some stuff in google platform #165

  • ⬆️ Bump lodash from 4.17.15 to 4.17.19 in /jovo-cli-platforms/jovo-cli-platform-google #154

  • ⬆️ Bump lodash from 4.17.15 to 4.17.19 in /jovo-cli-platforms/jovo-cli-platform-spokestack #155

  • ⬆️ Bump lodash from 4.17.15 to 4.17.19 in /jovo-cli-integrations/jovo-webhook-connector #156

  • ⬆️ Bump lodash from 4.17.15 to 4.17.19 in /jovo-cli-integrations/jovo-cli-deploy-lambda #157

  • ⬆️ Bump acorn from 6.4.0 to 6.4.1 in /jovo-cli-integrations/jovo-cli-deploy-lambda #151

  • 🐛 Fix deployment issues with Spokestack for skipping locales #153

  • ✨ Add Spokestack Platform Integration #150

  • 🐛 Fix dependecies version view #148

  • 🐛 Should fix jovo update for devDependencies #147

  • 🐛 Resolve ask-profile for ask-cli@v1, Fix problem with ask-cli@v2… #146

  • 🐛 Fix logs for undefined ask profile #145

  • 🐛 Resolve JOVO_WEBHOOK_URL for Skill Events #144

  • Alexa: allows use of env. variables instead of cli_config for ask-cli #143

  • 🥅 Enhance verbose error messages #142

  • 🏁 Fix Windows Error: ENAMETOOLONG #141

  • ♻️ Fix Error Log for Deprecated Folder Structure #139

  • 🐛 Suppress ask-cli Error Bug #138

  • ⬆️ Migrate ask-cli@v1 -> ask-cli@v2 #137

  • 💩 Add Warning for ask-cli@v2 #136

  • ✨ Add --clean Flag for Build Command #132

  • 🐛 Remove default values for Targets and Ask-Profiles #128

  • 🚑 Require .env values #123

  • ♻️ Remove default value for deploy.ts #121

  • ✨ Add Lifecycle Hooks for Global Validation #119

  • Add missing V3 version bumps #118

  • ✨ Add Commands Scaffold, Convert #114

  • ✨ Port to Oclif #113

  • ✨ Port to Oclif #112

  • ✨ Port to Oclif #105

  • 💄 Increase line width to accomodate ARNs in status messages #94

  • ✨ Add Cms Converter #86

  • #87 Add additional default values to skill.json #88

  • Fix for issue #67, Dialogflow deploys creating empty zip file #68

  • 🐛 accents in synonyms #66

  • Speeding up Travis build and switching from Node 7 to 8/10 #65

  • Addressed issue where vorpal actions weren't signaling done. #64

  • added quotes around the keyfile #58

  • Invocation name requirements #48

  • 🐛 always emit a response #32

  • 🐛 fixes help not displaying commands details #41

  • 🐛 Use ask profile when uploading lambda. #38

  • 🐛 Pass projectId when running build --deploy #26

  • ✨ Add activate service account + project id in app.json #27

  • ✨ add --record functionality #24

  • ✨ Add staging configuration to app.json + Bugfixes #17

  • fix #13 by using resolve-bin to locate nodemon #16

  • ♻️ Add --src parameter to lambda deployment, chainable get command, bugfixing #12

  • Breaking change: 💥 Version 1.0.0 #6

  • Merge pull request #16 from fgnass/master #13

  • use resolve-bin (fixes #13) #13