UNPKG

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