Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

44 lines (33 loc) · 1.67 KB

MarkdownAST.jl changelog

Version v0.1.2

  • Feature Implemented replace and replace! to safely mutate trees in arbitrary ways, and empty!(node.children) to remove all the children of a node. (#22)
  • Bugfix The getproperty and setproperty! methods no longer print unnecessary debug log. (#19)

Version v0.1.1

  • Bugfix append! and prepend! methods now correctly append nodes from a node.children iterator. (#16)

Version v0.1.0

Initial release.