Releases: vitaly-t/pg-monitor
Releases · vitaly-t/pg-monitor
v.0.8.1
- Upgrading ESLint to version 4.0.0
- Adding tests to be checked by ESLint
- Refactoring tests
v.0.8.0
- Implementing #12, by adding support for optional property
info.ctx
within event log
- Removed support for Node.js 0.10 and 0.12. Now the minimum is Node 4.x
- Added explicit testing for Node 8.x
- Integrated ESLint
- TypeScript updates
- Documentation updates
v.0.7.1
- Improved TypeScript 2.x support
- Breaking changes: now use methods
setLog
and setDetailed
to set properties log
and detailed
- Documentation updates
- Dependencies updates
v.0.6.1
Improving TypeScript support.
v.0.5.11
fixing a problem with colors - colors were lost when log event was used.
v.0.5.10
Added automatic removal of colors when being printed into a non-screen device, such as a text file.
Now you can redirect pg-monitor output into a file, and it will look nice, without all the color mess.
v.0.5.9
Improved handling for event error
, to avoid crashing when it passes in an invalid Error
object.
v.0.5.8
- Removed tests from distribution
- Documentation updates.
v.0.5.7
Correcting issues with the new parameters for events connect
and disconnect
.