Releases: facebook/metro
Releases Β· facebook/metro
v0.43.4
- [Feature]: Expose
useWatchman
configuration parameter to disablewatchman
crawling. - [Improvement]:
Metro.runBuild()
does not require anout
param anymore (it won't save the output to disk if not provided). - [Fixed]: Fixed parsing of Windows paths on
metro-babel-register
. - [Fixed]: Now Metro does not require to have a config file (zero-config π ).
v0.43.3
- [Feature]: Add TypeScript support to React Native.
- [Improvement]: Add option to
metro-config
to override the default config. - [Fixed]: Avoid traversing some files on the graph multiple times.
v0.43.2
v0.38.4
v0.43.1
v0.43.0
- [Breaking]: Implemented new config system (more info).
- [Breaking]: Renamed
unbundle
toram-bundle
(more info). - [Feature]: When using inline requires, property access to a
require()
is also inlined (more info). - [Improvement]: Added dev-only warning when Metro detects a cyclic dependency (more info).
- [Improvement]: Added a descriptive error when there's another process listening to the same port as Metro.
v0.42.2
- [Breaking]: Drop support for Node v6.
- [Feature]: Add support for optional catch binding in the React Native babel preset.
- [Feature]: Add support for nullish coalescing operator in the React Native babel preset.
- [Improvement]: Upgrade to
babel@7.0.0-beta.54
- [Fixed]: Issues with Windows paths introduced since Babel@7 was bumped.
- [Fixed] Bundle command does not add InitializeCore to runBeforeMainModule