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.
- Option to choose a new default port for Express.
- Option to enable usage of CORS library for Express.
- When using Express, create /routes folder with example API route.
- Updated inquirer library.
- Add nodemon to
npm run dev
script. - Removed "https" protocol from console.log statement on Express app start.
- Option to enable reloading of project using
nodemon
.
- N/A
- Updated express setting to handle body-parser deprecation warning.
- Added Helmet to any project using Express
- Updated entry file for Express projects to utilize the built in body-parser logic for Express.
- N/A