Release 4.3 - Kotlin extensions and support for suspending continuations
· One min read
This release introduces the following new features and fixes:
- Added Kotlin extensions, such as the
.lproperty, which can be used to close tags in Kotlin instead of.__(). - Introduced a new
.suspending()builder to support the use of continuations in Kotlin, allowing suspending functions to useawait. - Resolved Issue 105 by integrating new attributes in
globalEventAttributes, included with the release ofHtmlApiFaster1.0.15. - Added new unit tests verifying multi-threaded scenarios.
- Updated the documentation to detail
setIndentation()usage and the correct application ofthreadSafe().