Releases: swiftwasm/WebAPIKit
Releases · swiftwasm/WebAPIKit
0.2.0
What's Changed
- Improve compatibility with Embedded Swift by @MaxDesiatov in #58
- Clean up use of closure property wrappers by @MaxDesiatov in #59
- Following up on closures property wrappers cleanup by @MaxDesiatov in #60
- Fixes for compatibility with Embedded Swift by @MaxDesiatov in #61
Full Changelog: 0.1.0...0.2.0
v0.1.0
What's Changed
- Create LICENSE by @MaxDesiatov in #2
- Update to JavaScriptKit 0.9, add
Globalhelpers by @MaxDesiatov in #3 - Cleanup unused code, fix event handlers crash by @MaxDesiatov in #4
- Assert on
queriedButtonnotbuttonin the test by @MaxDesiatov in #6 - Bring code generation into this repo, update to latest specs, support async functions natively by @j-f1 in #10
- Remove unused
TypedArray.swiftby @MaxDesiatov in #11 - Pass
GITHUB_TOKENintest.ymlby @MaxDesiatov in #12 - Add ArrayBuffer, JSTypedArray, and Data conversion by @MaxDesiatov in #13
- Add
streamsIDL spec and generated code by @MaxDesiatov in #15 - Add
console, fixDOMKitDemobuild by @MaxDesiatov in #21 - Delete
.swift-versionby @MaxDesiatov in #20 - WebIDLToSwift: Generate single file to make output filenames predictable by @kateinoigakukun in #19
- Add
css-pseudoandcssom-viewgenerated code by @MaxDesiatov in #25 - Add
websocketsIDL spec and generated code by @MaxDesiatov in #27 - Add
mediacapture-streamsIDL spec and generated code by @MaxDesiatov in #23 - Add
mediastream-recordingIDL and generated code by @MaxDesiatov in #24 - Add
webcodecsIDL spec and generated code by @MaxDesiatov in #16 - Add
webgl1IDL spec and generated code by @MaxDesiatov in #17 - Add
webgl2IDL spec and generated code by @MaxDesiatov in #18 - Add
webgpuIDL spec and generated code by @MaxDesiatov in #38 - Rename package to WebAPIKit by @MaxDesiatov in #39
- Link to
@webref/idlinstead ofwebidl2swiftby @MaxDesiatov in #40 - Map
GLintptrIDL type to SwiftInt32by @MaxDesiatov in #42 - Gracefully handle unavailable APIs by @MaxDesiatov in #41
- Remove redundant static subscripts on attributes by @MaxDesiatov in #44
- Add
(Offscreen)RenderingContextprotocols by @MaxDesiatov in #45 - Split WebAPIKit into modules manually by @MaxDesiatov in #46
- [WIP] Add FileSystem module for fs/file-system-access APIs by @j-f1 in #47
New Contributors
- @j-f1 made their first contribution in #10
- @kateinoigakukun made their first contribution in #19
Full Changelog: https://github.com/swiftwasm/WebAPIKit/commits/0.1.0