We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7bc430 commit 2cb9be6Copy full SHA for 2cb9be6
doc/CHANGELOG-0.10.md
@@ -81,6 +81,7 @@ It is now what is passed to React and DOM event-handlers to represent a procedur
81
* `.async`/`.delay(n)` to run asynchronously and return a `Future`.
82
* `.logResult` to print the callback result before returning it.
83
* `.logDuration` to measure and log how long the callback takes.
84
+* `Callback.TODO` provides both compile-time and runtime warnings that a callback isn't implemented yet.
85
86
A quick summary of the changes for all users:
87
* When creating HTML, `-->` and `==>` only accept `Callback`s.
0 commit comments