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: v4.3.0
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: v5.0.0
Choose a head ref
  • 15 commits
  • 50 files changed
  • 5 contributors

Commits on Sep 22, 2020

  1. refactor: remove icss option (#1189)

    BRAKING CHANGE: the `icss` option was removed, please use `modules.compileType: 'icss'`
    cap-Bernardito authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    cfe669f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df111b8 View commit details
    Browse the repository at this point in the history
  3. feat: auto enable icss modules

    BREAKING CHANGE: Auto enable icss modules for all files for which /\.icss\.\w+$/i.test(filename)
    cap-Bernardito authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    2f1573f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Configuration menu
    Copy the full SHA
    0f95841 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52412f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd52931 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. feat: escape getLocalIdent by default (#1196)

    BREAKING CHANGE: returned value from the `getLocalIdent` escapes by default, the `exportName` value is always unescaped
    cap-Bernardito authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    d779eb1 View commit details
    Browse the repository at this point in the history
  2. feat: reduce runtime

    BREAKING CHANGE: runtime doesn't contain source maps function without `sourceMap: true`
    cap-Bernardito authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    9f974be View commit details
    Browse the repository at this point in the history
  3. refactor: emoji deprecate

    BREAKING CHANGE: `emoji` was deprecated
    cap-Bernardito authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    63b41be View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Configuration menu
    Copy the full SHA
    e5a9272 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Configuration menu
    Copy the full SHA
    92fe103 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Configuration menu
    Copy the full SHA
    b5c9379 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    7bfe85d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    747d62b View commit details
    Browse the repository at this point in the history
  3. chore(release): 5.0.0

    alexander-akait committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    1351e3a View commit details
    Browse the repository at this point in the history
Loading