Skip to content

Releases: callstack/repack

Release 2.0.0-beta.6

07 Jun 11:32
Compare
Choose a tag to compare
Release 2.0.0-beta.6 Pre-release
Pre-release

2.0.0-beta.6 (2021-06-07)

Bug Fixes

  • differentiate chunk cache key in development (68c8c51)

Release 2.0.0-beta.5

01 Jun 10:04
Compare
Choose a tag to compare
Release 2.0.0-beta.5 Pre-release
Pre-release

2.0.0-beta.5 (2021-06-01)

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

28 May 15:57
Compare
Choose a tag to compare
Release 2.0.0-beta.4 Pre-release
Pre-release

Changelog:

2.0.0-beta.4 (2021-05-28)

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

25 May 13:37
Compare
Choose a tag to compare
Release 2.0.0-beta.3 Pre-release
Pre-release

2.0.0-beta.3 (2021-05-25)

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

25 May 10:19
Compare
Choose a tag to compare

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.2

21 May 10:01
Compare
Choose a tag to compare
Release 2.0.0-beta.2 Pre-release
Pre-release

2.0.0-beta.2 (2021-05-21)

Bug Fixes

Release 2.0.0-beta.1

21 May 09:58
Compare
Choose a tag to compare
Release 2.0.0-beta.1 Pre-release
Pre-release

2.0.0-beta.1 (2021-05-21)

Bug Fixes

  • rename podspec to include it in shipped to NPM archive (f99a649)

Release 2.0.0-beta.0

21 May 09:43
Compare
Choose a tag to compare
Release 2.0.0-beta.0 Pre-release
Pre-release

2.0.0-beta.0 (2021-05-21)

Features

Release 1.4.1

19 May 11:12
Compare
Choose a tag to compare

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

11 May 12:48
Compare
Choose a tag to compare

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