Skip to content

Releases: rhysd/dirname-filename-esm

v1.1.2

11 Jul 01:14
Compare
Choose a tag to compare
  • 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.

v1.1.1

23 May 13:17
Compare
Choose a tag to compare
  • Fix import.meta.url might not exist.

v1.1.0

13 May 14:18
Compare
Choose a tag to compare
  • Add TypeScript support
  • Use tree shaking friendly import statements

v1.0.2

13 May 14:15
Compare
Choose a tag to compare
  • Update repository URLs in package.json (#2)

v1.0.1

13 May 14:14
Compare
Choose a tag to compare
  • Use fileURLToPath instead of parsing URL and getting pathname part (#1)

v1.0.0

13 May 14:13
Compare
Choose a tag to compare

First release 🎉