UNPKG

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