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: NEWS.md
+2
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ shiny 1.6.0.9000
9
9
10
10
### Minor new features and improvements
11
11
12
+
* Shiny's core JavaScript code was converted to TypeScript. For the latest developement information, please see the [README.md in `./srcts`](https://github.com/rstudio/shiny/tree/master/srcts). (#3296)
13
+
12
14
* Switched from `digest::digest()` to `rlang::hash()` for hashing. (#3264)
13
15
14
16
* Switched from internal `Stack` class to `fastmap::faststack()`, and used `fastmap::fastqueue()`. (#3176)
0 commit comments