with-color-scheme
macroFix a bug where specific character sequences caused regular bits of string to be treated as escape sequences, essentially swallowing bits of input.
Support \e[m as a reset code, together with \e[0m.
More optimizations, get rid of the expensive csi regex.
Minor optimizations for ClojureScript
Added optimizations. Calling token-stream on plain text without escape sequences will now short circuit, leading to a significant speedup for the cases where most input is plain text.
Initial release
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close