 ✔ v0.1-alpha @done (16-05-18 17:40)
   ✔ add a animated decorator for slow functions @done (16-05-18 05:16)
 ✔ v0.1.1-alpha @done (16-05-19 12:38)
   ✔ add optional argument for decorator animated, more descriptive messages @done (16-05-18 17:40)
 ✔ v0.2-beta @done (16-05-19 13:49)
   ✔ support context manager for decorator @animated @done (16-05-19 12:30)
   ✔ add basics decorators: cache, count_time, debug, counter and @done (16-05-19 12:30)
   ✔ handle sigint signal when user send ctrl+c (stop thread and animation) for animated @done (16-05-19 12:33)
   ✔ for the complex animated decorator, use a class instead a simple function @done (16-05-19 12:40)
   ✔ refactoring the _spinner function for more clearness @done (16-05-19 12:47)
   ✔ added tests for the general.py, the basic decorators @done (16-05-19 13:46)
 ✔ v0.2.1-beta @done (16-05-19 14:54)
   ✔ use animated as class instead a function wrapper (equal to AnimatedDecorator) @done (16-05-19 14:53)
   ✔ fixed tests for count_time decorator, use sleep to avoid time almost 0 @done (16-05-19 14:53)
   ✔ remove requirements-dev because is useless and the build was breaking with this @done (16-05-19 14:53)
 ✔ v0.3 @done (16-05-20 15:11)
   ✔ closes #2: fix usage of function without args @done (16-05-20 15:11)
   ✔ add support for nested context managers @done (16-05-20 15:11)
   ✔ add inital tests for animated decorator, whose will be more hard to break the things @done (16-05-20 15:11)
   ✔ correct setup of CI with coverage using codecov (96% now!) @done (16-05-20 15:11)
   ✔ fix problem with logging in animated.py to not progagate the logging when is desactivated (affects ryukinix/mal) @done (16-05-20 15:11)
   ✔ in nested @animated executions, correct handle animation context @done (16-05-20 15:15)
 ✔ v0.4 @done (16-05-22 08:13)
    ✔ general refactoring of lib on a better idiomatic way @done (16-05-22 08:13)
    ✔ added more asciiarts on asciiart.py @done (16-05-22 08:13)
    ✔ added the awesome @writing decorator @done (16-05-22 08:13)
    ✔ wrote the docstrings for all functions and modules (in a simple way, BTW) @done (16-05-22 08:13)
    ✔ added stream.py as colection of streams @done (16-05-22 08:13)
    ✔ added a base class for Decorator, useful for new decorators @done (16-05-22 08:13)
    ✔ split debugging decorators (debug, counter, count_time) on debugging.py @done (16-05-22 08:13)
    ✔ fix the problem of double-lines! beauty use of @animated decorator without pain of internal prints @done (16-05-22 08:13)
    ✔ added the decorator base class @done (16-05-24 03:55)
    ✔ added the @writing decorator on animation.py @done (16-05-24 03:56)
    ✔ added new tests from  hell: color, decorator and review of debugging. @done (16-05-24 03:56)
    ✔ added .coveragerc in the repostiory based on you own specification. @done (16-05-24 03:57)
   