alinex-async
Version:
An extended version of the async library.
27 lines (21 loc) • 832 B
Markdown
Version changes
=================================================
The following list gives a short overview about what is changed between
individual versions:
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