Skip to content

Releases: SunsetTechuila/is-bun-module

v2.0.0

23 Mar 22:51
Compare
Choose a tag to compare

2.0.0 (2025-03-23)

BREAKING CHANGES

  • rename isSupportedNodeModule to isBunImplementedNodeModule (f39d699)
  • rename Version type to BunVersion (70509a4)
  • add package version for bun (c2bf6fd)

Features

  • add getBunImplementedNodeModules, getBunModules, getBunBuiltinModules (d1488d0)
  • add isBunBuiltin function (5090f09)
  • assets/implemented-node-modules: update list (325ea14)

Fixes

  • don't drop node: prefix when checking if specifier is implemented node module
    (3ec00c9)

Efficiency Improvements

  • avoid importing from semver barrel file (8908c96)

v1.3.0

26 Nov 14:25
8feb4bb
Compare
Choose a tag to compare

1.3.0 (2024-11-26)

Features

  • assets/bun-modules: add bun:wrap (50009ce)

v1.2.1

08 Sep 16:53
2a7871e
Compare
Choose a tag to compare

1.2.1 (2024-09-08)

Fixes

  • remove postinstall script before publish (2a7871e)

v1.2.0

08 Sep 16:44
dcbd661
Compare
Choose a tag to compare

1.2.0 (2024-09-08)

Features

  • allow bun version to be an actual semver (f04f443)

v1.1.0

21 Aug 14:27
6a481f5
Compare
Choose a tag to compare

1.1.0 (2024-08-21)

Features

  • assets/node-modules: add cluster (f343122)

v1.0.2

16 Jun 18:51
c25b175
Compare
Choose a tag to compare

1.0.2 (2024-06-16)

Bug Fixes

  • check if process variable is defined (d06071c)

v1.0.1

03 Jun 17:13
72c5b28
Compare
Choose a tag to compare

1.0.1 (2024-06-03)

Features