2020-04-12
- feat: Move to Typescript (#228)
2020-02-01
- docs: Fix reference to plugin-node-resolve (#175)
- chore: update dependencies (bcb53d8)
- chore: update dependencies (e36540f)
- chore: fix minor linting issue (a695579)
- feat(alias): built-in resolving algorithm is replaced in favor of Rollup's
this.resolve()
(#34)
2019-10-21
- Support resolving
index.js
files in directories (#64 by @jerriclynsjohn)
2019-10-18
- Add support for object syntax (#61 by @Andarist)
2019-09-27
- Update dependencies (#59 by @lukastaegert)
- Make volume letter regexp case independent (#57 by @MarekLacoAXA)
2019-08-22
- Add RegExp support and strict order of entries (#53 by @thiscantbeserious)
Aliases always need to be provided as an array, see #53
- Update dependencies
- Update tests for [email protected] compatibility and tests (#48)
- Start maintaining a changelog
- Fix
isFilePath
on Windows (#3)