All notable changes to this project will be documented in this file.
5.0.0 - 2020-01-24
- Changed delay time to run more slowly to reduce CPU than previously.
- Drop bower support.
4.0.4 - 2019-11-02
- Bump dev dependencies.
4.0.3 - 2019-08-18
- Fixed invalid uglifyjs option.
4.0.2 - 2019-03-18
- Fixed tests timeout.
4.0.0 - 2019-03-03
- Added
waitUntil
method. - Added core methods and properties to exports.
- Changed
till
method name tountil
- Changed the key name to
done
instead ofend
inrepeat
method with arguments passed as object. - Changed use
return chillout.StopIteration
to stop the loop instead ofreturn false
.
- Fixed parameters can be passed when called with nested Promise.
3.1.9 - 2018-12-10
- Fixed
can't find module
using "require".
3.1.8 - 2018-12-10
- Fixed result when using
async/await
.
- Change internal iteration stopper.
3.1.7 - 2018-05-10
- Fixed bug for
can't find module
.
3.1.6 - 2018-02-17
- Fixed build commands.
3.1.4 - 2017-07-15
- Change eslint base to
eslint:recommended
.
3.1.3 - 2017-01-20
- Improve return statement in iterator function. Thanks to @JuhQ.
3.1.0 - 2016-06-06
- Add forOf iterator.
3.0.0 - 2016-04-30
- Change API method names.
2.0.0 - 2016-03-12
- Modularize the code base
1.1.5 - 2016-02-12
- Fix chillout.each to work with generic array-like object instead of an array.
1.1.0 - 2016-01-15
- Fix setImmediate by MessageChannel.
1.0.0 - 2016-01-05
- First release.