Skip to content

Commit ee65f6e

Browse files
committed
v9.8.0
1 parent 7be14ea commit ee65f6e

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
## [9.7.3]
210
- Accept timestamps without day of the week
311

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

66
environment:

0 commit comments

Comments
 (0)