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: 57eb5059759f2ed1470b9c7efb6c457d90e6baeb
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: 1351e3a2a4b05fefb9b522b6be8abb60e4f8cda4
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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    cfe669f View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    df111b8 View commit details
  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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2f1573f View commit details

Commits on Sep 23, 2020

  1. Copy the full SHA
    0f95841 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    52412f6 View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    dd52931 View commit details

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
    Copy the full SHA
    d779eb1 View commit details
  2. feat: reduce runtime

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

    BREAKING CHANGE: `emoji` was deprecated
    cap-Bernardito authored Sep 24, 2020
    Copy the full SHA
    63b41be View commit details

Commits on Oct 6, 2020

  1. Copy the full SHA
    e5a9272 View commit details

Commits on Oct 7, 2020

  1. Copy the full SHA
    92fe103 View commit details

Commits on Oct 8, 2020

  1. Copy the full SHA
    b5c9379 View commit details

Commits on Oct 13, 2020

  1. Copy the full SHA
    7bfe85d View commit details
  2. Copy the full SHA
    747d62b View commit details
  3. chore(release): 5.0.0

    alexander-akait committed Oct 13, 2020
    Copy the full SHA
    1351e3a View commit details
Loading