Releases: clj-commons/rewrite-clj
Releases · clj-commons/rewrite-clj
Clojars Release 0.4.12
Breaking Changes
None.
Dependencies
fast-zipwas replaced byclojure.zip,potemkin'simport-varsanddefprotocol+were directly included.
Both changes were made to avoid downstream dependency conflicts (see #26).
Artifact Coordinates
[rewrite-clj "0.4.12"]Clojars Release 0.4.11
Breaking Changes
None.
Bugfixes
- fix handling of symbols with boundary characters inside, e.g.
sym:symandsym'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.readerdependency. - adds
rewrite-clj.zip/child-sexprsto 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"]