- Updated dependencies, base files, and editions using boundation
- Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
- Updated dependencies, base files, and editions using boundation
- Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Correct conformance with Node.js
- Updated dependencies, base files, and editions using boundation
- Minimum required Node.js version changed from
node: >=10
tonode: >=4
adapting to ecosystem changes
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated license from
MIT
toArtistic-2.0
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Properly build to include support for CommonJS environment and Node 10 and above (intention of v2.0.0)
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Breaking Changes: Return signature changed to a named tuple
- Change
const { __filename, __dirname } = filedirname()
toconst [ __filename, __dirname ] = filedirname()
- Change
- Now also compatible with CommonJS environments
- Introduced
filedirnameFromPath(path: string)
,filedirnameFromError(error: Error)
,filedirnameFromCaller()
- Overloaded the default
filedirname
export, to support each of the above - Updated dependencies, base files, and editions using boundation
- Better Deno compatibility when loaded remotely, by using
import { URL } from 'url'
which has landed in Deno v1.3.2
- Support cases where
import.meta.url
uses thehttps:
protocol
- Initial working release