Releases: leegeunhyeok/react-native-esbuild
Releases · leegeunhyeok/react-native-esbuild
v0.1.0-alpha.42
v0.1.0-beta.12
v0.1.0-beta.11
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
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
0.1.0-beta.9 (2023-10-22)
Warning
BREAKING CHANGES
mainFields
in the configuration is changed toresolver.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
v0.1.0-beta.8
v0.1.0-beta.7
v0.1.0-beta.6
v0.1.0-beta.5
v0.1.0-beta.4
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
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)