Skip to content

Releases: AppHubPlatform/apphub

0.5.0

01 Feb 19:48
Compare
Choose a tag to compare

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

19 Dec 05:50
Compare
Choose a tag to compare

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

18 Dec 21:49
Compare
Choose a tag to compare

Bug Fixes

  • Fix a regression which caused builds to sometimes not download when AppHub is used in the iOS simulator.

0.3.5

16 Dec 22:54
Compare
Choose a tag to compare

This release fixed a minor bug in the CLI which prevented some users from being able to build AppHub zip files.

AppHub CLI

15 Dec 18:54
Compare
Choose a tag to compare

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