- [Breaking] Reject runServer promise if the HTTP server can't start listening (f39af2c)
- [Feature] Add
fileMapCacheDirectory
config option, deprecatehasteMapCacheDirectory
(93966c0) - [Fix] Fail
runServer
quickly if the port is not available (6d9623e) - [Fix] Add explicit dependency on
@babel/runtime
tometro-runtime
(#816) - [Fix] Fix missing dependency on
metro-transform-worker
(#817) - [Fix] Fix batching bugs causing modules to be incorrectly omitted from delta updates(#819)
- [Fix]
InspectorProxy
: Don't pass anError
object tosocket.close()
(fdc4ef1)
NOTE: Experimental features are not covered by semver and can change at any time.
- [Experimental] Open source our
jest-haste-map fork
asmetro-file-map
(#812)
Full Changelog: v0.70.2...v0.71.0