Releases: flexdinesh/browser-or-node
Releases · flexdinesh/browser-or-node
v3.0.0
3.0.0-pre.0
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
- isDeno support added
- TypeScript types added
Breaking:
- isJsDom is no more a method