Skip to content

Latest commit

 

History

History
153 lines (86 loc) · 10.1 KB

File metadata and controls

153 lines (86 loc) · 10.1 KB

Changelog

2.0.0 (2026-08-05)

⚠ BREAKING CHANGES

  • Both Android and iOS CodePushServerURL values are required.

Bug Fixes

  • require a working CodePush server URL (#41) (0b5c71a)

Build System

  • deps: patch brace-expansion DoS (#38) (8ea4877)
  • deps: patch brace-expansion vulnerability (#37) (63789e9)

Chores

  • deps: allow immediate magic tooling updates (#40) (a623a27)
  • deps: enforce a 14-day release age (#39) (8542927)

1.0.14 (2026-07-28)

Bug Fixes

  • changelog: use effect, because hidden does nothing (#35) (379b8b7)

Documentation

1.0.13 (2026-07-27)

Bug Fixes

  • ios: redirect the bundle URL on Expo SDK 53's Swift AppDelegate (bb07d7b), closes #30, references #import #if #import
  • throw when a native file anchor is missing instead of no-op (fb416b1), references #30

1.0.12 (2026-07-27)

  • format the repo with oxfmt (1e7a566)

Bug Fixes

  • android: apply codepush.gradle without an apply from: anchor (7d29583), closes #26
  • android: hook CodePush into MainApplication's ReactHost (0519cd7)
  • build: keep tsc's incremental cache out of the emit path (2fe3574)
  • lint: clear the magic oxlint preset (aa671ac)

Code Refactoring

  • android: take ResourceXML from expo/config-plugins (91b76ce)
  • declare PluginConfigType as a type alias (cc67b2a)
  • kebab-case filenames (6c0ef7a)

Documentation

  • ci: note the check-approval gate on release PRs (#23) (3330f5e)
  • say which SDKs prebuild is tested against (641ad2c), references #import
  • tooling: refresh the config comments for 1.2.0 (39242cc)

Build System

  • deps: bump the magic packages to 1.1.0 (327fa39)
  • deps: bump the magic packages to 1.2.0 (39b11d7)
  • deps: move to pnpm and swap eslint/prettier for the magic stack (8a40864)

Continuous Integration

  • call the shared workflow by tag instead of @main (#29) (46cc903)
  • lint: make a stale disable directive fail the build (fd29026)
  • run the checks through GSTJ/magic and pnpm (2a13c39)

Chores

  • extend the shared renovate preset (cbf6fd2)
  • tooling: adopt the magic oxlint and oxfmt configs (84a44dc)
  • tooling: drop the workarounds 1.1.0 made unnecessary (46dc95b)

1.0.11 (2026-07-27)

Continuous Integration

  • say what to do when the release PR can't be opened (#21) (aa1e9d5)

1.0.10 (2026-07-27)

Bug Fixes

  • release: keep the changelog headings in the tag message (0c6c8c1)

Continuous Integration

  • land release bumps through a PR instead of pushing to master (#19) (a7016d2)

1.0.9 (2026-07-26)

Bug Fixes

Documentation

  • note App Center retirement and require CodePushServerURL (#14) (4e98a22)

Continuous Integration

  • add CI, CodeQL and release automation (#18) (09eeee1), references #11 #14
  • write the npm token in the release step (5de4211)

Chores

  • refresh yarn.lock to clear dev-only advisories (#15) (c6c05a3)
  • scope resolutions to clear 6 dev-only Dependabot alerts (#17) (367e340)

1.0.8 (2026-07-25)

Features

  • support self-hosted codepush servers (#11)

Bug Fixes

  • let node resolve the codepush gradle paths (#12)

1.0.7 (2024-02-08)

Bug Fixes

  • kotlin/java semicolon build error (#7)

1.0.6 (2024-01-22)

Features

  • Expo SDK 50 support (#5)

Bug Fixes

  • Expo SDK 49 build error

1.0.2 (2023-11-06)

Documentation

  • update the interim README

1.0.0 (2023-11-06)

Features

  • Expo SDK 49 support