File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### 0.5.0
4
4
5
+ - __ BREAKING__ : commas will no longer be parsed into ` :whitespace ` nodes but
6
+ ` :comma ` . (see #44 - thanks @arrdem !)
7
+ - __ BREAKING__ : ` position ` will throw exception if not used on rewrite-clj
8
+ custom zipper. (see #45 )
9
+ - fix insertion of nodes in the presense of existing whitespace. (see #33 , #34 -
10
+ thanks @eraserhd !)
11
+ - ` edn ` and ` edn* ` now take a ` :track-position? ` option that activates a custom
12
+ zipper implementation allowing ` position ` to be called on. (see #41 , #45 -
13
+ thanks @eraserhd !)
14
+ - fix parsing of whitespace, e.g. ` <U+2028> ` . (see #43 )
15
+ - generative tests. (see #41 - thanks @eraserhd !)
16
+
5
17
### 0.4.13
6
18
7
19
_ Development has branched off, using the ` 0.4.x ` branch_
You can’t perform that action at this time.
0 commit comments