We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5848b0a commit f89fbc1Copy full SHA for f89fbc1
CHANGES.md
@@ -3,6 +3,7 @@
3
### 0.2.0
4
5
- added more expressive error handling to parser.
6
+- added multi-line string handling (node type: `:multi-line`)
7
- new functions in `rewrite-clj.printer`:
8
- `->to-string`
9
- `estimate-length`
@@ -17,6 +18,9 @@
17
18
- `parse-all`
19
- `parse-string-all`
20
- `parse-file-all`
21
+- zipper utility functions in `rewrite-clj.zip.utils` (able to handle multi-line strings):
22
+ - `prefix`
23
+ - `suffix`
24
25
### 0.1.0
26
0 commit comments