v1.1.0
No new features in this release but I've refactored the code.
- Classy is now written in Javascript instead of CoffeeScript. I still love CoffeeScript and will continue to use it for private projects but it's easier for people to contribute in Javascript so I decided to switch.
- I've done some benchmarking and performance optimisations. Classy 1.1 is over 2x faster than Classy 1.0.
FYI: The performance optimisations are not related to the switch from CoffeeScript to JS, it is a completely independent refactoring.