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/mini-css-extract-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: webpack-contrib/mini-css-extract-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.2
Choose a head ref
  • 19 commits
  • 97 files changed
  • 17 contributors

Commits on Apr 18, 2018

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

Commits on May 7, 2018

  1. chore(defaults): Applies latest webpack-defaults (#82)

    * chore: Updates to lates defaults version
    
     - Migrates to CircleCI 2.0 from Travis
     - Removes Appveyor by default ( can be opted into )
     - Uses a non-deprecated form of eslit config
     - Adds base codecov config
     - Adds commitlint config / hook
     - Updates PR templates & adds Codeowners
     - Prettier tooling & complementary eslit config added
    
    * chore: Defaults updates to pacakge meta
    
     - Updates engines range to disclude nodejs 7 ( we test on 9.x )
     - Moves to scoped version of eslint config w/ prettier support
     - Moves to scoped version of schema-utils with pretty output
     - Adds commit message validation scripts
     - Update CI related scripts for CircleCI 2.0
    
    * ci(circle): Adds CircleCI 2.0 configuration
    
     - Implements workflow on custom build containers
     - Fails fast on static analysis or minimum node version test failure
     - Executes canary suite ( or doesn't ) based on semver comparison of Webpack dist-tags
    
    * docs: Updates status badges & removes image table
    
     - Tobias didn't want his picture in there
    
    * style: Update code style for prettier / eslint configuration
    
    * docs: Update badges to remove engines badge
    
    * chore(package): applies defaults 2.3
    
     - Switches from Angular to Conventional commit config
     - Adds Contributing documentation ( w/ commit conventions)
    
    * chore: adds overwritten `test:manual` script
    joshwiens authored May 7, 2018
    Configuration menu
    Copy the full SHA
    2709413 View commit details
    Browse the repository at this point in the history
  2. docs: add CSS extract based on entry (#121)

    * Added CSS extract based on entry
    
    * woops,typo
    
    * fixed rebase artifact
    verydanny authored and evilebottnawi committed May 7, 2018
    Configuration menu
    Copy the full SHA
    41347f7 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2018

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

Commits on Jun 6, 2018

  1. docs: fix typo (#169)

    stephan281094 authored and evilebottnawi committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    fd72fd7 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. docs: do not match .ass (#127)

    Robert Claypool authored and evilebottnawi committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    98b4d0e View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. docs: publicPath documentation (#187)

    * Update README.md
    
    Update README.md to tell user they can specify a custom path in `url`, relative or absolute
    
    * test: add test case for simple
    
    * test: add a new test case for publicpath option
    
    * test: reset the change of simple test case
    
    * Update webpack.config.js
    way2ex authored and evilebottnawi committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    0b3a7b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. docs: fix simple example (#189)

    gerasimov authored and evilebottnawi committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    eff04a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. Configuration menu
    Copy the full SHA
    e00bcda View commit details
    Browse the repository at this point in the history
  2. fix: conflict multiple asset error (#194)

    * fix: conflict multiple asset error
    
    * fix: modify to work well in mode:'none'
    
    * test: add contenthash-multiple-entries test code
    
    * fix: remove change, cleanup test, upgrade webpack version
    unchai authored and evilebottnawi committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    1023d22 View commit details
    Browse the repository at this point in the history
  3. fix: CSS ordering for config with multiple entry points (#130)

    * Create failing unit test
    
    * Fix bug with multiple entry point CSS ordering
    
    * fix: missed linting errors
    
    * fix: update webpack version
    
    * revert: fix bug with multiple entry point CSS ordering
    
    * fix: use per chunk group indices in newer webpack versions
    bawjensen authored and evilebottnawi committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    79373eb View commit details
    Browse the repository at this point in the history
  4. chore(release): 0.4.1

    alexander-akait committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    4afcfe2 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

  1. Configuration menu
    Copy the full SHA
    1644c16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30b89d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. test: loading order (#236)

    * fix css files load order mismatch #188
    
    * fix(src): fix sort bug
    
    * feat(test): add test
    
    * test(sorting): add test case which uses the fallback behavior
    
    * fix(sorting): revert change to restore original behavior
    
    This fixes the testcase
    ShanaMaid authored and evilebottnawi committed Aug 14, 2018
    2 Configuration menu
    Copy the full SHA
    97e2f4c View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Configuration menu
    Copy the full SHA
    3d12bc7 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    c3b363d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff163bc View commit details
    Browse the repository at this point in the history
  4. chore(release): 0.4.2

    alexander-akait committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    c7fa62e View commit details
    Browse the repository at this point in the history
Loading