Releases: callstack/repack
Releases · callstack/repack
Release 2.5.0
Release 2.4.2
Release 2.4.1
Release 2.4.0
Release 2.3.1
Release 2.3.0
Release 2.2.0
Release 2.1.0
Release 2.0.0
2.0.0 (2021-09-01)
Bug Fixes
- add okhttp-urlconnection to prevent crashes when using cookies, minor Android native module tweaks (#75) (c796d73)
- NormalModuleReplacementPlugin context provisioning (#69) (139aa24)
- use fastify-reply-from plugin to ensure headers are not lost when proxying (#65) (3b313bb)
- use per-platform directories in OutputPlugin and improve error messages for chunk loading (#77) (0238bb8)
- use repack_ instead of rnwt_ in LoggerPlugin (cadc33d)
- webpack.config.js LoggerPlugin file path (#56) (d6002af)
Release 2.0.0-beta.7
2.0.0-beta.7 (2021-06-16)
Bug Fixes
- differentiate chunk cache key in development (921015e)
- emit manifest before sealing the compilation to remove deprecation error (40ae456)
- include regex for babel-loader for dependencies(#42) (b2525a4)
- incorrect error message for ChunkManager.invalidateChunks (567c913)
- invalid react native path fallback (2aaf15b)
- remove check for cached file in native module (4cb6442)
- rename podspec (153da4b)
- rename podspec to include it in shipped to NPM archive (d3a5e1e)
- TesterApp example (06090e4)
Features
- add ChunkManager (JS + Android) (#25) (72320e3)
- add exclude option to OutputPlugin (872260e)
- chnage public APi to support chunks from dev server and local automatically (5f1bc36)
- create chunk manifests file and split chunks into remote/local (7056369)
- improve ChunkManager with support for persistent cache (#35) (34b7b25)
- run adb reverse only for android if dev server is enabled (bc714fc)
- update Webpack config template (#31) (5096ca2)
- use runInBackground in ChunkManager for iOS (#39) (76c1431)