All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
- Trim root folder
/
when calculating relative paths (#142) - Check
process.cwd
before calling it (#147) - Uppercase windows drive letters (#151)
- resolveAlias: Handle aliases ending with trailing slash (#155)
- relative: Handle different windows drive letters (#158)
- Pooya Parsa (@pi0)
- Julien Huang (@huang-julien)
- Daniel Roe daniel@roe.dev
- Kræn Hansen (@kraenhansen)
- Lsh
1.1.1 (2023-06-01)
1.1.0 (2023-01-20)
1.0.1 (2023-01-20)
1.0.0 (2022-11-14)
0.3.9 (2022-10-07)
0.3.8 (2022-09-19)
0.3.7 (2022-09-06)
- resolveAlias: preserve relative paths as is (f3e5bcc)
0.3.6 (2022-09-06)
resolveAlias
utility (f8b3c83)
0.3.5 (2022-08-18)
0.3.4 (2022-08-10)
0.3.3 (2022-08-01)
0.3.2 (2022-06-29)
0.3.1 (2022-06-27)
- replace double-slashes in
join
calls (#17) (fd57079) - return
.
as dirname fallback for non-absolute paths (#19) (e15d5da)
0.3.0 (2022-05-05)
import pathe from 'pathe
should be changes toimport * as pathe from 'pathe'
- implement rest of
path
minimally (#10)
- avoid mixed named and default exports (89e35ad)
0.2.0 (2021-09-27)
- improved implementation with tests (#3)
0.1.0 (2021-09-24)
0.0.3 (2021-09-24)
- add hotfix for resolve (a221d34)
0.0.2 (2021-09-22)
- pkg: expose types (77000b1)