Releases: skiptools/skipstone
Releases · skiptools/skipstone
Release list
1.9.5
What's Changed
- Adding support for sendable escaping closures by @gevartosky in #259
- Don't JNI-bridge generic @inline(__always) functions by @vincentborko in #260
- Apply spread operator when delegating variadic static funcs to companion by @vincentborko in #261
- Escape invalid characters in file-derived bridge function names by @vincentborko in #262
- Use Swift-identifier escaping for file-derived bridge function names by @vincentborko in #263
New Contributors
- @gevartosky made their first contribution in #259
Full Changelog: 1.9.4...1.9.5
1.9.4
What's Changed
- Compose statement-level View operators (e.g. Text + Text) by @vincentborko in #255
- Enable skip test for compiled fuse test modules by @marcprux in #258
New Contributors
- @vincentborko made their first contribution in #255
Full Changelog: 1.9.3...1.9.4
1.9.3
What's Changed
- Add merge append/prepend option to skip.yml blocks by @marcprux in #254
- Propagate
@_exported importdeclarations through transpiled module imports by @marcprux in #256 - Mark bridged async return values
nonisolated(unsafe)for Swift 6 region isolation by @marcprux in #257
Full Changelog: 1.9.2...1.9.3