Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.08 KB

CHANGES.adoc

File metadata and controls

38 lines (27 loc) · 1.08 KB

Changelog

0.4.3

  • Handle multiline regex

0.4.2

  • Support reader conditionals

0.4.1

  • Fixed handling of global flags for regex getting lost when parsing (or rather when stringifiying them back)

  • Clean up compiler warnings

0.4.0

Kudos to https://github.com/mhuebert for the awesome pull request !

0.3.1

  • Significant improvement in performance of parsing

0.3.0

  • Performance improvements

0.2.0

  • Kill one (ParEdit)

  • Raise (ParEdit)

  • Fixed bug with namespaced keywords

  • Fixed bug with coercion of function nodes

0.1.0

  • 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)