v0.2.0 Out of Beta finally!
The release version of 0.2.0 has now finally landed. Since the last beta, a couple of things have been added
Addon support!!
Using a style manifest file, where each component style gets imported, rather then just concatenated them all together.
Using post css parser for scss, less, and css rather then just wrapping the styles in the namespace
Made the generated class name a computed property so that it can be used in different scenarios (BEM, wormholes, etc)
Added acceptance tests for most use cases.