Skip to content

Releases: egoist/bundle-require

v3.1.2

03 Nov 14:23
Compare
Choose a tag to compare

3.1.2 (2022-11-03)

Bug Fixes

v3.1.1

03 Nov 14:21
Compare
Choose a tag to compare

3.1.1 (2022-11-03)

Bug Fixes

  • properly replace filepath related variables, closes #32 (9a45f9f)

v3.1.0

26 Aug 08:18
Compare
Choose a tag to compare

3.1.0 (2022-08-26)

Features

  • allow to specify format explicitly, closes #18 (4195cd4)

v3.0.5

26 Aug 08:06
Compare
Choose a tag to compare

3.0.5 (2022-08-26)

Bug Fixes

  • use random id instead of Date.now() for output filename (1e85485)

v3.0.4

30 Jan 07:08
dd96549
Compare
Choose a tag to compare

3.0.4 (2022-01-30)

Bug Fixes

v3.0.3

30 Jan 07:06
b53b134
Compare
Choose a tag to compare

3.0.3 (2022-01-30)

Bug Fixes

  • replace import.meta.url without including boundary characters (#22) (b53b134)

v3.0.2

29 Jan 09:45
Compare
Choose a tag to compare

3.0.2 (2022-01-29)

Bug Fixes

  • re-adding node 12.20.0 and commonjs support (08b497c)
    • So technically there's no breaking changes between v2 and v3

v3.0.1

26 Jan 10:56
0c9859b
Compare
Choose a tag to compare

3.0.1 (2022-01-26)

Bug Fixes

  • replace-filename: exclude quotes in boundary (#19) (0c9859b)

v3.0.0

26 Jan 09:01
Compare
Choose a tag to compare

3.0.0 (2022-01-26)

Features

  • release a pure esm package (41fa185)

BREAKING CHANGES

  • this package is pure esm now, which means you need to use import statement to load it, faq

v2.3.0

26 Jan 07:21
Compare
Choose a tag to compare

2.3.0 (2022-01-26)

Features

  • resolve extends in tsconfig (3eeec3c)