Immutable
release. Only release title and notes can be modified.
Providers
New
- Expo Web: Railpack now detects Expo Web projects configured for static export as SPAs and serves the built output from
distwith the static file server. Configureexpo.web.outputtostaticorsingleinapp.json, ensureexpoandreact-native-webare in your dependencies, and add abuildscript such asexpo export --platform webto yourpackage.json. by @iloveitaly in #585
Fixed
- Node: Increased the default npm fetch retry count to 5 (
NPM_CONFIG_FETCH_RETRIES=5) to improve build reliability against transient registry network errors during dependency installation. by @iloveitaly in #598
CLI
New
- Mise: Updated mise version from v2026.6.10 to v2026.6.11.
Full Changelog: v0.27.2...v0.28.0
Internal improvements to testing, documentation, and dependency updates by @iloveitaly.