Releases: pl12133/css-object-loader
Releases · pl12133/css-object-loader
0.0.7
01 May 03:23
Compare
Sorry, something went wrong.
No results found
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
01 May 01:11
Compare
Sorry, something went wrong.
No results found
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
30 Apr 21:32
Compare
Sorry, something went wrong.
No results found
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
29 Apr 03:52
Compare
Sorry, something went wrong.
No results found
Enabled caching!
Remove redundant calls to reduceDeclarationsToStyleObject.
Increase documentation throughout source code.
Document interaction with CSS pre-processors.
Initial Stable
29 Apr 01:03
Compare
Sorry, something went wrong.
No results found
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.