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 fb56783 commit 2951e8eCopy full SHA for 2951e8e
CHANGES.md
@@ -6,6 +6,7 @@
6
`:comma`. (see #44 - thanks @arrdem!)
7
- __BREAKING__: `position` will throw exception if not used on rewrite-clj
8
custom zipper. (see #45)
9
+- __BREAKING__: drops testing against JDK6.
10
- __DEPRECATED__:
11
- `append-space` in favour of `insert-space-right`
12
- `prepend-space` in favour of `insert-space-left`
@@ -18,6 +19,7 @@
18
19
thanks @eraserhd!)
20
- fix parsing of whitespace, e.g. `<U+2028>`. (see #43)
21
- fix serialization of `integer-node`s. (see #37 - thanks @eraserhd!)
22
+- adds `insert-left*` and `insert-right*` to facade.
23
- generative tests. (see #41 - thanks @eraserhd!)
24
25
### 0.4.13
0 commit comments