Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: webpack-contrib/css-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.26.2
Choose a base ref
...
head repository: webpack-contrib/css-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.27.0
Choose a head ref
  • 13 commits
  • 14 files changed
  • 7 contributors

Commits on Mar 9, 2017

  1. Configuration menu
    Copy the full SHA
    c769ac3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3362b10 View commit details
    Browse the repository at this point in the history
  3. docs(readme): add intro to usage

    simon04 authored and joshwiens committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    d4ac0e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2b85d7 View commit details
    Browse the repository at this point in the history
  5. chore(release): 0.26.4

    joshwiens committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    24aac10 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2303df4 View commit details
    Browse the repository at this point in the history
  7. docs: README.md line endings

    joscha authored and joshwiens committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    d7308bc View commit details
    Browse the repository at this point in the history
  8. fix: minimizeOptions should be query.minimize!

    It's a mistake according to the doc.
    
    Init `minimizeOptions` should be `query.minimize` rather than just query.
    
    https://github.com/webpack/css-loader#minification
    JounQin authored and joshwiens committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    16c0858 View commit details
    Browse the repository at this point in the history
  9. test: fix test error

    JounQin authored and joshwiens committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    ac7ab1f View commit details
    Browse the repository at this point in the history
  10. feat: Include the sourceMappingURL & sourceURL when toString()

    This feature is useful when you need to pass the result of css-loader to angular: call to require('to-string-loader!css-loader? sourceMap!sass-loader?sourceMap!./ test.scss') will include source mapping, And finally assigned to the component's styles metadata
    Zhicheng Wang authored and joshwiens committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    6da7e90 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2017

  1. chore(release): add standard-version & update travis build (#446)

    * chore(release): add standard-version & scripts
    
    * docs(readme): update coverage badge
    
    * ci(travis): fix minimum nodejs version
    joshwiens authored Mar 10, 2017
    Configuration menu
    Copy the full SHA
    17faa31 View commit details
    Browse the repository at this point in the history
  2. feat: allow removal of original class name (#445)

    * feat: allow removal of original class name
    
    * add comment for 1.0.0
    
    * docs: move table
    
    * docs: consistency
    joscha authored and joshwiens committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    3f78361 View commit details
    Browse the repository at this point in the history
  3. chore(release): 0.27.0

    joshwiens committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    9504ea5 View commit details
    Browse the repository at this point in the history
Loading