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.
- Moved Logger from server to middleware
- Changed instantiation of Logger to an instance from a static class
- Finished Test runner script
- Fixed a bug around JSON parsing
- Fixed an issue with the redis_db pop signature
- Fixed an issue where the range command was not giving the results correctly
- Fixed some documentation typos
- Updated roadmap to account for bug fix release
- Removed extraneous async methods
- Added publisher/subscribe routes and scripts
- Added documentation for publish/subscribe
- Added tests for publish functions
- Fixed some documentation typos
- Changed roadmap estimations based on availability
- Added Fix a configuration issue for exporting logger as middleware
- Fixed an issue with documentation typo
- Added middleware instance creation
- Cleaned up examples, initializing examples for exported modules was wrong
- Added images
- Corrected undefined exports
- Added support for wild card pattern matching for subscription events
- Moved documentation to documentation folder
- Documentation fixes
- Added formatters as an optional item to Logger initialization
- Added tests for logger
- Added request url, ip and query params to logging functions for Koa middleware
- Rewrote pusub documentation
- Added middleware filter with omitFields for configuration
- Added stripAnsi to log message before publishing
- Changed messageReceived parameter to be original log message
- Forgot to build module
- Removed console.log
- Added omit field
- Repaired faulty test