Skip to content

Releases: JumpLink/cross-dirname

v0.1.0

22 Jul 16:17
Compare
Choose a tag to compare
  • Renamed dirname() to getDirname()
  • Add new method getFilename() as a replacement for __filename
  • Default exports removed
  • Browser tests extended
  • Cleanups

v0.0.6

21 Jul 11:18
Compare
Choose a tag to compare
  • Do not throw the Error, just get the stack from an new Error
  • Add browser test

v0.0.5

21 Jul 10:08
Compare
Choose a tag to compare
  • Add examples
  • Update README.md

v0.0.4

21 Jul 09:21
Compare
Choose a tag to compare
  • Add default export for Deno

v0.0.3

21 Jul 09:10
Compare
Choose a tag to compare
  • Removed all Node.js dependencies
  • Rewritten in Typescript to be able to build the source for ESM and CJS
  • Add ESM and CJS imports to package.json
  • Published this package to NPM
  • Published this package to deno.land/x
  • Add support for
    • Node.js with CJS
    • Node.js with ESM
    • Deno with ESM
    • GJS with ESM
  • Add tests to test
    • Node.js with CJS and ESM
    • Deno with ESM
    • GJS with ESM
  • Add s Github workflow to test this package on
    • Linux (Node.js, Deno and GJS)
    • Windows (Node.js and Deno)
    • MacOS (Node.js and Deno)