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: projectwallace/extract-css-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.1
Choose a base ref
...
head repository: projectwallace/extract-css-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 13 commits
  • 16 files changed
  • 3 contributors

Commits on Feb 23, 2021

  1. Upgrade deps (#44)

    * upgrade puppeteer to 7.1
    
    * upgrade devDeps
    bartveneman authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    a59c8fa View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Bump normalize-url from 5.3.0 to 5.3.1 (#46)

    Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 5.3.0 to 5.3.1.
    - [Release notes](https://github.com/sindresorhus/normalize-url/releases)
    - [Commits](https://github.com/sindresorhus/normalize-url/commits)
    
    ---
    updated-dependencies:
    - dependency-name: normalize-url
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 9, 2021
    Configuration menu
    Copy the full SHA
    01d9cba View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Update dependencies (#48)

    * add Node 16 to CI test matrix
    
    * Update devDependencies, except ava
    bartveneman authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    8256be0 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. adds regression test (#50)

    Co-authored-by: Bart Veneman <bart.veneman@drukwerkdeal.nl>
    bartveneman and Bart Veneman authored Nov 25, 2021
    Configuration menu
    Copy the full SHA
    d0144b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    667f444 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. handle server timeouts (#52)

    Some sites will timeout and extract-css then fails but keeps the browser running in the background. This commit fixes that.
    bartveneman authored Jan 7, 2022
    Configuration menu
    Copy the full SHA
    3e1e798 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Bump minimist from 1.2.5 to 1.2.6 (#54)

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    a5d5346 View commit details
    Browse the repository at this point in the history
  2. Bump trim-off-newlines from 1.0.2 to 1.0.3 (#55)

    Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.2 to 1.0.3.
    - [Release notes](https://github.com/stevemao/trim-off-newlines/releases)
    - [Commits](stevemao/trim-off-newlines@v1.0.2...v1.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: trim-off-newlines
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    c35faa5 View commit details
    Browse the repository at this point in the history
  3. Bump node-fetch from 2.6.1 to 2.6.7 (#56)

    Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7.
    - [Release notes](https://github.com/node-fetch/node-fetch/releases)
    - [Commits](node-fetch/node-fetch@v2.6.1...v2.6.7)
    
    ---
    updated-dependencies:
    - dependency-name: node-fetch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    7812264 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    92375f8 View commit details
    Browse the repository at this point in the history
  2. BREAKING: Replace ava with uvu (#49)

    * Replace ava with uvu
    
    * Remove eslint
    
    * fix package.json urls
    
    * update dev deps
    
    * update deps
    
    * BREAKING: update puppeteer to latest
    bartveneman authored May 3, 2022
    Configuration menu
    Copy the full SHA
    dc71693 View commit details
    Browse the repository at this point in the history
  3. update readme to reflect changes to api

    Bart Veneman committed May 3, 2022
    Configuration menu
    Copy the full SHA
    afbd562 View commit details
    Browse the repository at this point in the history
  4. v3.0.0

    Bart Veneman committed May 3, 2022
    Configuration menu
    Copy the full SHA
    4a85a18 View commit details
    Browse the repository at this point in the history
Loading