Skip to content

Releases: onejs/one

v1.1.441

12 Feb 04:57
5a16c5b
Compare
Choose a tag to compare

Features

  • vxrn: run bundle in worker thread #497 (natew)
  • vxrn: make worker threads bundling work behind VXRN_WORKER_BUNDLE #497 (natew)

Chores

  • remove log altogether (natew)

Commits

v1.1.440

11 Feb 07:14
d25e507
Compare
Choose a tag to compare

Chores

  • remove extra log (natew)

Commits

v1.1.439

10 Feb 23:49
1a397cb
Compare
Choose a tag to compare

Bug Fixes

  • resolve: default from path to cwd rather than relative to the current file (natew)

Commits

v1.1.438

10 Feb 21:10
99b9ae9
Compare
Choose a tag to compare

Features

  • lllink: add --unlink (natew)

Bug Fixes

Tests

Chores

  • add some nicer logs for client tree shake (natew)

Commits

v1.1.437

07 Feb 07:15
35f1207
Compare
Choose a tag to compare

Performance Improvements

  • vxrn: remove esbuild as we use swc #488 (natew)

Chores

  • move error boundary inside, remove extra error boundary log #488 (natew)

Commits

v1.1.436

06 Feb 22:16
b9c6e18
Compare
Choose a tag to compare

Bug Fixes

  • react-native-gesture-handler compatibility #487 (Pokai Chang)
  • compiler: avoid pre ordering on transform in compiler so tamagui and others can go in front (natew)

Commits

v1.1.435

06 Feb 22:00
e1189a5
Compare
Choose a tag to compare

Features

  • vxrn: rename ssr.disableAutoDepsPreBundling to autoDepsOptimization and add options for both include and exclude filters #483 (natew)

Bug Fixes

  • one: fix key warning (natew)

Chores

  • cleanup some internals and enable StrictMode #483 (natew)

Commits

v1.1.434

05 Feb 18:34
e96fb10
Compare
Choose a tag to compare

Features

Chores

  • smaller compiler cache (natew)

Commits

v1.1.433

04 Feb 20:58
414d272
Compare
Choose a tag to compare

Bug Fixes

  • compiler: fix bug in clear compiler cache logic (natew)

Commits

v1.1.432

04 Feb 18:49
0a653b6
Compare
Choose a tag to compare

Features

  • one: add config.optimization.autoEntriesScanning option and default it to flat to make startup faster (natew)

Bug Fixes

  • possible expo-modules-core global type conflict with other packages #478 (Pokai Chang)
  • lllink: only works through bun (natew)
  • one: if deps: false, dont add it to optimizeDeps via scanning (natew)
  • vxrn: dont auto optimize sub-deps if they are in the monorepo (natew)
  • vxrn: auto patch expo-modules-core to allow verbatimModuleSyntax (natew)

Performance Improvements

  • compiler: create in-memory hash for compiled files (natew)

Commits

  • 680c76f: wording (natew)
  • 53866ff: clear compiler cache on config reload (natew)
  • 0a653b6: v1.1.432 (natew)