main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
1.4 KB
|
Rev | Line | |
---|
[d565449] | 1 | # Changelog
|
---|
| 2 |
|
---|
| 3 | ## [Unreleased][]
|
---|
| 4 |
|
---|
| 5 | ## [3.0.1][] - 2020-11-02
|
---|
| 6 |
|
---|
| 7 | ### Fixed
|
---|
| 8 |
|
---|
| 9 | - Accessing `package.json` being restricted since it’s no longer exported
|
---|
| 10 | ([#43](https://github.com/niksy/throttle-debounce/pull/43))
|
---|
| 11 |
|
---|
| 12 | ## [3.0.0][] - 2020-10-28
|
---|
| 13 |
|
---|
| 14 | ### Changed
|
---|
| 15 |
|
---|
| 16 | - Avoid having bundles like Webpack load the UMD module
|
---|
| 17 | ([#42](https://github.com/niksy/throttle-debounce/pull/42))
|
---|
| 18 | - Upgrade package
|
---|
| 19 |
|
---|
| 20 | ### Removed
|
---|
| 21 |
|
---|
| 22 | - **Breaking**: Drop Node 8 support, package is no longer tested against it,
|
---|
| 23 | but it should still work since there are no code changes
|
---|
| 24 |
|
---|
| 25 | ## [2.3.0][] - 2020-08-12
|
---|
| 26 |
|
---|
| 27 | ### Added
|
---|
| 28 |
|
---|
| 29 | - Support for UMD package
|
---|
| 30 | ([#41](https://github.com/niksy/throttle-debounce/pull/41))
|
---|
| 31 |
|
---|
| 32 | ## [2.2.1][] - 2020-06-08
|
---|
| 33 |
|
---|
| 34 | ### Changed
|
---|
| 35 |
|
---|
| 36 | - Upgrade package
|
---|
| 37 | - Add Browserstack testing
|
---|
| 38 | - Add more detailed usage example to README
|
---|
| 39 | ([#36](https://github.com/niksy/throttle-debounce/pull/36))
|
---|
| 40 | - Use ES2015+ features
|
---|
| 41 |
|
---|
| 42 | [2.2.1]: https://github.com/niksy/throttle-debounce/tree/v2.2.1
|
---|
| 43 | [2.3.0]: https://github.com/niksy/throttle-debounce/tree/v2.3.0
|
---|
| 44 | [unreleased]: https://github.com/niksy/throttle-debounce/compare/v2.3.0...HEAD
|
---|
| 45 | [unreleased]: https://github.com/niksy/throttle-debounce/compare/v3.0.0...HEAD
|
---|
| 46 | [3.0.0]: https://github.com/niksy/throttle-debounce/tree/v3.0.0
|
---|
| 47 | [unreleased]: https://github.com/niksy/throttle-debounce/compare/v3.0.1...HEAD
|
---|
| 48 | [3.0.1]: https://github.com/niksy/throttle-debounce/tree/v3.0.1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.