Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Latest commit

 

History

History
39 lines (26 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

39 lines (26 loc) · 1.26 KB

rollup-plugin-alias changelog

2.2.0

2019-10-21

  • Support resolving index.js files in directories (#64 by @jerriclynsjohn)

2.1.0

2019-10-18

  • Add support for object syntax (#61 by @Andarist)

2.0.1

2019-09-27

  • Update dependencies (#59 by @lukastaegert)
  • Make volume letter regexp case independent (#57 by @MarekLacoAXA)

2.0.0

2019-08-22

  • Add RegExp support and strict order of entries (#53 by @thiscantbeserious)

Breaking Changes

Aliases always need to be provided as an array, see #53

1.5.2

  • Update dependencies

1.5.1

1.4.0

  • Various Windows fixes (#22)
  • Don't try to alias entry file (#29)

1.3.0

  • Start maintaining a changelog
  • Fix isFilePath on Windows (#3)