Skip to content

Commit 531c819

Browse files
committed
v11.2.0
1 parent b0e5e42 commit 531c819

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## [11.1.1]
29
- Minor bug fixes
310

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: org_parser
22
description: A pure-Dart parser for Emacs Org Mode (https://orgmode.org) markup
3-
version: 11.1.1
3+
version: 11.2.0
44
homepage: https://github.com/amake/org_parser
55

66
environment:

0 commit comments

Comments
 (0)