Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
niksy committed Apr 11, 2022
1 parent f5b9608 commit 2b16f6d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased][]

### Changed

- **Breaking**: Updated browser support, check
[Browserslist configuration](https://browserslist.dev/?q=bGFzdCAzIG1ham9yIHZlcnNpb25zLCBzaW5jZSAyMDE5LCBlZGdlID49IDE1LCBub3QgaWUgPiAw)
- **Breaking**: All additional options such as `noLeading`, `noTrailing` and
`debounceMode` are now part of options object instead of function arguments
- Upgrade package

## [3.0.1][] - 2020-11-02

### Fixed
Expand Down Expand Up @@ -41,8 +49,6 @@

[2.2.1]: https://github.com/niksy/throttle-debounce/tree/v2.2.1
[2.3.0]: https://github.com/niksy/throttle-debounce/tree/v2.3.0
[unreleased]: https://github.com/niksy/throttle-debounce/compare/v2.3.0...HEAD
[unreleased]: https://github.com/niksy/throttle-debounce/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/niksy/throttle-debounce/tree/v3.0.0
[unreleased]: https://github.com/niksy/throttle-debounce/compare/v3.0.1...HEAD
[3.0.1]: https://github.com/niksy/throttle-debounce/tree/v3.0.1
[unreleased]: https://github.com/niksy/throttle-debounce/compare/v3.0.1...HEAD
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# throttle-debounce

> **Main branch shows codebase for yet unreleased new major version, see
> [latest stable version](https://github.com/niksy/throttle-debounce/tree/v3.0.1)
> for documentation.**
[![Build Status][ci-img]][ci]
[![BrowserStack Status][browserstack-img]][browserstack]
[![Mentioned in Awesome Micro npm Packages][awesome-img]][awesome]
Expand Down

0 comments on commit 2b16f6d

Please sign in to comment.