26 lines
674 B
Markdown
26 lines
674 B
Markdown
|
# Changelog
|
||
|
|
||
|
## [Unreleased][]
|
||
|
|
||
|
## [2.3.0][] - 2020-08-12
|
||
|
|
||
|
### Added
|
||
|
|
||
|
- Support for UMD package
|
||
|
([#41](https://github.com/niksy/throttle-debounce/pull/41))
|
||
|
|
||
|
## [2.2.1][] - 2020-06-08
|
||
|
|
||
|
### Changed
|
||
|
|
||
|
- Upgrade package
|
||
|
- Add Browserstack testing
|
||
|
- Add more detailed usage example to README
|
||
|
([#36](https://github.com/niksy/throttle-debounce/pull/36))
|
||
|
- Use ES2015+ features
|
||
|
|
||
|
[unreleased]: https://github.com/niksy/throttle-debounce/compare/v2.2.1...HEAD
|
||
|
[2.2.1]: https://github.com/niksy/throttle-debounce/tree/v2.2.1
|
||
|
[unreleased]: https://github.com/niksy/throttle-debounce/compare/v2.3.0...HEAD
|
||
|
[2.3.0]: https://github.com/niksy/throttle-debounce/tree/v2.3.0
|