Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 735 Bytes

CHANGELOG.md

File metadata and controls

26 lines (16 loc) · 735 Bytes

rollup-plugin-alias changelog

2.0.0

2019-08-22

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

Breaking Changes

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

1.5.2

  • Update dependencies

1.5.1

  • Update tests for Rollup@1.0 compatibility and tests (#48)

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)