Releases: ToxicBakery/Arbor
Releases · ToxicBakery/Arbor
v1.40.86
v1.39.83
Added support for JS IR compiler via BOTH option
v1.38.81
- Updated kotlin
- Updated android target
- Cleaned up scripts to leverage new mpp features for gradle simplifying things a bit
- Should be possibly to simply target
arbor
for JS and JVM platforms. Android is still separate to enabled usage of JVM lib and Android lib in dependency trees
v1.35.72
- Updated kotlin, gradle, and android
- Fixed publications to support updates
- Added documentation on JS seedling
- Updated JS seedling to leverage console for improved output
- Changed version numbering to leverage commit numbers, this simplifies releases
- Removed root classes folder left over from old configuration
v1.34
- Fixed bug with long android log messages using incorrect tag
- Updated to Kotlin to 1.3.60
- Updated Android to target API 29
- Improved coverage by adding a log delegate to LogCatSeedling
v1.33
Added extension functions for JVM vararg calls
v1.32
Several functional improvements and cleanup
- Formatting is now possible with JVM based code (JS tbd)
- Arbor DSL has been cleaned up to remove the companion object
- Examples apps now show Arbor working for Android and JVM (JS tbd)
v1.30
Various fixes for the Java seedling and code coverage reporting for Java and Android
v1.29
Added default implementation support for messages such that it is now possible to log an exception sans message:
Arbor.e(Exception())
v1.28
Android and JVM modules no longer conflict when used together downstream