We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e5e42 commit 531c819Copy full SHA for 531c819
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [11.2.0]
2
+- Added `elementName` property to `OrgElement` and a few other node types
3
+- Added a `plist` parser for e.g. lists of properties on src blocks, keyword
4
+ lines, etc.
5
+- Added an extension on `OrgTree` with methods for searching for sections by ID,
6
+ custom ID, title, etc.
7
+
8
## [11.1.1]
9
- Minor bug fixes
10
pubspec.yaml
@@ -1,6 +1,6 @@
name: org_parser
description: A pure-Dart parser for Emacs Org Mode (https://orgmode.org) markup
-version: 11.1.1
+version: 11.2.0
homepage: https://github.com/amake/org_parser
environment:
0 commit comments