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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ Changes can be:
7
7
8
8
## Unreleased
9
9
10
+
...
11
+
12
+
## 0.13.838 (2023-03-02)
13
+
10
14
* 🌟 Make `build-graph` recur until all transitive deps are analyzed ([#381](https://github.com/nextjournal/clerk/issues/381))
11
15
12
16
Until now Clerk did not analyze the full transitive dependency graph which could lead to Clerk not detecting a change properly. Analysis is now recursive which means it's taking a bit longer initially. We cache analysis results per file in memory so subsequent analysis should be fast. We will follow up with visualizing the progress of analysis & execution.
0 commit comments