Skip to content

Releases: DvdGiessen/virtual-clock

v1.2.3

27 Oct 23:31
22f52b9
Compare
Choose a tag to compare
  • Workaround for time listener using timeouts larger than 2^31-1 milliseconds.
  • Reference TypeScript typings directly from JS file using a triple-slash directive.
  • Tested and document compatibility with Deno.

v1.2.2

22 May 11:57
v1.2.2
95ddaf6
Compare
Choose a tag to compare
  • Remove field declarations in transpiled ES6 module file.
  • Updated URL to new virtual-clock.js.org homepage in documentation.

v1.2.1

23 Apr 22:53
v1.2.1
a1c910f
Compare
Choose a tag to compare
  • Fixed breaking issue for using transpiled library in browsers

v1.2.0

23 Apr 22:52
v1.2.0
96ddc36
Compare
Choose a tag to compare
v1.2.0 Pre-release
Pre-release
  • Fixed an issue with TypeScript definition
  • All clock methods are now bound to their clock object by default.
  • Support importing the transpiled library without specifying .default
  • Rewrote library description in README to better describe functionality
  • Published website with documentation and interactive example: https://dvdgiessen.github.io/virtual-clock/
  • Updated development dependencies, applied new linting rules
  • Run test suites on all latest non-EOL Node.js versions

v1.1.0

15 Feb 16:46
Compare
Choose a tag to compare
  • Distribute a ES6 module alongside the transpiled ES5 file
  • Added Flow and TypeScript type annotations files
  • Improved README and added API documentation
  • Time listener removal is now handled a lot nicer internally
  • Cleaner code style and formatting
  • Extended test suite, coverage is now 100%