Skip to content

Releases: ToxicBakery/Arbor

v1.40.86

19 Apr 23:57
Compare
Choose a tag to compare
Update to add `useEsModules()` and kotlin 1.8.20

v1.39.83

19 Dec 16:57
7433211
Compare
Choose a tag to compare

Added support for JS IR compiler via BOTH option

v1.38.81

17 Dec 15:20
Compare
Choose a tag to compare
  • 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

16 Feb 05:30
2e09972
Compare
Choose a tag to compare
  • 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

22 Nov 15:40
Compare
Choose a tag to compare
  • 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

07 May 18:59
6e5f0f8
Compare
Choose a tag to compare

Added extension functions for JVM vararg calls

v1.32

05 Apr 12:49
ab1f598
Compare
Choose a tag to compare

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

30 Jan 04:12
4cc3349
Compare
Choose a tag to compare

Various fixes for the Java seedling and code coverage reporting for Java and Android

v1.29

26 Jan 18:13
dae900e
Compare
Choose a tag to compare

Added default implementation support for messages such that it is now possible to log an exception sans message:

Arbor.e(Exception())

v1.28

22 Jan 06:47
10491e2
Compare
Choose a tag to compare

Android and JVM modules no longer conflict when used together downstream