Casey Brooks
05/20/2024, 4:29 PMballast-debugger-client
, since that depends on Ktor which does not yet have a stable release with WasmJS.
The only other notable change in this release is that ballast-navigation
no longer depends on ktor-http
, so it should result in a smaller binary for apps not using Ktor HTTP client. It is now using eygraber/uri-kmp for parsing URIs, which should just be an internal change and not require any updates to your codebase. However, there may be some differences in how the two libraries parse URIs, so if you notice any navigation URIs that worked in previous version but seem to not be handled correctly now, please let me know so I can fix it for you.