Releases: agoda-com/boots
Releases · agoda-com/boots
Version 1.1.0
- 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 causeUnneccesaryStubbingException
Version 0.2.0
- Fixed bug with reporting when there are no
Bootable
s - Extension functions added to the
Key
classes - Executor implementations
executor-android
,executor-coroutine
andexecutor-coroutine-android
added. Kudos to @HeyAlex - Updated KDocs