Releases: callstack/repack
Releases · callstack/repack
Release 2.0.0-beta.6
Bug Fixes
- differentiate chunk cache key in development (68c8c51)
Release 2.0.0-beta.5
Bug Fixes
- emit manifest before sealing the compilation to remove deprecation error (32b29f7)
- TesterApp example (37202a8)
Features
- chnage public APi to support chunks from dev server and local automatically (bb6655a)
- use runInBackground in ChunkManager for iOS (#39) (edcfdb9)
Release 2.0.0-beta.4
Changelog:
Bug Fixes
- incorrect error message for ChunkManager.invalidateChunks (16da4f2)
- invalid react native path fallback (853014d)
- remove check for cached file in native module (b78f535)
Features
- create chunk manifests file and split chunks into remote/local (e77e37d)
- run adb reverse only for android if dev server is enabled (deac87a)
Release 2.0.0-beta.3
Bug Fixes
- rename podspec (d9eba14)
- rename podspec to include it in shipped to NPM archive (7060e94)
Features
- add ChunkManager (JS + Android) (#25) (199e457)
- add exclude option to OutputPlugin (836c654)
- improve ChunkManager with support for persistent cache (#35) (0cb9d69)
- update Webpack config template (#31) (b283f58)
Release 1.4.2
1.4.2 (2021-05-25)
Bug Fixes
- include podspec in release package (#36) (c4a2c8e)
- use global when evaluating HMR update (#33) (525b696)
Release 2.0.0-beta.1
Bug Fixes
- rename podspec to include it in shipped to NPM archive (f99a649)
Release 1.4.1
1.4.1 (2021-05-19)
Bug Fixes
- add explicit regex to transpile nativepack to webpack.config.js template (#30) (d0e86be)
- package name in android kotlin files (#26) (fbdb306)
Release 1.4.0
1.4.0 (2021-05-11)
Bug Fixes
- destroy hanging sockets and prevent crash on Windows (#18) (088a2a5)
- resolution of assets with scale (#20) (bd5eedb)
Features