1 | # rollup-plugin-alias changelog
|
2 |
|
3 | ## 2.2.0
|
4 | *2019-10-21*
|
5 | * Support resolving `index.js` files in directories ([#64](https://github.com/rollup/rollup-plugin-alias/pull/64) by @jerriclynsjohn)
|
6 |
|
7 | ## 2.1.0
|
8 | *2019-10-18*
|
9 | * Add support for object syntax ([#61](https://github.com/rollup/rollup-plugin-alias/pull/61) by @Andarist)
|
10 |
|
11 | ## 2.0.1
|
12 | *2019-09-27*
|
13 | * Update dependencies ([#59](https://github.com/rollup/rollup-plugin-alias/pull/59) by @lukastaegert)
|
14 | * Make volume letter regexp case independent ([#57](https://github.com/rollup/rollup-plugin-alias/pull/57) by @MarekLacoAXA)
|
15 |
|
16 | ## 2.0.0
|
17 | *2019-08-22*
|
18 | * Add RegExp support and strict order of entries ([#53](https://github.com/rollup/rollup-plugin-alias/pull/53) by @thiscantbeserious)
|
19 |
|
20 | ### Breaking Changes
|
21 | Aliases always need to be provided as an array, see #53
|
22 |
|
23 | ## 1.5.2
|
24 |
|
25 | * Update dependencies
|
26 |
|
27 | ## 1.5.1
|
28 |
|
29 | * Update tests for Rollup@1.0 compatibility and tests ([#48](https://github.com/rollup/rollup-plugin-alias/pull/48))
|
30 |
|
31 | ## 1.4.0
|
32 |
|
33 | * Various Windows fixes ([#22](https://github.com/rollup/rollup-plugin-alias/pull/22))
|
34 | * Don't try to alias entry file ([#29](https://github.com/rollup/rollup-plugin-alias/pull/29))
|
35 |
|
36 | ## 1.3.0
|
37 |
|
38 | * Start maintaining a changelog
|
39 | * Fix `isFilePath` on Windows ([#3](https://github.com/rollup/rollup-plugin-alias/issues/3))
|