Skip to content

v1.1.0

Compare
Choose a tag to compare
@davej davej released this 07 Mar 01:13
· 23 commits to master since this release

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.