Skip to content

Releases: flexdinesh/browser-or-node

v3.0.0

Choose a tag to compare

@flexdinesh flexdinesh released this 14 Nov 04:33

version published to npm on April 18, 2024.

  • everything in 3.0.0-pre.0 as stable
  • support for bun

3.0.0-pre.0

3.0.0-pre.0 Pre-release
Pre-release

Choose a tag to compare

@flexdinesh flexdinesh released this 19 Nov 03:42

No breaking API changes. Although the import might break because of the new build setup.

I've migrated the build setup from babel to tsup in #30. As a part of that I've also introduced CJS/ESM import compatibility. Since this package has half a mil downloads a week, I'm slightly hesitant to publish a major (v3) before testing the packages in all the runtimes which I don't have the capacity or the means to do so. So this prerelease is a candidate to test the new build setup in all runtimes with the community's help to make sure the next major is good to go.

v2.0.0

Choose a tag to compare

@flexdinesh flexdinesh released this 12 Nov 23:10
  • isDeno support added
  • TypeScript types added

Breaking:

  • isJsDom is no more a method