Skip to content

Commit 547e446

Browse files
committed
v10.0.0
1 parent 4932677 commit 547e446

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [10.0.0]
2+
- `isOrg*Url` / `parseOrg*Url` functions are renamed from `*Url` to `*Search`
3+
- `OrgFileLink.parse` now recognizes `id:` links
4+
- Add `OrgFileLink.toString`
5+
16
## [9.11.0]
27
- Add `OrgNode.toPlainText` for stripping "inline" markup as much as possible
38

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

66
environment:

0 commit comments

Comments
 (0)