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 4d9d8a8 commit 200e207Copy full SHA for 200e207
CHANGES.md
@@ -6,6 +6,11 @@
6
`:comma`. (see #44 - thanks @arrdem!)
7
- __BREAKING__: `position` will throw exception if not used on rewrite-clj
8
custom zipper. (see #45)
9
+- __DEPRECATED__:
10
+ - `append-space` in favour of `insert-space-right`
11
+ - `prepend-space` in favour of `insert-space-left`
12
+ - `append-newline` in favour of `insert-newline-right`
13
+ - `prepend-newline` in favour of `insert-newline-left`
14
- fix insertion of nodes in the presense of existing whitespace. (see #33, #34 -
15
thanks @eraserhd!)
16
- `edn` and `edn*` now take a `:track-position?` option that activates a custom
0 commit comments