-
Fixed handling of global flags for regex getting lost when parsing (or rather when stringifiying them back)
-
Clean up compiler warnings
-
Upped Clojure to 1.7.0 and ClojureScript 1.7.228
-
Using cljs.tools.reader rather than a custom reader
-
Tests are run using https://github.com/bensu/doo
Kudos to https://github.com/mhuebert for the awesome pull request !
-
Kill one (ParEdit)
-
Raise (ParEdit)
-
Fixed bug with namespaced keywords
-
Fixed bug with coercion of function nodes
-
Initial release
-
Port initiated from version 0.4.12 of rewrite-clj. Check out it’s changelog. Not all functions have been ported (most notably zip subedit support and printing of nodes are missing)
-
Also added a paredit namespace for common pareedit features that modifies the source (slurp, barf, kill, join, split etc)