Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amake committed Sep 11, 2023
1 parent 110ee68 commit ba25e0c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [5.0.0]

* Full support for dumping AST back to Org markup: `OrgNode.toMarkup`
* Errors in round-tripping are now considered bugs
* Various changes in AST class properties to better support dumping to markup
* While the AST remains immutable, editing operations are now possible via
[zipper](https://en.wikipedia.org/wiki/Zipper_(data_structure)); see
`OrgTree.edit` and `OrgTree.editNode`, as well as
[example.dart](./example/example.dart)
* Simple editing convenience methods added:
* `OrgListItem.toggleCheckbox`
* `OrgHeadline.cycleTodo`

## [4.1.1]

* Fix support for inline markup in header titles
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: org_parser
description: A pure-Dart parser for Emacs Org Mode (https://orgmode.org) markup
version: 4.1.1
version: 5.0.0
homepage: https://github.com/amake/org_parser

environment:
Expand Down

0 comments on commit ba25e0c

Please sign in to comment.