Skip to content

Releases: vitaly-t/pg-monitor

v.0.8.1

12 Jun 06:07
Compare
Choose a tag to compare
  • Upgrading ESLint to version 4.0.0
  • Adding tests to be checked by ESLint
  • Refactoring tests

v.0.8.0

07 Jun 01:29
Compare
Choose a tag to compare
  • 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

14 Jan 15:06
Compare
Choose a tag to compare
  • 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

03 Dec 14:52
Compare
Choose a tag to compare

Improving TypeScript support.

v.0.6.0

02 Dec 15:29
Compare
Choose a tag to compare

v.0.5.11

27 Jun 10:35
Compare
Choose a tag to compare

fixing a problem with colors - colors were lost when log event was used.

v.0.5.10

21 Jun 22:49
Compare
Choose a tag to compare

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

18 Jun 02:03
Compare
Choose a tag to compare

Improved handling for event error, to avoid crashing when it passes in an invalid Error object.

v.0.5.8

06 Jun 07:45
Compare
Choose a tag to compare
  • Removed tests from distribution
  • Documentation updates.

v.0.5.7

05 Jun 19:28
Compare
Choose a tag to compare

Correcting issues with the new parameters for events connect and disconnect.