Skip to content

Releases: MikeyBurkman/varanus

v2.0.1

Choose a tag to compare

@MikeyBurkman MikeyBurkman released this 22 Jul 00:48

Update to latest version of x51

v2.0.0

Choose a tag to compare

@MikeyBurkman MikeyBurkman released this 21 Jul 11:59
  • Varanus is now instantiated via create() rather than being a global.
  • Errors in monitored functions are now captured and included in records passed to flush.

v1.0.2

Choose a tag to compare

@MikeyBurkman MikeyBurkman released this 19 Jun 21:07

Just cleaned up some documentation and made the perf tests slightly more accurate

v1.0.1

Choose a tag to compare

@MikeyBurkman MikeyBurkman released this 19 Jun 15:51

Adds notion of log levels, allowing selective sending of logs based on environment

v0.1.0

Choose a tag to compare

@MikeyBurkman MikeyBurkman released this 14 Jun 20:35
  • The created timestamp is now the date when the function being monitored was started.
  • The logTime function's arguments were changed as a result. It now takes in both the start and end milli instead of just the millis it took to run the function.

v0.0.3

Choose a tag to compare

@MikeyBurkman MikeyBurkman released this 14 Jun 20:18

Fix bug in processing functions that don't return data

Changed log format

Choose a tag to compare

@MikeyBurkman MikeyBurkman released this 13 Jun 15:24
v0.0.2

Update package.json

Initial beta release

Choose a tag to compare

@MikeyBurkman MikeyBurkman released this 13 Jun 14:09
v0.0.1

add tests and fix bugs