Skip to content

Releases: americanexpress/busybee

Release list

0.0.4

Choose a tag to compare

@yogurtearl yogurtearl released this 31 May 21:20
74efa20

This is the first release that will be published to Maven Central.
0.0.3 and before will remain on jcenter only.

0.0.4 is the first release since the migration to Kotlin.
Note that this may cause some API incompatibilities (API is not yet stable) if you are calling BusyBee from Java.
If there are specific APIs incompatibilities from Java that you would like us to address, feel free to file an issue.

Some of the changes you may have to make:

  • MainThread.singletonExecutor() -> MainThread.singletonExecutor
  • busyBee.isNotBusy -> busyBee.isNotBusy()
  • busyBee.isBusy -> busyBee.isBusy()
  • busyBee.name -> busyBee.getName()

0.0.3

Choose a tag to compare

@yogurtearl yogurtearl released this 16 Jul 23:51
8babfa9

Addresses these issues:
#9