UNPKG

2.2 kBMarkdownView Raw
1# @rollup/plugin-replace ChangeLog
2
3## v3.0.0
4
5_2021-07-16_
6
7### Breaking Changes
8
9- fix
10
11## v2.4.2
12
13_2021-03-26_
14
15### Updates
16
17- docs: document the `values` option (#814)
18
19## v2.4.1
20
21_2021-02-22_
22
23### Bugfixes
24
25- fix: add missing types for new `preventAssignment` option (#813)
26
27## v2.4.0
28
29_2021-02-22_
30
31### Features
32
33- feat: prevent accidental replacement within assignment (#798)
34
35### Updates
36
37- docs: clarify replacement. fixes #737 (#785)
38
39## v2.3.4
40
41_2020-10-27_
42
43### Updates
44
45- docs: describe process.env.NODE_ENV case (#589)
46- chore: update dependencies (53e2b73)
47- docs: linting update in readme (aef7dbc)
48
49## v2.3.3
50
51_2020-06-05_
52
53### Updates
54
55- docs: clarify options for allowed replacement values (#422)
56
57## v2.3.2
58
59_2020-04-19_
60
61### Updates
62
63- chore: add rollup 2 to peer range (3e0d775)
64
65## v2.3.1
66
67_2020-02-01_
68
69### Updates
70
71- chore: update dependencies (aca4a94)
72
73## 2.3.0
74
75_2019-12-21_
76
77- feat(replace): allow plugin to operate as an output plugin (#55)
78
79## 2.2.1
80
81_2019-11-06_
82
83- Move `typescript` to `devDependencies`
84
85## 2.2.0
86
87_2019-04-10_
88
89- Add index.d.ts typings file ([#31](https://github.com/rollup/rollup-plugin-replace/pull/31))
90
91## 2.1.1
92
93_2019-03-18_
94
95- Update rollup-pluginutils ([#29](https://github.com/rollup/rollup-plugin-replace/pull/29))
96- Update dependencies ([#30](https://github.com/rollup/rollup-plugin-replace/pull/30))
97
98## 2.1.0
99
100_2018-10-07_
101
102- Do not mutate values passed as option ([#22](https://github.com/rollup/rollup-plugin-replace/pull/22))
103- Update dependencies and improve tests ([#26](https://github.com/rollup/rollup-plugin-replace/pull/26))
104
105## 2.0.0
106
107- Only match on word boundaries, unless delimiters are empty strings ([#10](https://github.com/rollup/rollup-plugin-replace/pull/10))
108
109## 1.2.1
110
111- Match longest keys first ([#8](https://github.com/rollup/rollup-plugin-replace/pull/8))
112- Escape keys ([#9](https://github.com/rollup/rollup-plugin-replace/pull/9))
113
114## 1.2.0
115
116- Allow replacement to be a function that takes a module ID ([#1](https://github.com/rollup/rollup-plugin-replace/issues/1))
117
118## 1.1.1
119
120- Return a `name`
121
122## 1.1.0
123
124- Generate sourcemaps by default
125
126## 1.0.1
127
128- Include correct files in package
129
130## 1.0.0
131
132- First release
\No newline at end of file