Releases: DvdGiessen/virtual-clock
Releases · DvdGiessen/virtual-clock
v1.2.3
v1.2.2
- Remove field declarations in transpiled ES6 module file.
- Updated URL to new virtual-clock.js.org homepage in documentation.
v1.2.1
- Fixed breaking issue for using transpiled library in browsers
v1.2.0
- 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
- 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%