UNPKG

1.19 kBMarkdownView Raw
1# rollup-plugin-replace changelog
2
3## 2.2.0
4*2019-04-10*
5* Add index.d.ts typings file ([#31](https://github.com/rollup/rollup-plugin-replace/pull/31))
6
7## 2.1.1
8*2019-03-18*
9* Update rollup-pluginutils ([#29](https://github.com/rollup/rollup-plugin-replace/pull/29))
10* Update dependencies ([#30](https://github.com/rollup/rollup-plugin-replace/pull/30))
11
12## 2.1.0
13*2018-10-07*
14* Do not mutate values passed as option ([#22](https://github.com/rollup/rollup-plugin-replace/pull/22))
15* Update dependencies and improve tests ([#26](https://github.com/rollup/rollup-plugin-replace/pull/26))
16
17## 2.0.0
18
19* Only match on word boundaries, unless delimiters are empty strings ([#10](https://github.com/rollup/rollup-plugin-replace/pull/10))
20
21## 1.2.1
22
23* Match longest keys first ([#8](https://github.com/rollup/rollup-plugin-replace/pull/8))
24* Escape keys ([#9](https://github.com/rollup/rollup-plugin-replace/pull/9))
25
26## 1.2.0
27
28* Allow replacement to be a function that takes a module ID ([#1](https://github.com/rollup/rollup-plugin-replace/issues/1))
29
30## 1.1.1
31
32* Return a `name`
33
34## 1.1.0
35
36* Generate sourcemaps by default
37
38## 1.0.1
39
40* Include correct files in package
41
42## 1.0.0
43
44* First release