requestanimationframe-timer
Version:
setTimeout and setInterval by using requestAnimationFrame
92 lines (41 loc) • 3.18 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [3.0.3](https://github.com/kambing86/requestanimationframe-timer/compare/v3.0.2...v3.0.3) (2020-01-08)
### Bug Fixes
* type and export issue ([8c18bb7](https://github.com/kambing86/requestanimationframe-timer/commit/8c18bb7db80b5035708db76a0a2e4b313fe03a39))
### [3.0.2](https://github.com/kambing86/requestanimationframe-timer/compare/v3.0.1...v3.0.2) (2020-01-08)
### Bug Fixes
* export issue ([b563c2e](https://github.com/kambing86/requestanimationframe-timer/commit/b563c2ed5f9e081a0a45c44d2270b864a1fe714a))
### [3.0.1](https://github.com/kambing86/requestanimationframe-timer/compare/v3.0.0...v3.0.1) (2020-01-08)
### Bug Fixes
* fix type definition ([73acca2](https://github.com/kambing86/requestanimationframe-timer/commit/73acca2f388539025d648318b3828abd2ccc12a3))
## [3.0.0](https://github.com/kambing86/requestanimationframe-timer/compare/v2.0.0...v3.0.0) (2020-01-08)
### ⚠ BREAKING CHANGES
* commonjs must use require('requestanimationframe-timer').default
### Bug Fixes
* performance tweak ([3852b08](https://github.com/kambing86/requestanimationframe-timer/commit/3852b089910afa74aecd439c08ab94f2db5b84d6))
* use typescript ([6c7caff](https://github.com/kambing86/requestanimationframe-timer/commit/6c7caff1a38c7fd5230b6aaca171fd3fd78f4182))
## [2.0.0](https://github.com/kambing86/requestanimationframe-timer/compare/v1.0.5...v2.0.0) (2019-12-30)
### ⚠ BREAKING CHANGES
* use babel 7 and only node >=10.18
* use babel 7 and only node >=10.18 ([c5122f0](https://github.com/kambing86/requestanimationframe-timer/commit/c5122f0974e68e60cbf310ef3679a087453da702))
### [1.0.5](https://github.com/kambing86/requestanimationframe-timer/compare/v1.0.4...v1.0.5) (2019-09-19)
### Bug Fixes
* update packages with vulnerability ([7e50a60](https://github.com/kambing86/requestanimationframe-timer/commit/7e50a60))
* update standard-version ([04aa641](https://github.com/kambing86/requestanimationframe-timer/commit/04aa641))
<a name="1.0.4"></a>
## [1.0.4](https://github.com/kambing86/requestanimationframe-timer/compare/v1.0.3...v1.0.4) (2018-01-04)
<a name="1.0.3"></a>
## [1.0.3](https://github.com/kambing86/requestanimationframe-timer/compare/v1.0.2...v1.0.3) (2018-01-04)
<a name="1.0.2"></a>
## [1.0.2](https://github.com/kambing86/requestanimationframe-timer/compare/v1.0.1...v1.0.2) (2018-01-03)
### Bug Fixes
* remove webpack as peerDependencies ([acbb8cf](https://github.com/kambing86/requestanimationframe-timer/commit/acbb8cf))
<a name="1.0.1"></a>
## [1.0.1](https://github.com/kambing86/requestanimationframe-timer/compare/v1.0.0...v1.0.1) (2018-01-03)
### Bug Fixes
* change the target to IE 10 to convert down to ES5 ([77c03f2](https://github.com/kambing86/requestanimationframe-timer/commit/77c03f2))
* optimize code ([84630ab](https://github.com/kambing86/requestanimationframe-timer/commit/84630ab))
<a name="1.0.0"></a>
# 1.0.0 (2018-01-03)
FIRST RELEASE!!