summaryrefslogtreecommitdiff
path: root/node_modules/rollup-plugin-inject/CHANGELOG.md
diff options
context:
space:
mode:
authorakiyamn2023-09-24 23:22:21 +1000
committerakiyamn2023-09-24 23:22:21 +1000
commit4e87195739f2a5d9a05451b48773c8afdc680765 (patch)
tree9cba501844a4a11dcbdffc4050ed8189561c55ed /node_modules/rollup-plugin-inject/CHANGELOG.md
downloadprice-tracker-worker-4e87195739f2a5d9a05451b48773c8afdc680765.tar.gz
price-tracker-worker-4e87195739f2a5d9a05451b48773c8afdc680765.zip
Initial commit (by create-cloudflare CLI)
Diffstat (limited to 'node_modules/rollup-plugin-inject/CHANGELOG.md')
-rwxr-xr-xnode_modules/rollup-plugin-inject/CHANGELOG.md50
1 files changed, 50 insertions, 0 deletions
diff --git a/node_modules/rollup-plugin-inject/CHANGELOG.md b/node_modules/rollup-plugin-inject/CHANGELOG.md
new file mode 100755
index 0000000..4ad97a9
--- /dev/null
+++ b/node_modules/rollup-plugin-inject/CHANGELOG.md
@@ -0,0 +1,50 @@
+# rollup-plugin-inject
+
+## 3.0.1
+
+* Generate sourcemap when sourcemap enabled
+
+## 3.0.0
+
+* Remove node v6 from support
+* Use modern js
+
+## 2.1.0
+
+* Update all dependencies ([#15](https://github.com/rollup/rollup-plugin-inject/pull/15))
+
+## 2.0.0
+
+* Work with all file extensions, not just `.js` (unless otherwise specified via `options.include` and `options.exclude`) ([#6](https://github.com/rollup/rollup-plugin-inject/pull/6))
+* Allow `*` imports ([#9](https://github.com/rollup/rollup-plugin-inject/pull/9))
+* Ignore replacements that are superseded (e.g. if `Buffer.isBuffer` is replaced, ignore `Buffer` replacement) ([#10](https://github.com/rollup/rollup-plugin-inject/pull/10))
+
+## 1.4.1
+
+* Return a `name`
+
+## 1.4.0
+
+* Use `string.search` instead of `regex.test` to avoid state-related mishaps ([#5](https://github.com/rollup/rollup-plugin-inject/issues/5))
+* Prevent self-importing module bug
+
+## 1.3.0
+
+* Windows support ([#2](https://github.com/rollup/rollup-plugin-inject/issues/2))
+* Node 0.12 support
+
+## 1.2.0
+
+* Generate sourcemaps by default
+
+## 1.1.1
+
+* Use `modules` option
+
+## 1.1.0
+
+* Handle shorthand properties
+
+## 1.0.0
+
+* First release