UNPKG

2.29 kBMarkdownView Raw
1# @rollup/plugin-alias ChangeLog
2
3## v3.1.5
4
5_2021-07-29_
6
7### Bugfixes
8
9- fix: paths for aliases across multiple Windows drives (#896)
10
11## v3.1.4
12
13_2021-07-16_
14
15### Updates
16
17- docs: add helpful notes (#612)
18
19## v3.1.3
20
21_2021-07-15_
22
23### Updates
24
25- docs: fix link to resolveId hook (#881)
26
27## v3.1.2
28
29_2021-01-29_
30
31### Updates
32
33- chore: upgrade TypeScript (#708)
34- chore: add missing readonly to internal function (#680)
35- chore: fix TS error in function call (d04778c)
36- chore: update dependencies (b3b8efd)
37
38## v3.1.1
39
40_2020-06-05_
41
42### Bugfixes
43
44- fix: properly initialize custom resolvers (#426)
45
46## v3.1.0
47
48_2020-04-12_
49
50### Features
51
52- feat: Move to Typescript (#228)
53
54## v3.0.1
55
56_2020-02-01_
57
58### Updates
59
60- docs: Fix reference to plugin-node-resolve (#175)
61- chore: update dependencies (bcb53d8)
62- chore: update dependencies (e36540f)
63- chore: fix minor linting issue (a695579)
64
65## 3.0.0
66
67### Breaking Changes
68
69- feat(alias): built-in resolving algorithm is replaced in favor of Rollup's `this.resolve()` (#34)
70
71## 2.2.0
72
73_2019-10-21_
74
75- Support resolving `index.js` files in directories ([#64](https://github.com/rollup/rollup-plugin-alias/pull/64) by @jerriclynsjohn)
76
77## 2.1.0
78
79_2019-10-18_
80
81- Add support for object syntax ([#61](https://github.com/rollup/rollup-plugin-alias/pull/61) by @Andarist)
82
83## 2.0.1
84
85_2019-09-27_
86
87- Update dependencies ([#59](https://github.com/rollup/rollup-plugin-alias/pull/59) by @lukastaegert)
88- Make volume letter regexp case independent ([#57](https://github.com/rollup/rollup-plugin-alias/pull/57) by @MarekLacoAXA)
89
90## 2.0.0
91
92_2019-08-22_
93
94- Add RegExp support and strict order of entries ([#53](https://github.com/rollup/rollup-plugin-alias/pull/53) by @thiscantbeserious)
95
96### Breaking Changes
97
98Aliases always need to be provided as an array, see #53
99
100## 1.5.2
101
102- Update dependencies
103
104## 1.5.1
105
106- Update tests for Rollup@1.0 compatibility and tests ([#48](https://github.com/rollup/rollup-plugin-alias/pull/48))
107
108## 1.4.0
109
110- Various Windows fixes ([#22](https://github.com/rollup/rollup-plugin-alias/pull/22))
111- Don't try to alias entry file ([#29](https://github.com/rollup/rollup-plugin-alias/pull/29))
112
113## 1.3.0
114
115- Start maintaining a changelog
116- Fix `isFilePath` on Windows ([#3](https://github.com/rollup/rollup-plugin-alias/issues/3))