Skip to content

Releases: americanexpress/busybee

0.0.4

31 May 21:20
74efa20
Compare
Choose a tag to compare

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

16 Jul 23:51
8babfa9
Compare
Choose a tag to compare

Addresses these issues:
#9