Skip to content

Releases: callstack/repack

Release 2.5.0

29 Oct 15:44
Compare
Choose a tag to compare

2.5.0 (2021-10-29)

Bug Fixes

  • add default value for the local chunk check (#124) (170ee96)
  • add missing remoteChunksOutput option to the template (#123) (083754f)

Features

  • add chunk request timeout and absolute flag for URL (#126) (21bfdd5)
  • advanced fetching options for remote chunks (#108) (b11bc23)

Release 2.4.2

21 Oct 09:49
Compare
Choose a tag to compare

2.4.2 (2021-10-21)

Bug Fixes

  • source map for main bundle (#120) (d5549cb)
  • updated links in readme to rebranded repack/ repo (#118) (8213303)

Release 2.4.1

12 Oct 14:30
Compare
Choose a tag to compare

2.4.1 (2021-10-12)

Bug Fixes

  • add missing events dependency (6c48f06)
  • update require_relative path to node_modules in TesterApp (#117) (b14d5ce)

Release 2.4.0

08 Oct 11:13
Compare
Choose a tag to compare

2.4.0 (2021-10-08)

Bug Fixes

  • prevent crash when using custom Webpack path (#109) (472f830)
  • source map output for remote chunks (#113) (7f55283)

Features

  • add repack bootstrap code to await chunk loading (#101) (5785972)
  • adjust source mapping info in bundles, source maps and manifest files (#112) (ffdd941)
  • allow to trigger compilation from dashboard (#103) (ebc787b)
  • show actual server logs count (#102) (94fb5d1)

Release 2.3.1

30 Sep 09:27
Compare
Choose a tag to compare

2.3.1 (2021-09-30)

Bug Fixes

  • asset resolver failure due to missing scales (#98) (4ec39f4)
  • stop caching chunks in dev environment (#96) (18c73d2)

Release 2.3.0

29 Sep 10:37
Compare
Choose a tag to compare

2.3.0 (2021-09-29)

Features

  • web dashboard (compilation statistics, server logs, artifacts) (#94) (5010f0e)

Release 2.2.0

21 Sep 11:28
Compare
Choose a tag to compare

2.2.0 (2021-09-21)

Bug Fixes

Features

  • better error handling & forceRemoteChunkResolution option (#89) (86361aa)

Release 2.1.0

15 Sep 15:08
Compare
Choose a tag to compare

2.1.0 (2021-09-15)

Bug Fixes

  • RN CLI finding algorithm and provide default value for --webpackConfig option (#80) (726c20b)

Features

Release 2.0.0

01 Sep 16:24
Compare
Choose a tag to compare

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

16 Jun 09:48
Compare
Choose a tag to compare
Release 2.0.0-beta.7 Pre-release
Pre-release

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)