v1.1.2 - 11 Jul 2024
- Fix the return value of
dirname
whenimport.meta.url
does not exist. Now bothdirname
andfilename
return an empty string in the case.
v1.1.1 - 23 May 2021
- Fix
import.meta.url
might not exist.
v1.1.0 - 13 May 2021
- Add TypeScript support
- Use tree shaking friendly import statements
v1.0.2 - 13 May 2021
- Update repository URLs in package.json (#2)
v1.0.1 - 13 May 2021
- Use
fileURLToPath
instead of parsing URL and gettingpathname
part (#1)
v1.0.0 - 13 May 2021
First release 🎉