Skip to content

Releases: leegeunhyeok/react-native-esbuild

v0.1.0-alpha.42

27 Oct 08:59
Compare
Choose a tag to compare
v0.1.0-alpha.42 Pre-release
Pre-release

0.1.0-alpha.42 (2023-10-27)

Features

  • implements hot reload (4d99921), closes #38
  • transformer: supports runtime jsx transformation (c17e1c6)

Miscellaneous Chores

Code Refactoring

  • add module metadata (a960c14)
  • declare metro-inspector-proxy module type (3cbb7b1)

v0.1.0-beta.12

25 Oct 13:12
Compare
Choose a tag to compare
v0.1.0-beta.12 Pre-release
Pre-release

0.1.0-beta.12 (2023-10-25)

Features

  • skip printing logo in jest worker (c9c7daa)

v0.1.0-beta.11

25 Oct 12:39
Compare
Choose a tag to compare
v0.1.0-beta.11 Pre-release
Pre-release

0.1.0-beta.11 (2023-10-25)

Features

  • jest: cjs exported modules to configurable (e7dc06c)

Miscellaneous Chores

  • replace ts-jest to @swc/jest (fcea8b9)

Build System

  • deps: bump version up packages (09e5ba3)

v0.1.0-beta.10

25 Oct 00:43
Compare
Choose a tag to compare
v0.1.0-beta.10 Pre-release
Pre-release

0.1.0-beta.10 (2023-10-24)

Note

New package! @react-native-esbuild/jest

Features

  • add logger.nl (82ac30e)
  • improve build status log (e25578f)
  • jest: add @react-native-esbuild/jest (53b1874)
  • remove convertSvg and enable it by default (f2d068a)
  • reset cache after initialize (1856495)
  • transformer: add sync transformer (b591d39)

Bug Fixes

  • web: svg transformation issue (59cc81a)

Miscellaneous Chores

  • fix dependency versions (f401dc8)
  • remove unused code and update comments (7e03116)
  • update prepack script (7c155dd)
  • update yarn cache (18870c1)

Code Refactoring

  • add plugin presets (383bc9d)
  • co-locating transformer (8803887)
  • enable strictBindCallApply and update bind functions (114a94d)
  • enhance load configuration (de388d1)
  • function based transformer presets (fb56af9)
  • import orders (26d4e45)
  • move transformer types and add transform rule helpers (b6d08d2)
  • rename to getParserOptions (6033dcf)
  • transformer: add transform option presets (4596996)
  • transformer: remove custom options (2ca9a8b)

v0.1.0-beta.9

22 Oct 17:17
Compare
Choose a tag to compare
v0.1.0-beta.9 Pre-release
Pre-release

0.1.0-beta.9 (2023-10-22)

Warning

BREAKING CHANGES

  • mainFields in the configuration is changed to resolver.mainFields

Features

  • add resolver extension configs (3c303fa)
  • add SharedStorage (50c64c1)
  • core: add resolver config (f8e753d)
  • initialize before serve (8993689)
  • plugins: refactor assets destionation rules (ac39e0c)
  • support float scaled assets (00beadf)
  • supports task boundary shared data (a8d91c8)

Bug Fixes

  • demo: duplicate safearea insets (d72aa1e)
  • plugins: invalid injectScriptPaths import statements (8c86e59)
  • plugins: strip platform suffix before copy assets (cba44a5)
  • set watcher shared data only on change event (7ff0675)

Miscellaneous Chores

  • change react-native peer deps version to any (7b2570b)
  • deps: bump version up react-native to 0.72.6 (93270ab)
  • remove unused directive and log (67fb681)

Code Refactoring

  • add Storage interface (d27172a)
  • dev-server: now read assets from origin path (64e75df)
  • handle errors and type assertions (486ee8c)
  • move transformer options to each tranform module (5d8cc9b)
  • rename getBundle to getBundleResult (b293094)

Build System

  • deps: bump @babel/traverse from 7.22.8 to 7.23.2 (f335554)
  • deps: bump react-devtools-core from 4.28.0 to 4.28.4 (9ce1cc9)
  • deps: bump version up transform packages (205d3ff)

v0.1.0-beta.8

10 Oct 03:26
Compare
Choose a tag to compare
v0.1.0-beta.8 Pre-release
Pre-release

0.1.0-beta.8 (2023-10-10)

Bug Fixes

  • core: post processing skipped (0adb206)

v0.1.0-beta.7

10 Oct 03:26
Compare
Choose a tag to compare
v0.1.0-beta.7 Pre-release
Pre-release

0.1.0-beta.7 (2023-10-10)

Bug Fixes

  • core: exit on build successful in bundle mode (5dbc68c)

v0.1.0-beta.6

09 Oct 18:40
Compare
Choose a tag to compare
v0.1.0-beta.6 Pre-release
Pre-release

0.1.0-beta.6 (2023-10-09)

Features

Code Refactoring

  • cli: update command descriptions (3a8846d)
  • move some utilities to static methods (5660f79)
  • remove useless log (2f5d825)

v0.1.0-beta.5

08 Oct 23:13
Compare
Choose a tag to compare
v0.1.0-beta.5 Pre-release
Pre-release

0.1.0-beta.5 (2023-10-08)

Bug Fixes

  • default entry file path (1e96aee)

Miscellaneous Chores

v0.1.0-beta.4

08 Oct 20:32
Compare
Choose a tag to compare
v0.1.0-beta.4 Pre-release
Pre-release

0.1.0-beta.4 (2023-10-08)

Features

  • add bundle progress limit up to 100 (9383c8a)
  • add root option to dev server (cd8681b)
  • improve warning and error log format (3c174a6)
  • print warnings and errors after build (0a4aa3e)
  • remove entry-file option of start command (0d91a4d)
  • web support (1723b0c), closes #36

Bug Fixes

  • invalid error response on multipart type (c65897b)
  • preserving esbuild bundle context (43c9053)

Miscellaneous Chores

Code Refactoring

  • add summary log templates (515121a)
  • change to dripsy based application (1e79a50)
  • cli: parse arfv using zod (159e6b0)
  • exports esbuild label (0bc7905)
  • literal column value to constant (66740bb)

Build System

  • deps: bump postcss from 8.4.30 to 8.4.31 (#33) (9c93f17)
  • deps: bump zod from 3.22.2 to 3.22.3 (#35) (275ac8b)