UNPKG

726 BMarkdownView Raw
1# Changelog
2All notable changes to this project will be documented in this file.
3
4The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
6
7## [0.3.0] - 2019-3-15
8### Added
9- [debounce](docs/debounce.md)
10- [throttle](docs/throttle.md)
11
12## [0.2.0] - 2019-3-13
13### Added
14- [forRange](docs/forRange.md)
15
16## 0.1.0 - 2019-3-13
17### Added
18- [defer](docs/defer.md)
19- [delay](docs/delay.md)
20- [clear](docs/clear.md)
21- [wait](docs/wait.md)
22
23[0.3.0]: https://github.com/DarrenPaulWright/async-agent/compare/v0.2.0...0.3.0
24[0.2.0]: https://github.com/DarrenPaulWright/async-agent/compare/v0.1.0...0.2.0