Legend:
- I Class names are now a function of the style object, making it easier to perform intelligent server-side rendering.
- I Lodash is no longer a dependency, greatly reducing the size of the module.
- I Global registry so that (theoretically) multiple RCSSs can work well with
injectAll
.
- I
createClass
is nowregisterClass
, to reflect the procedure better. - I
merge
is nowcascade
. Same behavior, but renamed in case the functionality changes under the hood in the future. - I
registerClass
no longer mutates the passed-in object. Rather, it creates a wrapper around it. See API for more detail. - I Server-side rendering! See API.
- I Support for media-queries and pseudo-selectors.
- F Minor bugs.
- Initial public release.