Skip to content

Commit d5955b6

Browse files
committed
correct some typos
1 parent 08bd61d commit d5955b6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ Changes can be:
66
* 🐞🐜 friendly or nasty bugs
77
* 🛠 dev improvements
88

9-
## unreleased
9+
## Unreleased
1010

11-
* 🕵🏻 New depedency analyzer implementation
11+
* 🕵🏻 New dependency analyzer implementation
12+
13+
Based on the analyzer from [hyperfiddle/rfc](https://github.com/hyperfiddle/rcf). This replaces `tools.analyzer` and drops the dependency.
1214

13-
Based on the analyzer from [hyperfiddle/rfc](https://github.com/hyperfiddle/rcf). This replaces `tools.analyzer` and drops the depedency.
14-
1515
* Adds compatibility with Clojure 1.12 qualified method syntax, fixes [#734](https://github.com/nextjournal/clerk/issues/734)
1616
* Adds compatibility with `core.cache`, fixes [#724](https://github.com/nextjournal/clerk/issues/724)
17-
17+
1818
* 🧶 Untangle parser from analyzer
1919

2020
Make the parser step independent of the analyzer. Skip analysis when caching is disabled for the whole namespace.
21-
21+
2222
* 🧮 Expose `clojure.math` as `cljs.math`, `cljs.pprint`
23-
23+
2424
* 🔭 Rename `viewer-fn` to `render-fn` and `viewer-eval` to `render-eval` and simplify implementation
2525

2626
In addition to the rename, this drops the custom `ViewerEval` type and implements the functionality on top of a single `RenderFn` instead. We extend the reading and writing of `RenderFn` so it can carry an opts map and use that to transmit an `:eval` boolean flag. Also drop the cherry readers in favor of an an `:render-evaluator` option.
27-
27+
2828
Delay the evaluation of a `RenderFn` to when it's invoked so we no longer are evaluating on read.
2929

3030
Also switch transmission of unreadable symbols and keywords to a `#clerk/unreadble-edn` reader tag.

0 commit comments

Comments
 (0)