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 7be14ea commit ee65f6eCopy full SHA for ee65f6e
2 files changed
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## [9.8.0]
2
+- Add common class for timestamps: `OrgTimestamp`
3
+- Add `OrgTimestamp.isActive` to determine whether timestamp is "active"
4
+- Add getters for obtaining timestamps as `DateTime`
5
+- Add `OrgTree.tagsWithInheritance` for computing tags with inheritance
6
+- Add `OrgTree.propertiesWithInheritance` for computing properties with
7
+ inheritance
8
+
9
## [9.7.3]
10
- Accept timestamps without day of the week
11
pubspec.yaml
@@ -1,6 +1,6 @@
name: org_parser
description: A pure-Dart parser for Emacs Org Mode (https://orgmode.org) markup
-version: 9.7.3
+version: 9.8.0
homepage: https://github.com/amake/org_parser
environment:
0 commit comments