Skip to content

Releases: agoda-com/boots

Version 1.1.0

10 Oct 09:45
5510efa
Compare
Choose a tag to compare
  • Update Kotlin version to 1.3.50
  • Update Coroutines version to 1.3.1
  • Mockito library in test artifact updated to 2.23.0
  • Mockito-kotlin library in test artifact updated to 2.2.0
  • Renamed the core module to boots module, to avoid possible Kotlin Metadata issues when importing the library
  • Simplified logger output to reduce the load on it
  • Mocks provided by test artifact are now lenient and won't cause UnneccesaryStubbingException

Version 0.2.0

21 Feb 07:54
3367f17
Compare
Choose a tag to compare
  • Fixed bug with reporting when there are no Bootables
  • Extension functions added to the Key classes
  • Executor implementations executor-android, executor-coroutine and executor-coroutine-android added. Kudos to @HeyAlex
  • Updated KDocs