UNPKG

1.65 kBMarkdownView Raw
1# @rollup/plugin-alias ChangeLog
2
3## v3.0.1
4
5_2020-02-01_
6
7### Updates
8
9- docs: Fix reference to plugin-node-resolve (#175)
10- chore: update dependencies (bcb53d8)
11- chore: update dependencies (e36540f)
12- chore: fix minor linting issue (a695579)
13
14## 3.0.0
15
16### Breaking Changes
17
18- feat(alias): built-in resolving algorithm is replaced in favor of Rollup's `this.resolve()` (#34)
19
20## 2.2.0
21
22_2019-10-21_
23
24- Support resolving `index.js` files in directories ([#64](https://github.com/rollup/rollup-plugin-alias/pull/64) by @jerriclynsjohn)
25
26## 2.1.0
27
28_2019-10-18_
29
30- Add support for object syntax ([#61](https://github.com/rollup/rollup-plugin-alias/pull/61) by @Andarist)
31
32## 2.0.1
33
34_2019-09-27_
35
36- Update dependencies ([#59](https://github.com/rollup/rollup-plugin-alias/pull/59) by @lukastaegert)
37- Make volume letter regexp case independent ([#57](https://github.com/rollup/rollup-plugin-alias/pull/57) by @MarekLacoAXA)
38
39## 2.0.0
40
41_2019-08-22_
42
43- Add RegExp support and strict order of entries ([#53](https://github.com/rollup/rollup-plugin-alias/pull/53) by @thiscantbeserious)
44
45### Breaking Changes
46
47Aliases always need to be provided as an array, see #53
48
49## 1.5.2
50
51- Update dependencies
52
53## 1.5.1
54
55- Update tests for Rollup@1.0 compatibility and tests ([#48](https://github.com/rollup/rollup-plugin-alias/pull/48))
56
57## 1.4.0
58
59- Various Windows fixes ([#22](https://github.com/rollup/rollup-plugin-alias/pull/22))
60- Don't try to alias entry file ([#29](https://github.com/rollup/rollup-plugin-alias/pull/29))
61
62## 1.3.0
63
64- Start maintaining a changelog
65- Fix `isFilePath` on Windows ([#3](https://github.com/rollup/rollup-plugin-alias/issues/3))