Skip to content

Releases: MikeyBurkman/varanus

v2.0.1

22 Jul 00:48
Compare
Choose a tag to compare

Update to latest version of x51

v2.0.0

21 Jul 11:59
Compare
Choose a tag to compare
  • 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

19 Jun 21:07
Compare
Choose a tag to compare

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

v1.0.1

19 Jun 15:51
Compare
Choose a tag to compare

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

v0.1.0

14 Jun 20:35
Compare
Choose a tag to compare
  • 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

14 Jun 20:18
Compare
Choose a tag to compare

Fix bug in processing functions that don't return data

Changed log format

13 Jun 15:24
Compare
Choose a tag to compare
v0.0.2

Update package.json

Initial beta release

13 Jun 14:09
Compare
Choose a tag to compare
v0.0.1

add tests and fix bugs