-
Notifications
You must be signed in to change notification settings - Fork 56
Comparing changes
Open a pull request
base repository: Va1/string-replace-loader
base: v3.1.0
head repository: Va1/string-replace-loader
compare: v3.3.0
- 12 commits
- 15 files changed
- 3 contributors
Commits on Feb 11, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for b9f06c7 - Browse repository at this point
Copy the full SHA b9f06c7View commit details
Commits on Mar 28, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 0645c56 - Browse repository at this point
Copy the full SHA 0645c56View commit details
Commits on May 1, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for a4c0b88 - Browse repository at this point
Copy the full SHA a4c0b88View commit details -
Merge pull request #1 from deadmann/Improve-documentations-(Readme-file)
Update README.md
Configuration menu - View commit details
-
Copy full SHA for eec8b3e - Browse repository at this point
Copy the full SHA eec8b3eView commit details
Commits on Jul 20, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for a2a0988 - Browse repository at this point
Copy the full SHA a2a0988View commit details
Commits on Aug 10, 2022
-
Merge pull request #72 from Va1/dependabot/npm_and_yarn/pathval-1.1.1
Bump pathval from 1.1.0 to 1.1.1
Configuration menu - View commit details
-
Copy full SHA for 19c9cba - Browse repository at this point
Copy the full SHA 19c9cbaView commit details -
Merge pull request #74 from Va1/dependabot/npm_and_yarn/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6
Configuration menu - View commit details
-
Copy full SHA for 1b67d6c - Browse repository at this point
Copy the full SHA 1b67d6cView commit details -
Merge pull request #75 from deadmann/master
Improve documentation - Readme file
Configuration menu - View commit details
-
Copy full SHA for 3cb5b1b - Browse repository at this point
Copy the full SHA 3cb5b1bView commit details -
Merge pull request #76 from Va1/dependabot/npm_and_yarn/terser-5.14.2
Bump terser from 5.3.8 to 5.14.2
Configuration menu - View commit details
-
Copy full SHA for 64a5e71 - Browse repository at this point
Copy the full SHA 64a5e71View commit details
Commits on Jun 11, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 2984692 - Browse repository at this point
Copy the full SHA 2984692View commit details
Commits on Dec 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c08a1cb - Browse repository at this point
Copy the full SHA c08a1cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26055fb - Browse repository at this point
Copy the full SHA 26055fbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.1.0...v3.3.0