Releases: AppHubPlatform/apphub
Releases · AppHubPlatform/apphub
0.5.0
Bug Fixes
- Fix a bug where developers who did not include
RCTNativeEventEmitter
would experience crashes upon new AppHub versions.
Breaking Changes
- Removes the JavaScript <-> Native bridge, allowing users to customize this to fit their needs. Refer to our old bridge for an implementation that you can include in your app.
0.4.0
This release has no breaking changes, but adds an API to the iOS client:
[AppHub setRootURL:]
: Set the host server from where build metadata is fetched.
This allows you to use AppHub with your own metadata server. Here is our reference implementation in Node: https://github.com/AppHubPlatform/apphub-simple-server.
0.3.7
0.3.5
AppHub CLI
This release adds the AppHub CLI which is a tool for creating new builds of your app. You can now release new versions of your app without having to create an IPA on Mac hardware.
Read the CLI documentation here for more information: http://docs.apphub.io/v1.0/docs/apphub-cli