bluejava / zousan

A Lightning Fast, Yet Very Small Promise A+ Compliant Implementation
MIT License
127 stars 13 forks source link

FEAT: Add .finally() #4

Closed alubbe closed 9 years ago

alubbe commented 9 years ago

See https://github.com/bluejava/zousan/issues/2 I find .finally very useful for cleanup tasks and I don't believe that your minified & gzipped file size will improve by much :)

I also wasn't sure how you minified (I assume uglify?), so I didn't touch that. Maybe you could add a minify/prepublish task to the package.json?

bluejava commented 9 years ago

Thanks for the pull request - and for following my commit message conventions! ;-)

alubbe commented 9 years ago

Thank you for accepting, adding tests and updating the README :+1: