Skip to content

Latest commit

 

History

History
57 lines (32 loc) · 1.84 KB

CHANGELOG.md

File metadata and controls

57 lines (32 loc) · 1.84 KB

v1.1.2 - 11 Jul 2024

  • Fix the return value of dirname when import.meta.url does not exist. Now both dirname and filename return an empty string in the case.

Changes

v1.1.1 - 23 May 2021

  • Fix import.meta.url might not exist.

Changes

v1.1.0 - 13 May 2021

  • Add TypeScript support
  • Use tree shaking friendly import statements

Changes

v1.0.2 - 13 May 2021

  • Update repository URLs in package.json (#2)

Changes

v1.0.1 - 13 May 2021

  • Use fileURLToPath instead of parsing URL and getting pathname part (#1)

Changes

v1.0.0 - 13 May 2021

First release 🎉

Changes