Skip to content

Releases: jillesvangurp/kotlin4example

workaround java version issue with jitpack

24 Oct 02:03
Compare
Choose a tag to compare

don't use the fancy new toString that was added in java 10 ...

Fix java version so jitpack works

24 Oct 01:56
Compare
Choose a tag to compare
  • java version was 1.8 and we use stuff from later jdks; this broke the jitpack release
  • update all the dependencies to current versions

Improve block dsl

24 Oct 01:45
Compare
Choose a tag to compare
  • blocks can now capture stdout and return values
  • you can customize the texts for this
  • get rid of a few variations of this

Fix build file so jitpack can do its thing

04 Jul 03:41
Compare
Choose a tag to compare

First release

04 Jul 03:33
Compare
Choose a tag to compare

Simple functionality for generating markdown lifted from my es-kotlin-wrapper-client project with some improvements.

There will likely be some follow up releases before this stabilizes as I migrate that project to depend on this project.