The latest LightApp release adds full ES6 support, new process management tools, and more.
Release Notes
New In This Version
- Added Babel with support for ES2017
- Updated LightApp code to ES6
- Replaced effd library with Bluebird promises
- Added Nodemon and PM2 for process management
- Added Yarn lockfile
- Added Pino logging
- Added ESLint linting
- Added Mocha testing utilities
- Updated NPM scripts
- Updated Dockerfile to use Yarn and new run script
- Added Travis CI config to test code and Docker builds
Bug Fixes
- Fixed a promise-related console error seen on HTTP requests