Skip to content

Releases: clj-commons/rewrite-clj

Clojars Release 0.4.11

05 Feb 07:19
@xsc xsc
Compare
Choose a tag to compare

Breaking Changes

None.

Bugfixes

  • fix handling of symbols with boundary characters inside, e.g. sym:sym and sym'sym. (see #25)

Artifact Coordinates

[rewrite-clj "0.4.11"]

Clojars Release 0.4.10

04 Feb 18:56
@xsc xsc
Compare
Choose a tag to compare

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

31 Jan 12:28
@xsc xsc
Compare
Choose a tag to compare

Breaking Changes

None.

Bugfixes

  • fix :uneval node editting. (see #23)

Features

  • add postwalk zipper function. (see #22)

Artifact Coordinates

[rewrite-clj "0.4.9"]

Clojars Release 0.4.8

29 Jan 18:43
@xsc xsc
Compare
Choose a tag to compare

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

28 Jan 20:44
@xsc xsc
Compare
Choose a tag to compare

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

28 Jan 12:53
@xsc xsc
Compare
Choose a tag to compare

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

25 Jan 20:36
@xsc xsc
Compare
Choose a tag to compare

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

18 Jan 23:09
@xsc xsc
Compare
Choose a tag to compare

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

18 Jan 09:19
@xsc xsc
Compare
Choose a tag to compare

Breaking Changes

None.

Bugfixes

  • fixes reading of the backslash character \\. (see #17)

Artifact Coordinates

[rewrite-clj "0.4.3"]

Clojars Release 0.4.2

16 Jan 20:52
@xsc xsc
Compare
Choose a tag to compare

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"]