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 bada69d commit f27bd25Copy full SHA for f27bd25
2 files changed
CHANGELOG.md
@@ -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
+
13
## [10.0.3]
14
- Improve handling of table edge cases
15
pubspec.yaml
@@ -1,6 +1,6 @@
name: org_parser
description: A pure-Dart parser for Emacs Org Mode (https://orgmode.org) markup
-version: 10.0.3
+version: 11.0.0
homepage: https://github.com/amake/org_parser
environment:
0 commit comments