File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,33 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66
77## [ Unreleased]
88
9+ ### Language Support
10+
11+ - Add initial support for Python
12+
13+ ### Visualization
14+
15+ - Add support for node clusters. This is used heavily in Python, for context-managers and exception-handling.
16+
17+ ### Demo
18+
19+ - Add Python support
20+ - Add sharing - click the "Share" button to get a sharable link to what you currently see
21+
22+ ### Testing
23+
24+ - Enable live-testing with the web viewer. Requires that you run both ` bun web-tests --watch ` and ` bun web ` at the same time.
25+ - By default, ` bun web ` only shows failing tests
26+ - ` bun web ` color-codes tests to note which are failing
27+
28+ ### Extension
29+
30+ - No changes
31+
32+ ### Known Issues
33+
34+ - Backlinks are no longer thicker than normal links. That said, they were half-broken to begin with and were somewhat arbitrary.
35+
936## [ 0.0.4] - 2024-09-10
1037
1138- Improved comment-test framework to allow writing tests for multiple languages
You can’t perform that action at this time.
0 commit comments