Skip to content

Releases: deezer/KustomExport

v0.8.2

27 Jul 14:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.8.2

v0.8.1

14 Feb 21:28
Compare
Choose a tag to compare

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

Full Changelog: v0.8.0...v0.8.1

v0.8.0

20 Dec 12:04
Compare
Choose a tag to compare
  • Moved JS only runtime to JS source-set
  • Removed unsafeCast in favour of dynamicCastTo.

v0.7.0

20 Dec 10:35
Compare
Choose a tag to compare

Updated to Kotlin 1.7.22 & KSP 1.0.8

v0.6.1

07 Jun 07:39
Compare
Choose a tag to compare

What's Changed

  • Add SimulatorArm64 target for tvOS and watchOS by @antpa in #25

New Contributors

  • @antpa made their first contribution in #25

Full Changelog: v0.6.0...v0.6.1

v0.6.0

22 Apr 08:13
Compare
Choose a tag to compare

What's Changed

  • Upgrade to Kotlin 1.6.21
  • Upgrade to Kotlin Coroutines 1.6.1
  • Mixing annotations @JsExport & @KustomExport (experimental)

#24 by @glureau

Full Changelog: v0.5.0...v0.6.0

v0.5.0 - stop exposing Exceptions

19 Apr 20:12
Compare
Choose a tag to compare

What's Changed

(discussion: #20 )

Full Changelog: v0.4.2...v0.5.0

v0.4.2 Fix sealed classes

15 Apr 18:32
Compare
Choose a tag to compare
  • Fixes sealed classes by creating an abstract class instead of a sealed class. #21 (related to KT-39193

v0.4.1 - expose CancellationException

24 Feb 15:55
Compare
Choose a tag to compare

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

24 Feb 14:20
Compare
Choose a tag to compare

Support top level functions (also supports async ones)