Skip to content

Latest commit

 

History

History
166 lines (80 loc) · 6.29 KB

CHANGELOG.md

File metadata and controls

166 lines (80 loc) · 6.29 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

v1.1.2

compare changes

🩹 Fixes

  • 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)

🏡 Chore

❤️ Contributors

1.1.1 (2023-06-01)

Bug Fixes

1.1.0 (2023-01-20)

Features

  • provide default export for node compatibility (resolves #115) (1ff01d1)

1.0.1 (2023-01-20)

Bug Fixes

  • process.cwd fallback on non-node env (#114) (14714c1)

1.0.0 (2022-11-14)

0.3.9 (2022-10-07)

Bug Fixes

  • respect path separators when resolving aliases (#67) (a718ebe)

0.3.8 (2022-09-19)

Bug Fixes

  • basename: handle empty extensions (#61) (b0661cb)

0.3.7 (2022-09-06)

Bug Fixes

  • resolveAlias: preserve relative paths as is (f3e5bcc)

0.3.6 (2022-09-06)

Features

0.3.5 (2022-08-18)

Bug Fixes

  • extname: avoid regex look-behinds for safari support (#42) (c0cec97)

0.3.4 (2022-08-10)

Features

  • add normalizeAliases and filename in /utils subpath (#34) (1ece780)

Bug Fixes

  • improve windows path handling and improve coverage (#36) (34a55cf)

0.3.3 (2022-08-01)

Bug Fixes

  • normalize process.cwd on windows (#31) (a7b0f7b)

0.3.2 (2022-06-29)

Bug Fixes

  • extname: handle edge cases wirth leading dot (dfe46d7), closes #21

0.3.1 (2022-06-27)

Bug Fixes

  • replace double-slashes in join calls (#17) (fd57079)
  • return . as dirname fallback for non-absolute paths (#19) (e15d5da)

0.3.0 (2022-05-05)

⚠ BREAKING CHANGES

  • import pathe from 'pathe should be changes to import * as pathe from 'pathe'
  • implement rest of path minimally (#10)

Features

  • implement rest of path minimally (#10) (6136b3c)

Bug Fixes

  • avoid mixed named and default exports (89e35ad)

0.2.0 (2021-09-27)

⚠ BREAKING CHANGES

  • improved implementation with tests (#3)

Features

  • improved implementation with tests (#3) (d8d0cb5)

0.1.0 (2021-09-24)

0.0.3 (2021-09-24)

Bug Fixes

0.0.2 (2021-09-22)

Bug Fixes

0.0.1 (2021-09-22)