UNPKG

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