UNPKG

2.2 kBMarkdownView 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.4.4] - 2019-12-06
8###Security
9- Updating dependencies
10
11## [0.4.3] - 2019-10-21
12###Security
13- Updating dependencies
14
15## [0.4.2] - 2019-08-28
16###Security
17- Updating dependencies
18
19## [0.4.1] - 2019-08-01
20### Fixed
21- Fixed resolveWith and resolveAfterWith
22
23## [0.4.0] - 2019-07-31
24### Added
25- [waitBy](docs/waitBy.md)
26- [rejectAfterBy](docs/rejectAfterBy.md)
27- [rejectAfterWith](docs/rejectAfterWith.md)
28- [rejectBy](docs/rejectBy.md)
29- [rejectWith](docs/rejectWith.md)
30- [resolveAfterBy](docs/resolveAfterBy.md)
31- [resolveAfterWith](docs/resolveAfterWith.md)
32- [resolveBy](docs/resolveBy.md)
33- [resolveWith](docs/resolveWith.md)
34
35## [0.3.3] - 2019-07-29
36###Security
37- Updating dependencies
38
39## [0.3.2] - 2019-06-11
40- Updating documentation
41
42## [0.3.1] - 2019-06-06
43- Fixing tests
44
45## [0.3.0] - 2019-03-15
46### Added
47- [debounce](docs/debounce.md)
48- [throttle](docs/throttle.md)
49
50## [0.2.0] - 2019-03-13
51### Added
52- [forRange](docs/forRange.md)
53
54## 0.1.0 - 2019-03-13
55### Added
56- [defer](docs/defer.md)
57- [delay](docs/delay.md)
58- [clear](docs/clear.md)
59- [wait](docs/wait.md)
60
61[0.4.4]: https://github.com/DarrenPaulWright/async-agent/compare/v0.4.3...0.4.4
62[0.4.3]: https://github.com/DarrenPaulWright/async-agent/compare/v0.4.2...0.4.3
63[0.4.2]: https://github.com/DarrenPaulWright/async-agent/compare/v0.4.1...0.4.2
64[0.4.1]: https://github.com/DarrenPaulWright/async-agent/compare/v0.4.0...0.4.1
65[0.4.0]: https://github.com/DarrenPaulWright/async-agent/compare/v0.3.3...0.4.0
66[0.3.3]: https://github.com/DarrenPaulWright/async-agent/compare/v0.3.2...0.3.3
67[0.3.2]: https://github.com/DarrenPaulWright/async-agent/compare/v0.3.1...0.3.2
68[0.3.1]: https://github.com/DarrenPaulWright/async-agent/compare/v0.3.0...0.3.1
69[0.3.0]: https://github.com/DarrenPaulWright/async-agent/compare/v0.2.0...0.3.0
70[0.2.0]: https://github.com/DarrenPaulWright/async-agent/compare/v0.1.0...0.2.0