This repository was archived by the owner on Aug 19, 2019. It is now read-only.
Releases: bigdatr/elephas
Releases · bigdatr/elephas
Allow to not listen.
Allows a lot of options to be disabled and for the server to not listen, allows elepas applications to be easily migrated to AWS lambda using the aws-serverless-express package.
- Removes babel requirement (source is precompiled )
- Allows disabling body-parser
- No longer includes redis store if not used.
- No longer requires express-session unless used.
- Allows disabling multer
Node 4, NPM Logging Levels
- Fixes for bugs in event emitter with new versions of node
- Upgraded winston to 2.0
- Use the new reverse logging levels (NPM style)
* [Allan Hortle] 0.4.0
* [Allan Hortle] Merge pull request #12 from bigdatr/feature/event-undefined-bugs
* [Allan Hortle] Merge pull request #13 from bigdatr/feature/fix-logging-order
* [Allan Hortle] remove new line
* [Allan Hortle] replace console.log statements with debugs
* [Allan Hortle] Ignore tags
* [Allan Hortle] Upgrade winston and bring in npm log levels
* [Allan Hortle] fix missing comma
* [Allan Hortle] Fix the logging order so that we can choose what gets logged
* [Allan Hortle] move the eventEmitter.call inside the class function