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: bazilio91/ejs-compiled-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.1
Choose a base ref
...
head repository: bazilio91/ejs-compiled-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.x
Choose a head ref
  • 8 commits
  • 3 files changed
  • 4 contributors

Commits on Jun 21, 2020

  1. Use utils.getOptions() to get loader options

    Drop manually reading/parsing the options passed through Loader API in favor for the getOptions method already provided by loader-utils, soon to be integrated into webpack5 itself.
    
    Tested and working with both inline query and options object, using only minimal htmlminify options as shown here: https://github.com/bazilio91/ejs-compiled-loader#htmlminify
    TacticalCode authored Jun 21, 2020
    Configuration menu
    Copy the full SHA
    1d5d4cd View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Bump ssri from 6.0.1 to 6.0.2

    Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
    - [Release notes](https://github.com/npm/ssri/releases)
    - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
    - [Commits](npm/ssri@v6.0.1...v6.0.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 30, 2021
    Configuration menu
    Copy the full SHA
    047a1ff View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. fixed vulnerable dependency

    n19htz committed May 8, 2021
    Configuration menu
    Copy the full SHA
    d5396c8 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2021

  1. Merge pull request #56 from n19htz/fix-merge-vulnerable-dependency

    fixed vulnerable dependency
    bazilio91 authored May 9, 2021
    Configuration menu
    Copy the full SHA
    51bd14c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #55 from bazilio91/dependabot/npm_and_yarn/ssri-6.0.2

    Bump ssri from 6.0.1 to 6.0.2
    bazilio91 authored May 9, 2021
    Configuration menu
    Copy the full SHA
    5a46378 View commit details
    Browse the repository at this point in the history
  3. 3.0.2 - bump deps

    bazilio91 committed May 9, 2021
    Configuration menu
    Copy the full SHA
    cacc963 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #49 from TacticalCode/patch-1

    Use utils.getOptions() to get loader options
    bazilio91 authored May 9, 2021
    Configuration menu
    Copy the full SHA
    3dcd208 View commit details
    Browse the repository at this point in the history
  5. 3.1.0

    bazilio91 committed May 9, 2021
    Configuration menu
    Copy the full SHA
    0f48dad View commit details
    Browse the repository at this point in the history
Loading