Skip to content

Releases: unjs/unbuild

v3.0.0-rc.11

05 Oct 13:22
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • untyped: Use schema module default export if is the only export (cc26726)

v3.0.0-rc.10

05 Oct 12:48
@pi0 pi0
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Add --config to the CLI (#440)

🩹 Fixes

  • Update jiti to 2.3 (9147c3e)
  • Untyped declaration output is optional (5820182)

πŸ“– Documentation

  • Add more usage info (#401)

❀️ Contributors

v3.0.0-rc.9

04 Oct 17:06
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • config: Only take default export (fefafec)

v3.0.0-rc.8

25 Sep 18:33
@pi0 pi0
Compare
Choose a tag to compare

compare changes

  • Update jiti to v2.0.0 stable
  • Normalize resolved path (2640083)
  • Replace fast-glob with tinyglobby (#426)
  • Fix typo (#414)

❀️ Contributors

v3.0.0-rc.7

16 Jul 18:21
@pi0 pi0
Compare
Choose a tag to compare

compare changes

πŸ’… Refactors

  • Replace globby w/ fast-glob (#418)

❀️ Contributors

v3.0.0-rc.6

03 Jul 09:04
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • untyped: Use custom jiti instance (00ded57)

🏑 Chore

  • Eslint ignore test/fixture/dist (66a8db3)

❀️ Contributors

  • Pooya Parsa (@pi0)

v3.0.0-rc.5

02 Jul 20:43
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • rollup: Keep empty type-only modules (7a6469b)

❀️ Contributors

  • Pooya Parsa (@pi0)

v3.0.0-rc.4

02 Jul 20:38
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • rollup: Keep empty (type-only) modules (a9158e2)

❀️ Contributors

  • Pooya Parsa (@pi0)

v3.0.0-rc.3

02 Jul 14:42
@pi0 pi0
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Upgrade to jiti v2 beta (#409)

🩹 Fixes

  • Type RollupOptions.plugins as array (62fa930)
  • Add all loader extensions to esbuild include (8ab22ff)
  • Enable jiti interopDefault for config loader and internals (ref: #409) (#409)

πŸ’… Refactors

  • Overhaul builders structure (#410)
  • Add explicit return types (#412)
  • Use colors from consola/utils (6a8f36d)

🏑 Chore

  • Upgrade @rollup/plugin-commonjs to 26 (9392ec3)
  • Update deps (d886ad5)
  • Update release script (8ce4090)
  • Remove unused imports (04c2b5c)
  • Add explicit type for var exports (af26e40)
  • Stricter type checks (#413)
  • Add publishTag to release script (577484c)

❀️ Contributors

  • Pooya Parsa (@pi0)

v3.0.0-rc.2

04 Jun 23:31
@pi0 pi0
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Support copy builder (#389)
  • Experimental active watcher for rollup (#364)
  • rollup: Add .mts and .cts to supported extensions (633ffe9)
  • Support custom jiti plugins for stub mode (#368)

🩹 Fixes

  • Generate stub types of with explicit extension import if pkg type is module (#371)
  • Correct dts generation for stub mode (#314)
  • rollup: Handle aliases when checking for externals (#384)
  • rollup: Update importAttributesKey to with (27bcba8)

πŸ“– Documentation

  • Add more jsdocs (#363)
  • Add examples (#334)

❀️ Contributors