Skip to content

Latest commit

 

History

History
187 lines (112 loc) · 4.55 KB

File metadata and controls

187 lines (112 loc) · 4.55 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.2.0] - 2023-05-11

Added

  • CLI command to install middleware packages.
  • Support for Travis-CI build process.

Updated

  • Moved CLI command/options into respective groups.
  • Refactored getTemplatePath() - Travis ENOENT fix.

[0.2.1] - 2023-07-25

Updated

  • Replaced node Docker image w/ MSFT supported release.
  • templates: Removed VS Code Preview (use Built-in)

[0.3.0] - 2023-08-09

Added

  • Added support for listing plugins.

Updated

  • Support PM2 exec_mode (fork/cluster)

[0.3.1] - 2023-10-03

Fixed

  • Workaround dotfile publishing issues

Updated

  • Prevent overlapping tasks (watch_delay)
  • Removed globally scoped override

[0.3.2] - 2023-10-04

Fixed

  • Updated malformed value (use cwd)

Updated

  • Removed duplicate / in routePath

[0.4.0] - 2023-10-04

Added

  • Support for configured --runtime option

Fixed

  • Updated PM2 logs output location
  • Removed directory from watch

[0.5.0] - 2023-11-06

Added

  • Swagger headers schema in @openapi
  • nodeVersion template variable
  • .jsdocrc output template
  • Support for --profile arg in deploy script

Fixed

  • Updated AWS config access info
  • Updated node user mount location
  • Workaround NODE_APP_INSTANCE warnings
  • Revert - conflicting file renamed (.gitignore)

Updated

  • Replaced image with Lambda ECR base
  • Export types and related files during build
  • Package node engine to AWS supported (v18)
  • Upgraded devDependencies to latest

[0.5.1] - 2024-04-11

Updated

  • Deprecated AWS SDK v2 / nodejs18.x
  • Replaced Travis-CI with Github workflow

[0.5.2] - 2024-04-15

Fixed

[0.5.3] - 2024-04-17

  • Exported package TypeScript types (refactor)
  • Upgraded outdated dependencies
  • Updated copyright license year

[0.6.0] - 2024-04-22

  • Renamed/relocated JSDoc config
  • Upgraded ESLint config to flatconfig
  • Updated devcontainer /mnt volume $HOME location
  • Replaced JSDoc template minami w/ clean-jsdoc-theme

[0.6.1] - 2024-05-02

[0.6.2] - 2024-05-06

[0.6.3] - 2024-05-08

Added

Updated

[0.6.4] - 2024-05-30

Updated

[0.6.5] - 2024-05-30

Updated

  • Added Swagger dependency AppConfigPlugin
  • Removed redundant prefix in Route path
  • Ensure Swagger generated path matches routing
  • Removed hardcoded middleware, fix output

[0.6.6] - 2024-06-06

Updated

[0.6.7] - 2024-09-02

  • Upgraded outdated NPM packages

[0.6.8] - 2024-12-01

  • NPM security update (CVE-2024-21538)
  • Upgraded outdated NPM packages

[0.6.9] - 2025-08-02

  • Upgraded outdated NPM packages

[0.7.0] - 2025-09-08

  • Support latest stable Node.js release
  • Replaced mocha package w/ ts-mocha
  • Replaced ESLint deprecated release
  • Set unique s3_bucket name value
  • Replaced unsupported dependency (find)

[0.7.1] - 2025-09-15

  • Added quotes to !Sub interpolated values - template.yaml