metro

🚇 The JavaScript bundler for React Native

MIT License

Downloads
188.1M
Stars
5.1K
Committers
434

Bot releases are hidden (Show)

metro - v0.43.3

Published by rafeca about 6 years ago

  • [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.

(list of commits since v0.43.2)

metro - v0.43.2

Published by rafeca about 6 years ago

  • [Fixed]: Set the correct inverseDependencies when traversing a graph with circular dependencies.
  • [Fixed]: Set the correct exports when redefining module.exports inside a cyclic dependency (more info).

(list of commits since v0.43.1)

metro - v0.38.4

Published by rafeca about 6 years ago

  • [Fixed]: Use relative paths for module verboseName (more info).

(list of commits since v0.38.3)

metro - v0.43.1

Published by rafeca about 6 years ago

  • [Fixed]: verboseName in dev now contains the full relative path (more info).
  • [Fixed]: Fix name of default configuration filename (more info).

(list of commits since v0.43.0)

metro - v0.43.0

Published by rafeca about 6 years ago

  • [Breaking]: Implemented new config system (more info).
  • [Breaking]: Renamed unbundle to ram-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.

(list of commits since v0.42.2)

metro - v0.42.2

Published by rafeca over 6 years ago

  • [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 [email protected]
  • [Fixed]: Issues with Windows paths introduced since Babel@7 was bumped.
  • [Fixed] Bundle command does not add InitializeCore to runBeforeMainModule

(list of commits since v0.42.1)

metro - v0.38.3

Published by rafeca over 6 years ago

  • [Fixed] Bundle command does not add InitializeCore to runBeforeMainModule (more info)

(list of commits since v0.38.2)

metro - v0.38.2

Published by rafeca over 6 years ago

  • [Fixed] Issue when running Metro on Windows (more info)

(list of commits since v0.38.1)

metro - v0.42.1

Published by rafeca over 6 years ago

  • [Breaking] Moved the babel-preset-react-native module to Metro repository (under the metro-react-native-babel-preset) (more info)
  • [Fixed] Issue when running Metro on Windows (more info)

(list of commits since v0.40.1)

metro - v0.40.1

Published by mjesun over 6 years ago

  • [Fixed] Prevent variable clashing when auto-renaming module, exports, etc.

(list of commits since v0.40.0)

metro - v0.40.0

Published by rafeca over 6 years ago

  • [Breaking]: Replace projectRoots config param by projectRoot + watchRoots.

(list of commits since v0.39.1)

metro - v0.39.1

Published by rafeca over 6 years ago

  • [Improvement]: Reduce gzipped production builds size by using always the same prologue when minifying ((g, r, m, e, d)).

(list of commits since v0.39.0)

metro - v0.39.0

Published by rafeca over 6 years ago

  • [Feature]: Add mainFields config param for module resolution logic.

(list of commits since v0.38.1)

metro - v0.38.1

Published by rafeca over 6 years ago

  • [Fixed]: Fix constant-folding-plugin for default export function.

(list of commits since v0.38.0)

metro - v0.38.0

Published by rafeca over 6 years ago

  • [Breaking]: Rename default React Native transformer name.
  • [Breaking]: Rename default basic transformer name.
  • [Breaking]: Change default transformer to be the basic one.

(list of commits since v0.37.2)

metro - v0.37.2

Published by mjesun over 6 years ago

metro - v0.37.1

Published by mjesun over 6 years ago

metro - v0.37.0

Published by rafeca over 6 years ago

metro - v0.36.1

Published by davidaurelio over 6 years ago

metro - v0.36.0

Published by davidaurelio over 6 years ago

Package Rankings
Top 0.62% on Npmjs.org
Top 18.4% on Repo1.maven.org
Badges
Extracted from project README
MIT licensed npm package version Build status Code coverage Follow @MetroBundler on Twitter
Related Projects