Releases: markusressel/KodeHighlighter
Releases · markusressel/KodeHighlighter
v4.0.2
v4.0.1
What’s Changed
- Bump actions/upload-artifact from 3 to 4 (#72) by @dependabot
- Bump actions/setup-java from 3 to 4 (#71) by @dependabot
- Bump actions/checkout from 3 to 4 (#69) by @dependabot
- Bump org.jetbrains.dokka:dokka-gradle-plugin from 1.8.10 to 1.8.20 (#57) by @dependabot
- Bump ksp from 1.8.20-1.0.11 to 1.8.21-1.0.11 (#54) by @dependabot
v4.0.0
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
- upgrades and compose implementation (#24) by @markusressel
v3.1.0
What’s Changed
- Fix: Tokens highlighted inside others (#22) by @nathanfallet
- Adding an OCaml target (#20) by @nathanfallet
v3.0.0
What’s Changed
- Update README.md (#17) by @markusressel
🚀 Features and ✨ Enhancements
- androidx migration (#19) by @markusressel
v2.0.0
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
- Feature/coroutines (#7) by @markusressel
- Feature/json highlighter (#3) by @markusressel
- updated gradle to 5.2 (#4) by @markusressel
🐛 Bugfixes
- fix missing sources jar (#5) by @markusressel
v1.2.2
Fix for release v1.2.1
(no changes otherwise)
v1.2.1
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
- added EditTextSyntaxHighlighter convenience class
v1.1.0
- added EditText example to demo
- changed StatefulSyntaxHighlighter to a wrapper
- java highlighting improvements
- added python highlighter