Skip to content

Latest commit

 

History

History
523 lines (481 loc) · 88.3 KB

CHANGELOG.md

File metadata and controls

523 lines (481 loc) · 88.3 KB

0.10.2 (2024-04-17)

Bug Fixes

  • buildEnd hook handle error (#902) (bc8e9ab)
  • ci: cargo bench should install critcmp (#899) (0169bfe)
  • normalize original sourcemap sources (#765) (679a9ac)
  • passing BindingResolveOptions#alias from js to rust with maintaining order (#798) (2f3d865)
  • remapping sourcemap from transform hook (#755) (43242f4)
  • rust/resolver: use selected resolver instead of the default one (#780) (226df5b)
  • sourcemap sources path relative to output file dirname (#758) (7f5047f)

Features

  • add InputOptions#platform (#751) (97ea4b6)
  • Allow pass tsconfig to oxc-resolver via InputOptions#resolve#tsconfigFilename (#767) (c304a0d)
  • emit warning for circular dependency (#839) (6d64a64)
  • improve side effect detector (#807) (b948cf6)
  • node/plugin: support renderStart hook (#833) (c1194e6)
  • rolldown: introduce rolldown_rayon (#846) (4f9ae49)
  • rolldown: support compile to wasi (#467) (da45d40)
  • rust: only derive deserialize on BundlerOptions in testing (#880) (06df20d)
  • rust: collect circular dependencies while sorting modules (#830) (c092e0b)
  • rust: improve alignment of resolve behaviors with esbuild (#759) (e9d7717)
  • support entryFileNames and chunkFileNames (#777) (50da487)
  • support InputOptions#shimMissingExports (#772) (2c84963)
  • support renderError hook (#900) (b9c9181)
  • support disable warnings using InputOptions#logLevel (#859) (f90bbb0)
  • support render chunk hook normalzied output options (#795) (709aca7)
  • support return sourcemap in render chunk hook (#776) (0d4c2d5)
  • support running Js plugin in parallel via Worker (#825) (cff55de)
  • tree_shaking: shake unused import variables (#771) (6714dd0)

Performance Improvements

  • avoid unnecessary clone in AddonFunction (#822) (f814c3e)
  • rolldown: use starts_with instead of regex in resolve (#878) (93dc6ce)
  • sourcemap: search lines count at parallel (#806) (267fc2a)

0.10.1 (2024-04-03)

Bug Fixes

Features

Performance Improvements

Reverts

  • Revert "refactor: implement ConcatSource (#611)" (#612) (dc32a76), closes #611 #612
  • Revert "perf: reduce Module size (#6)" (#7) (711ddb0), closes #6 #7

0.10.0 (2024-03-26)

Bug Fixes

Features

Performance Improvements

Reverts

  • Revert "refactor: implement ConcatSource (#611)" (#612) (dc32a76), closes #611 #612
  • Revert "perf: reduce Module size (#6)" (#7) (711ddb0), closes #6 #7