UNPKG

alinex-async

Version:

An extended version of the async library.

84 lines (69 loc) 2.66 kB
Version changes ================================================= The following list gives a short overview about what is changed between individual versions: Version 1.0.1 (2016-04-29) ------------------------------------------------- No changes in code, only deprecated message. - Add deprecated message. - Fixed general link in README. Version 1.0.0 (2016-02-04) ------------------------------------------------- - Upgraded alinex-builder. - updated ignore files. - Fixed style of test cases. - Fixed lint errors in code. - Updated meta data of package and travis build versions. Version 0.2.5 (2015-11-06) ------------------------------------------------- - Minor fix in test case. - Fixed bug in onceTime where subsequent calls are not really once-in-a-time. Version 0.2.4 (2015-10-27) ------------------------------------------------- - Fixed bug then context is missing. - Add missing debug statement. - Added description of how to use once...() in module.exports. Version 0.2.3 (2015-07-08) ------------------------------------------------- - Added and tested support for context in once...(). Version 0.2.2 (2015-07-08) ------------------------------------------------- - Upgraded chai module. - Added debugging for all async.once... methods. - Fixed onceTime() to run subsequent calls in the next block. - Updated insstall documentation. - Made badge links npm compatible in documentation. - Extended test coverage. - Add coveralls. - Fixed documentation bug. Version 0.2.1 (2015-05-22) ------------------------------------------------- - Added tests for mapOfSeries and mapOfLimit. - Optimized documentation. Version 0.2.0 (2015-05-22) ------------------------------------------------- - Added mapOf... methods. - Updated core async module to version 1.0. - Updated code style and added map...() documentation. - Updated documentation. - Update documentation structure. - Added documentation for each... methods - Fixed version. - Added information for version 0.1.3 Version 0.1.2 (2015-03-02) ------------------------------------------------- - Fixed package structure and declared async module as mandatory. - Added more documentation. - Fixed typo in documentation. Version 0.1.1 (2015-02-27) ------------------------------------------------- - Restructured names to adapt default async style. - Explained the async.once call more detailed. Version 0.1.0 (2015-02-27) ------------------------------------------------- - Include once methos from alinex-once. - Removed coverage service. - Added simple test to check main async is working. - Updated to use the new builder instead of make. - Integrated normal async. - Initial commit