Skip to content

Releases: tweaselORG/andromatic

v1.1.2: More robust emulator creation

24 Oct 06:34
cc824c9
Compare
Choose a tag to compare

This is a patch release that fixes a bug where a createEmulator() call could fail in certain configurations due to a missing package.

What's Changed

  • Fixes #11: Install emulator package in createEmulator by @zner0L in #12

Full Changelog: v1.1.1...v1.1.2

v1.1.1: Bugfix for hanging installs on macOS

10 Jul 13:54
2f5843d
Compare
Choose a tag to compare

Due to a bug in the library we were using to find existing Java installations, installing new packages hung indefinitely on macOS. This release fixes that bug by switching to a different library for finding the JAVA_HOME.

Note
If you were seeing this problem in one of our other libraries that depend on andromatic (appstraction or cyanoacrylate), you should be able to work around the problem by installing this new version of andromatic first (e.g. yarn add andromatic; yarn add appstraction) until we release updated versions of those.

What's Changed

  • Fixes #6: Replace find-java-home with @viperproject/locate-java-home by @zner0L in #8

Full Changelog: v1.1.0...v1.1.1

v1.1.0: Create emulators!

07 Jun 21:54
9681f85
Compare
Choose a tag to compare

This release of andromatic adds the new createEmulator() function, which enables you to create emulators in your nodejs code using the cached Android SDK. Take a look at the README for usage examples.

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0: First release

16 May 10:19
7143593
Compare
Choose a tag to compare

This first release of andromatic comes with the automated installation of Android developer tools on Linux, macOS and Windows. It supports running multiple versions of the versioned tools and automatic installation of missing tools, as well as a CLI to install tools e.g. in a npm postinstall script.

What's Changed

Full Changelog: https://github.com/tweaselORG/andromatic/commits/v1.0.0