Skip to content

Commit

Permalink
v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amake committed Sep 15, 2023
1 parent 141fba5 commit 95f36bf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [5.1.0]

* Add `OrgNode.find` method for searching for a particular node and its "path"
in the document
* Change `OrgFootnoteReference` properties
* Add `OrgFootnoteReference.isDefinition` to indicate whether reference is part
of a footnote definition or merely a reference

## [5.0.0]

* Full support for dumping AST back to Org markup: `OrgNode.toMarkup`
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: 5.0.0
version: 5.1.0
homepage: https://github.com/amake/org_parser

environment:
Expand Down

0 comments on commit 95f36bf

Please sign in to comment.