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: NMFR/optimize-css-assets-webpack-plugin
base: b32b271d9d36f08ad2edea2a31f600ccaaf43296
Choose a base ref
...
head repository: NMFR/optimize-css-assets-webpack-plugin
compare: 09d29b323d0befd900f4691967033dbab480b389
Choose a head ref
  • 19 commits
  • 24 files changed
  • 6 contributors

Commits on Jul 15, 2018

  1. Update cssnano dependency 3.10.0 > 4.0.2

    Keep tests up to date to cssnano version changes.
    NMFR committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    62ea898 View commit details
    Browse the repository at this point in the history
  2. Remove mergePropertiesForSelectorWithOtherStylesPresentIssue52 test

    Seems that only adjecent rules should be merged (https://cssnano.co/optimisations/mergerules/). Otherwise the CSS rule priority could be broken.
    NMFR committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    3ece931 View commit details
    Browse the repository at this point in the history
  3. 5.0.0

    NMFR committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    c8c1356 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. fix word in readme (#66)

    Thx for the help :)
    prime-time authored and NMFR committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    50548b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. Option 'safe' is now a parser (#72)

    "Option safe was removed. Use parser: require("postcss-safe-parser")" in cssnano 4
    
    Closes #68
    Simon Kunz authored and NMFR committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    784677f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. Update cssnano dependency

    Fixes #76
    NMFR committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    44d5291 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. add a plugin option to support passing options cssnano v4 (#73)

    * pass cssNanoOptions to cssnano
    
    * update doc for cssProcessorPluginOptions
    
    * change cssNanoOptions to cssProcessorPluginOptions
    tommytroylin authored and NMFR committed Aug 29, 2018
    1 Configuration menu
    Copy the full SHA
    5c141d8 View commit details
    Browse the repository at this point in the history
  2. 5.0.1

    NMFR committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    ff3d469 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2018

  1. Handle query string in assetName (#82)

    Thx for the help
    jimvandervoort authored and NMFR committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    64f8309 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2019

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

Commits on Jun 28, 2019

  1. Upgrade dependency versions

    NMFR committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    110cc11 View commit details
    Browse the repository at this point in the history
  2. 5.0.2

    NMFR committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    eb7de19 View commit details
    Browse the repository at this point in the history
  3. Force npm version

    NMFR committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    71d09f3 View commit details
    Browse the repository at this point in the history
  4. 5.0.3

    NMFR committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    0a410a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. Update dependencies (#133)

    Update nvm node version
    Add .editorconfig
    Update dev dependencies
    Remove some dependencies vulnerabilities (`npm audit fix`)
    NMFR committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    b3a3ada View commit details
    Browse the repository at this point in the history
  2. 5.0.4

    NMFR committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    e9b84f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

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

Commits on May 16, 2021

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

    NMFR committed May 16, 2021
    Configuration menu
    Copy the full SHA
    09d29b3 View commit details
    Browse the repository at this point in the history