Releases: deezer/KustomExport
Releases · deezer/KustomExport
v0.8.2
What's Changed
- Avoid erasing types and delegate to js export by @MarcoSignoretto in #39
New Contributors
- @MarcoSignoretto made their first contribution in #39
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- Allow unit tests to build by removing references to
@KotlinPoetKspPreview
by @GrahamBorland in #30 - Use npm file: protocol to link @kustom/Samples dependency by @shama in #32
- Handle an interface with suspend that returns a JS friendly type by @shama in #34
New Contributors
- @GrahamBorland made their first contribution in #30
- @shama made their first contribution in #32
Full Changelog: v0.8.0...v0.8.1
v0.8.0
- Moved JS only runtime to JS source-set
- Removed
unsafeCast
in favour ofdynamicCastTo
.
v0.7.0
Updated to Kotlin 1.7.22 & KSP 1.0.8
v0.6.1
v0.6.0
v0.5.0 - stop exposing Exceptions
v0.4.2 Fix sealed classes
v0.4.1 - expose CancellationException
Expose CancellationException.
TimeoutCancellationException has internal fields and internal constructor so it cannot be exported/imported like the other exceptions. For now it's only visible for Typescript but are not mapped.
v0.4.0 - top level functions
Support top level functions (also supports async ones)