Skip to content

Latest commit

 

History

History
284 lines (149 loc) · 14.3 KB

File metadata and controls

284 lines (149 loc) · 14.3 KB

@callstack/repack-dev-server

5.2.5

Patch Changes

  • #1371 1ab6e4e Thanks @jbroma! - Avoid crashing Android apps when opening React Native DevTools by handling cross-origin Network.loadNetworkResource requests inside the dev server.

5.2.4

Patch Changes

5.2.3

5.2.2

5.2.1

5.2.0

Minor Changes

Patch Changes

5.1.3

5.1.2

Patch Changes

5.1.1

5.1.0

Minor Changes

  • #1073 84952ac Thanks @jbroma! - Add support for setting up proxy in DevServer for redirecting requests

Patch Changes

  • #1137 996942f Thanks @jbroma! - Support application/json type of payload for /symbolicate requests

5.1.0-rc.0

Minor Changes

  • #1073 84952ac Thanks @jbroma! - Add support for setting up proxy in DevServer for redirecting requests

Patch Changes

  • #1137 996942f Thanks @jbroma! - Support application/json type of payload for /symbolicate requests

5.0.6

5.0.5

5.0.4

5.0.3

Patch Changes

5.0.2

Patch Changes

  • #1081 30d7330 Thanks @jbroma! - Drop dependency on @react-native-community/cli-server-api in the DevServer

5.0.1

5.0.0

Major Changes

  • #912 07d0566 Thanks @jbroma! - BREAKING CHANGES: Removed devServerEnabled option from assets-loader and devServer from Repack plugin configuration - they are now obtained automatically from configuration.

    Added new config.devServer field to configure development server properties with type-safe http/https configuration, special host values (local-ip, local-ipv4, local-ipv6), and enhanced HTTPS configuration with full HttpsServerOptions support.

Minor Changes

  • #1005 4e10aa6 Thanks @jbroma! - Reworked DevServer HMR pipeline - improved performance & recovery from errors

5.0.0-rc.12

Minor Changes

  • #1005 4e10aa6 Thanks @jbroma! - Reworked DevServer HMR pipeline - improved performance & recovery from errors

5.0.0-rc.11

Major Changes

  • #912 07d0566 Thanks @jbroma! - BREAKING CHANGES: Removed devServerEnabled option from assets-loader and devServer from Repack plugin configuration - they are now obtained automatically from configuration.

    Added new config.devServer field to configure development server properties with type-safe http/https configuration, special host values (local-ip, local-ipv4, local-ipv6), and enhanced HTTPS configuration with full HttpsServerOptions support.

5.0.0-rc.10

5.0.0-rc.9

5.0.0-rc.8

5.0.0-rc.7

5.0.0-rc.6

5.0.0-rc.5

5.0.0-rc.4

5.0.0-rc.3

5.0.0-rc.2

5.0.0-rc.1

5.0.0-rc.0

5.0.0-alpha.0

4.3.3

4.3.2

4.3.1

4.3.0

4.2.0

4.1.1

4.1.0

4.0.0

Major Changes

  • #430 0d96b11 Thanks @jbroma! - Upgrade to Node 18, drop support for Node 16

  • #508 fec8962 Thanks @RafikiTiki! - - Fixed deprecated remote debugger integration:

    • Removed vendored code and used middlewares from @react-native-community/cli-server-api
    • Removed package/debugger-app and replaced it with @react-native-community/cli-debugger-ui
    • Removed vendored code responsible for integration with Flipper debugger & custom implementation of the Hermes Inspector Proxy
    • Added integration with @react-native/dev-middleware which enables us to use both Flipper and new experimental debugger

Patch Changes

4.0.0-rc.2

4.0.0-rc.1

Patch Changes

4.0.0-rc.0

Major Changes

  • #430 0d96b11 Thanks @jbroma! - BREAKING CHANGE: Upgrade to Node 18, drop support for Node 16.

Patch Changes

1.1.0

Minor Changes

  • #475 cc997a2 Thanks @szymonrybczak! - Added X-React-Native-Project-Root header, so the RN CLI picks up the running bundler correctly

1.0.2

Patch Changes

  • #441 a66785d Thanks @hexboy! - fix(dev-server): fix Failed to open stack frame in editor error

1.0.1

Patch Changes

  • #308 ad9581a Thanks @jbroma! - Make all packages compatible with Node v18

  • Updated dependencies [ad9581a]:

    • @callstack/repack-debugger-app@1.0.2

1.0.0

Major Changes

  • #186 05d126e Thanks @zamotany! - ### Bundler-agnostic development server

    Extracted development server from @callstack/repack into a separate package and made it bundler-agnostic.

Minor Changes

  • #189 bc42023 Thanks @zamotany! - ### Development server API

    Added API endpoints to @callstack/repack-dev-server:

    • GET /api/platforms - List all platforms with active compilations
    • GET /api/:platform/assets - List all assets (name and size) for a given compilation
    • GET /api/:platform/stats - Get compilation stats
    • Websocket server under /api URI for logs and compilations events
  • #230 e6dc69d Thanks @jbinda! - Introduce fastify-favicon plugin to prevent server logger from emitting error log related to GET 400 /favicon.ico when requesting bundles via browser.

Patch Changes

  • #200 c75cdc7 Thanks @zamotany! - Prevent server logger from emitting log to API WS server before WS servers are created.

  • Updated dependencies [05d126e]:

    • @callstack/repack-debugger-app@1.0.0

1.0.0-next.3

Minor Changes

  • #230 e6dc69d Thanks @jbinda! - Introduce fastify-favicon plugin to prevent server logger from emitting error log related to GET 400 /favicon.ico when requesting bundles via browser.

Patch Changes

1.0.0-next.2

Patch Changes

  • #200 c75cdc7 Thanks @zamotany! - Prevent server logger from emitting log to API WS server before WS servers are created.

1.0.0-next.1

Minor Changes

  • Development server API

    Added API endpoints to @callstack/repack-dev-server:

    • GET /api/platforms - List all platforms with active compilations
    • GET /api/:platform/assets - List all assets (name and size) for a given compilation
    • GET /api/:platform/stats - Get compilation stats
    • Websocket server under /api URI for logs and compilations events

1.0.0-next.0

Major Changes

  • Bundler-agnostic development server

    Extracted development server from @callstack/repack into a separate package and made it bundler-agnostic.

Patch Changes

  • Updated dependencies []:
    • @callstack/repack-debugger-app@1.0.0-next.0