All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.0.2 (2023-06-06)
- handle
false
return fromenhanced-resolve
(97af2bb)
1.0.1 (2023-06-06)
1.0.0 (2022-11-15)
0.2.2 (2022-05-17)
0.2.1 (2022-03-10)
- revert
enhanced-resolve
import (6c0d404)
0.2.0 (2022-03-10)
- handle pnpm-style paths (16db4c7)
0.1.6 (2022-01-18)
0.1.5 (2021-11-02)
- exclude windows drive letters from protocols (8ea3fa9)
0.1.4 (2021-10-28)
0.1.3 (2021-10-21)
- do external check after inline checks (067c657)
0.1.2 (2021-10-21)
0.1.1 (2021-10-20)
0.1.0 (2021-10-19)
-
External
inline
andexternal
options will now be converted from strings -> RE. For previous string behaviour (positive for any string included in an id), just pass an unbounded RE, such as/\?/
-
also fix incorrect type in ResolvedId
-
convert all strings to RE (in
inline
andexternal
opts) (0166d70)
0.0.5 (2021-10-19)
- expose
toPathRegExp
utility (f2bf6c2)
0.0.4 (2021-10-15)
- import default export from
enhanced-resolve
(838e691)