Skip to content

Releases: pl12133/css-object-loader

0.0.7

01 May 03:23
Compare
Choose a tag to compare
0.0.7 Pre-release
Pre-release

Lots of development improvements:

  1. Add ESLint Semistandard configuration
  2. Add Mocha for unit testing
  3. Istanbul for code coverage.
  4. 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
Choose a tag to compare
0.0.6 Pre-release
Pre-release
  1. Fix a bug where comments could be treated as declarations.
  2. 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
Choose a tag to compare
0.0.5 Pre-release
Pre-release

Documentation release.

  1. Explain what this loader does by linking to examples of the DOM and React usage of camelCase properties.
  2. Add the repository field so NPM will link to Github properly.

0.0.4

29 Apr 03:52
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release
  1. Enabled caching!
  2. Remove redundant calls to reduceDeclarationsToStyleObject.
  3. Increase documentation throughout source code.
  4. Document interaction with CSS pre-processors.

Initial Stable

29 Apr 01:03
Compare
Choose a tag to compare
Initial Stable Pre-release
Pre-release

First release!

  1. The loader interprets CSS using reworkcss/css for proper CSS parsing.
  2. Basic documentation
  3. A logo for a quick summary of what this loader does.

A work in progress, contributions welcome.