Releases: clj-commons/rewrite-clj
Releases · clj-commons/rewrite-clj
Clojars Release 0.4.11
Breaking Changes
None.
Bugfixes
- fix handling of symbols with boundary characters inside, e.g.
sym:sym
andsym'sym
. (see #25)
Artifact Coordinates
[rewrite-clj "0.4.11"]
Clojars Release 0.4.10
Breaking Changes
None.
Bugfixes
- fix handling of symbols with trailing quote, e.g.
+'
. (see #24)
Artifact Coordinates
[rewrite-clj "0.4.10"]
Clojars Release 0.4.9
Clojars Release 0.4.8
Breaking Changes
None.
Bugfixes
- allow parsing of aliased keywords like
::ns/foo
. (see #21)
Artifact Coordinates
[rewrite-clj "0.4.8"]
Clojars Release 0.4.7
Breaking Changes
None.
Bugfixes
- fixes zipper creation over whitespace-/comment-only data, e.g.
" "
or";foo"
. (see #20)
Artifact Coordinates
[rewrite-clj "0.4.7"]
Clojars Release 0.4.6
Breaking Changes
None.
Bugfixes
- fixes parsing of empty comments, e.g.
";\n"
or";"
. (see #19)
Artifact Coordinates
[rewrite-clj "0.4.6"]
Clojars Release 0.4.5
Breaking Changes
None.
Bugfixes
- fixes parsing of comments that are at the end of a file but do not end in a linebreak. (see #18)
Artifact Coordinates
[rewrite-clj "0.4.5"]
Clojars Release 0.4.4
Breaking Changes
None.
Features
- upgrades
tools.reader
dependency. - adds
rewrite-clj.zip/child-sexprs
to public API.
Artifact Coordinates
[rewrite-clj "0.4.4"]
Clojars Release 0.4.3
Breaking Changes
None.
Bugfixes
- fixes reading of the backslash character
\\
. (see #17)
Artifact Coordinates
[rewrite-clj "0.4.3"]
Clojars Release 0.4.2
Breaking Changes
None.
Bugfixes
- assert s-expression count without creating the s-expressions.
:fn
nodes now behave correctly.
Artifact Coordinates
[rewrite-clj "0.4.2"]