Skip to content

Commit f27bd25

Browse files
committed
v11.0.0
1 parent bada69d commit f27bd25

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [11.0.0]
2+
- Improve parsing accuracy of paragraphs, timestamps
3+
- Parse timestamp modifiers as `OrgTimestampModifier`
4+
- `Org*Timestamp.repeaterOrDelay` is now `modifiers`
5+
- `edit`, `editNode` methods are now available on `OrgParentNode`
6+
- Add new high-level structured editing features:
7+
- `OrgTimestamp.bumpRepetition`
8+
- `OrgDrawer.setProperty`
9+
- `OrgTree.setProperty`
10+
- `OrgSection.addLogNote`
11+
- `OrgSection.cycleTodo`
12+
113
## [10.0.3]
214
- Improve handling of table edge cases
315

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: 10.0.3
3+
version: 11.0.0
44
homepage: https://github.com/amake/org_parser
55

66
environment:

0 commit comments

Comments
 (0)