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: Va1/string-replace-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.0
Choose a base ref
...
head repository: Va1/string-replace-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.0
Choose a head ref
  • 12 commits
  • 15 files changed
  • 3 contributors

Commits on Feb 11, 2022

  1. Bump pathval from 1.1.0 to 1.1.1

    Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1.
    - [Release notes](https://github.com/chaijs/pathval/releases)
    - [Changelog](https://github.com/chaijs/pathval/blob/master/CHANGELOG.md)
    - [Commits](chaijs/pathval@v1.1.0...v1.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: pathval
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    b9f06c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Bump minimist from 1.2.5 to 1.2.6

    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] <[email protected]>
    dependabot[bot] authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    0645c56 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2022

  1. Update README.md

    replace `\` with `\\` as it gave me a hard time figuring what's wrong with the replacer in such string `$APPID$` and using `\$` would just return plain `$` and then parsed as the end of matcher, so you should use `\\$` so it passes `\$` to the regex, and then it works fines.
    deadmann authored May 1, 2022
    Configuration menu
    Copy the full SHA
    a4c0b88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eec8b3e View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Bump terser from 5.3.8 to 5.14.2

    Bumps [terser](https://github.com/terser/terser) from 5.3.8 to 5.14.2.
    - [Release notes](https://github.com/terser/terser/releases)
    - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/terser/terser/commits)
    
    ---
    updated-dependencies:
    - dependency-name: terser
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    a2a0988 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Merge pull request #72 from Va1/dependabot/npm_and_yarn/pathval-1.1.1

    Bump pathval from 1.1.0 to 1.1.1
    Va1 authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    19c9cba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #74 from Va1/dependabot/npm_and_yarn/minimist-1.2.6

    Bump minimist from 1.2.5 to 1.2.6
    Va1 authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    1b67d6c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #75 from deadmann/master

    Improve documentation - Readme file
    Va1 authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    3cb5b1b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #76 from Va1/dependabot/npm_and_yarn/terser-5.14.2

    Bump terser from 5.3.8 to 5.14.2
    Va1 authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    64a5e71 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2025

  1. migrated from yarn lockfile to npm lockfile (+ added it to git index)…

    …; upgraded dependencies and node versiob; improved and reorganized some code; added automatic code formatting
    Va1 committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    2984692 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. Configuration menu
    Copy the full SHA
    c08a1cb View commit details
    Browse the repository at this point in the history
  2. releasing 3.3.0

    Va1 committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    26055fb View commit details
    Browse the repository at this point in the history
Loading