You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Note that the code in the first example is still dynamically typed. The Swift co
26
26
you if you misspell names of properties or cast them to a wrong type. This feature is purely
27
27
additive, and is added for convenience. You can still use force unwraps in your code interfacing
28
28
with JavaScriptKit. If you're interested in a statically-typed DOM API, we recommend having a look
29
-
at the [DOMKit](https://github.com/swiftwasm/DOMKit), which is currently in development.
29
+
at the [DOMKit](https://github.com/swiftwasm/DOMKit) library, which is currently in development.
30
30
31
31
Lastly, `JSError` now conforms to the `JSBridgedClass` protocol, which makes it easier to integrate
32
32
with idiomatic Swift code.
@@ -40,6 +40,8 @@ with idiomatic Swift code.
40
40
41
41
**Merged pull requests:**
42
42
43
+
- Update example code in `README.md` ([#100](https://github.com/swiftwasm/JavaScriptKit/pull/100)) via [@MaxDesiatov](https://github.com/MaxDesiatov)
44
+
- Update toolchain version, script, and `README.md` ([#96](https://github.com/swiftwasm/JavaScriptKit/pull/96)) via [@MaxDesiatov](https://github.com/MaxDesiatov)
43
45
-[Proposal] Add unsafe convenience methods for JSValue ([#98](https://github.com/swiftwasm/JavaScriptKit/pull/98)) via [@kateinoigakukun](https://github.com/kateinoigakukun)
44
46
- Remove all unsafe linker flags from Package.swift ([#91](https://github.com/swiftwasm/JavaScriptKit/pull/91)) via [@kateinoigakukun](https://github.com/kateinoigakukun)
45
47
- Sync package.json and package-lock.json ([#90](https://github.com/swiftwasm/JavaScriptKit/pull/90)) via [@kateinoigakukun](https://github.com/kateinoigakukun)
0 commit comments