Releases: pl12133/css-object-loader
Releases · pl12133/css-object-loader
0.0.7
Lots of development improvements:
- Add ESLint Semistandard configuration
- Add Mocha for unit testing
- Istanbul for code coverage.
- Travis and Coveralls for continuous integration and nice looking badges.
The loader seems stable at this point!
0.0.6
- Fix a bug where comments could be treated as declarations.
- Document how to use
css-object-loader
when you are already using css-loader
or style-loader
.
0.0.5
Documentation release.
- Explain what this loader does by linking to examples of the DOM and React usage of camelCase properties.
- Add the
repository
field so NPM will link to Github properly.
0.0.4
- Enabled caching!
- Remove redundant calls to
reduceDeclarationsToStyleObject
.
- Increase documentation throughout source code.
- Document interaction with CSS pre-processors.
Initial Stable
First release!
- The loader interprets CSS using reworkcss/css for proper CSS parsing.
- Basic documentation
- A logo for a quick summary of what this loader does.
A work in progress, contributions welcome.