Skip to content

Releases: markusressel/KodeHighlighter

v4.0.2

15 Mar 22:52
Compare
Choose a tag to compare
  • update dependencies

v4.0.1

15 Mar 22:52
Compare
Choose a tag to compare

What’s Changed

v4.0.0

19 May 22:23
Compare
Choose a tag to compare

What’s Changed

  • Bump org.jetbrains.dokka:dokka-gradle-plugin from 1.7.20 to 1.8.10 (#40) by @dependabot
  • Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.6.4 to 1.7.1 (#52) by @dependabot
  • Bump org.jetbrains.kotlinx:kotlinx-coroutines-android from 1.6.4 to 1.7.1 (#53) by @dependabot
  • Bump androidx.compose.animation:animation from 1.3.2 to 1.3.3 (#35) by @dependabot
  • Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.4.3 to 1.6.4 (#34) by @dependabot
  • Bump androidx.compose.runtime:runtime from 1.3.2 to 1.3.3 (#36) by @dependabot
  • Bump actions/setup-java from 1 to 3 (#30) by @dependabot
  • Bump androidx.compose.ui:ui-text from 1.3.2 to 1.3.3 (#26) by @dependabot
  • Bump androidx.appcompat:appcompat from 1.5.1 to 1.6.1 (#27) by @dependabot
  • Bump actions/upload-artifact from 2 to 3 (#28) by @dependabot
  • Bump androidx.compose.ui:ui from 1.3.2 to 1.3.3 (#33) by @dependabot
  • Bump org.jetbrains.dokka:dokka-gradle-plugin from 1.7.10 to 1.7.20 (#32) by @dependabot
  • Bump actions/checkout from 2 to 3 (#29) by @dependabot
  • Compose enhancements (#25) by @markusressel
  • Generic StyleFactory to support span style for compose compatibility (#23) by @folab33

🚀 Features and ✨ Enhancements

v3.1.0

04 Apr 19:20
Compare
Choose a tag to compare

What’s Changed

v3.0.0

24 May 11:52
Compare
Choose a tag to compare

What’s Changed

🚀 Features and ✨ Enhancements

v2.0.0

26 Jun 01:17
Compare
Choose a tag to compare

What’s Changed

This is a big rework, including renaming of base classes, restructuring and therefore many, many breaking changes if you had implemented custom highlighters. Please have a look at the updated README to see how things are structured now.
KodeHighlighter now uses Kotlin coroutines to provide an easier way to provide an easier interface for running things off the UI thread.

🚀 Features and ✨ Enhancements

🐛 Bugfixes

v1.2.2

28 Jan 21:56
Compare
Choose a tag to compare

Fix for release v1.2.1
(no changes otherwise)

v1.2.1

28 Jan 21:55
Compare
Choose a tag to compare

BROKEN RELEASE

Because of missing repositories this release sadly does not build.
Please use v1.2.2 instead.

  • added convenience method clearAppliedStyles

v1.2.0

28 Jan 14:22
Compare
Choose a tag to compare
  • added EditTextSyntaxHighlighter convenience class

v1.1.0

28 Jan 14:21
Compare
Choose a tag to compare
  • added EditText example to demo
  • changed StatefulSyntaxHighlighter to a wrapper
  • java highlighting improvements
  • added python highlighter