Skip to content

Releases: privatenumber/pkgroll

v2.12.2

24 Apr 17:23
5a73adf
Compare
Choose a tag to compare

2.12.2 (2025-04-24)

Bug Fixes

  • emit error when source files are missing/mismatched (#122) (5a73adf)

v2.12.1

28 Mar 11:38
d592501
Compare
Choose a tag to compare

2.12.1 (2025-03-28)

Bug Fixes

v2.12.0

28 Mar 11:36
61d6ce6
Compare
Choose a tag to compare

2.12.0 (2025-03-28)

Features

v2.11.2

26 Feb 07:20
48753d5
Compare
Choose a tag to compare

2.11.2 (2025-02-26)

Bug Fixes

  • prepend hashbang on nested binary in Windows (#114) (48753d5)

v2.11.1

26 Feb 05:59
Compare
Choose a tag to compare

2.11.1 (2025-02-26)

Bug Fixes

  • dont inject createRequire on object property (c6e4cda)
  • preserve import.meta.url despite target (f313e1f), closes #115

v2.11.0

22 Feb 12:54
01ea624
Compare
Choose a tag to compare

2.11.0 (2025-02-22)

Features

  • add support for nested types in subpath exports (#112) (01ea624)

v2.10.0

13 Feb 10:35
Compare
Choose a tag to compare

2.10.0 (2025-02-13)

Features

  • enhance env replacement with esbuild (4ae9c67)

v2.9.0

13 Feb 10:03
Compare
Choose a tag to compare

2.9.0 (2025-02-13)

Bug Fixes

  • insert hashbang above createRequire (7057b55), closes #111

Features

v2.8.2

08 Feb 02:03
Compare
Choose a tag to compare

2.8.2 (2025-02-08)

Bug Fixes

  • support tsconfig aliases prefixed with # (4671087), closes #106

v2.8.1

08 Feb 01:48
983a5eb
Compare
Choose a tag to compare

2.8.1 (2025-02-08)

Bug Fixes

  • createRequire leaking into CommonJS (#3) (983a5eb), closes #103