2024-09-22
- fix: remove unused slash dependency (#1763)
2023-11-25
- feat: add warning to avoid unintended duplicate modules (#1634)
2023-10-05
- fix: ensure rollup 4 compatibility #1595
2023-04-04
- feat: resolve entry id #1402
2023-04-04
- docs: fix README esm error #1451
2023-01-20
- fix: types should come first in exports #1403
2022-10-21
- chore: update rollup dependencies (3038271)
Skipped for repo rebase
2022-10-07
- fix: prepare for Rollup 3, handle latest node-resolve #1269
2021-12-31
- refactor: avoid resolving customResolver every time handling resolveId (#1024)
2021-10-19
- fix: pass on isEntry flag and custom options (#1017)
2021-10-19
- fix: revert #1000 for hooks bug (#1022)
2021-10-19
- refactor: avoid resolving customResolver every time handling resolveId (#1000)
2021-07-29
- fix: paths for aliases across multiple Windows drives (#896)
2021-07-16
- docs: add helpful notes (#612)
2021-07-15
- docs: fix link to resolveId hook (#881)
2021-01-29
- chore: upgrade TypeScript (#708)
- chore: add missing readonly to internal function (#680)
- chore: fix TS error in function call (d04778c)
- chore: update dependencies (b3b8efd)
2020-06-05
- fix: properly initialize custom resolvers (#426)
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 Rollup@1.0 compatibility and tests (#48)
- Start maintaining a changelog
- Fix
isFilePath
on Windows (#3)