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: FullHuman/purgecss
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: FullHuman/purgecss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.0
Choose a head ref
  • 17 commits
  • 17 files changed
  • 2 contributors

Commits on Aug 1, 2017

  1. Add minification of library

    - rollup-plugin-uglify
    Ffloriel committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    6e220b1 View commit details
    Browse the repository at this point in the history
  2. Add comments

    Ffloriel committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    9d098e2 View commit details
    Browse the repository at this point in the history
  3. Update README

    - add extractor section
    Ffloriel committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    9fd4044 View commit details
    Browse the repository at this point in the history
  4. v0.5.0

    - build with rollup and minification
    - change default extractor from split to match regex
    -  v0.5.0
    Ffloriel committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    e18daf6 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2017

  1. remove package-lock.json

    - add package-lock.json to the gitgnore
    - add package-lock false to npmrc
    - delete package-lock file
    Ffloriel committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    81a1bcd View commit details
    Browse the repository at this point in the history
  2. update dev dependencies

    - update dependencies
    - node > 4.0 required
    Ffloriel committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    bf53d40 View commit details
    Browse the repository at this point in the history
  3. v0.6.0

    - new build
    Ffloriel committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    3397e4f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2017

  1. update dependencies

    Ffloriel committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    7d4c0f1 View commit details
    Browse the repository at this point in the history
  2. update rollup config, new build, prettier

    - update rollup config with the new naming
    - new build with rollup
    - npm run prettier
    Ffloriel committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    eea489a View commit details
    Browse the repository at this point in the history
  3. v0.6.1

    Ffloriel committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    a1e6779 View commit details
    Browse the repository at this point in the history
  4. refactor tests

    Ffloriel committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    8a6b05e View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2017

  1. fix bug undefined selectors

    - fix bug undefined selectors #13
    Ffloriel committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    623e6fc View commit details
    Browse the repository at this point in the history
  2. v0.7.0

    Ffloriel committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    bc004c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2017

  1. update postcss-selector-parser

    - update postcss-selector-parser to 3.0.0
    Ffloriel committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    9d97249 View commit details
    Browse the repository at this point in the history
  2. add whitelistPatterns option

    - add whitelist and whitelistPatterns options
    Ffloriel committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    b8e84a2 View commit details
    Browse the repository at this point in the history
  3. update type definitions

    - add whitelistPatterns and stdin
    Ffloriel committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    fe25243 View commit details
    Browse the repository at this point in the history
  4. v0.8.0

    - fix flow errors
    - build v0.8.0
    Ffloriel committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    d1c9172 View commit details
    Browse the repository at this point in the history
Loading