Releases: egoist/bundle-require
Releases · egoist/bundle-require
v3.1.2
3.1.2 (2022-11-03)
Bug Fixes
v3.1.1
3.1.1 (2022-11-03)
Bug Fixes
- properly replace filepath related variables, closes #32 (9a45f9f)
v3.1.0
3.1.0 (2022-08-26)
Features
- allow to specify format explicitly, closes #18 (4195cd4)
v3.0.5
3.0.5 (2022-08-26)
Bug Fixes
- use random id instead of
Date.now()
for output filename (1e85485)
v3.0.4
3.0.4 (2022-01-30)
Bug Fixes
v3.0.3
3.0.3 (2022-01-30)
Bug Fixes
- replace import.meta.url without including boundary characters (#22) (b53b134)
v3.0.2
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
3.0.1 (2022-01-26)
Bug Fixes
- replace-filename: exclude quotes in boundary (#19) (0c9859b)
v3.0.0
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
2.3.0 (2022-01-26)
Features
- resolve
extends
in tsconfig (3eeec3c)