Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

17 lines (12 loc) · 1.17 KB

2.0.1

  • Fix: profiler.output() will no longer throw when there are very few functions that have been profiled. (#26)

2.0.0

  • Breaking: Profiler now throws if you attempt to wrap an already wrapped function. (#24)
  • Breaking: Changed profiler.output() to take a character limit (1000 default) instead of a line limit. This should make .email more consistent. (#24)
  • Internal: Added tests. This has been missing for a while, and is needed to keep the profiler healthy. (#24)

1.3.0

  • New: Added this change log.
  • New: Added support for profiling getter/setter methods. (#11)
  • New: Wrapper functions now expose wrapped functions' toString() results. (#9)
  • Fix: Corrected the tick count for profiles that have ended. (#19)
  • Doc: Corrected library name in the example code.