Skip to content

Releases: alexandrusavin/exectimer

Add support for browsers

15 Apr 09:25

Choose a tag to compare

Add support for browser by adding a shim that uses performance.now when process.hrtime is not available. It uses browser-process-hrtime to do this.

ES6 support

05 Dec 00:10

Choose a tag to compare

  • Code converted to ES6 style
  • Add wrap support for generator functions

Refactored tests and fixed median

27 Sep 11:27

Choose a tag to compare

v0.2.2

08 Nov 11:31

Choose a tag to compare

Version bump

v0.2.1

18 Aug 11:45

Choose a tag to compare

Switch to using process.hrtime() thus no dependencies are needed and the resolution is now nanoseconds.

v0.1.6 Small fixes and first github release

15 Aug 08:39

Choose a tag to compare