Releases: NeoUtils/Highlight
Releases · NeoUtils/Highlight
v2.2.0 - Multiplatform support
Added support for Multiplatform Compose: Android, Desktop and Web.
v2.0.0 - Next Generation
Completely rewritten in Kotlin to align with the new generation of mobile development.
- Support for Jetpack Compose #27
- Support for capture groups #23
- Publish to Maven Central #24
v1.0.4
FontScheme
: #6 change the font of text
BackgroundScheme
: pain background color for text
BaseScheme
: easier to create custom scheme
Scope
: created scheme just for scope and scheme scope improvements
v1.0.3
- Add schemes to the scope of another scheme (#11)
v1.0.2
LinkScheme
: added link processing schema
OnClickScheme
: added click processing schema
- Greater control over adding span
v1.0.1
- Added
TextView
support
- Standardized getters and setters
v1.0.0
Highlight
: add and remove span
LinesTextWatcher
: processing by altered lines ⭐
HighlightTextWatcher
: highlight support EditText
ColorScheme
, StyleScheme
: basic schemes