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 4932677 commit 547e446Copy full SHA for 547e446
2 files changed
CHANGELOG.md
@@ -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
+
6
## [9.11.0]
7
- Add `OrgNode.toPlainText` for stripping "inline" markup as much as possible
8
pubspec.yaml
@@ -1,6 +1,6 @@
name: org_parser
description: A pure-Dart parser for Emacs Org Mode (https://orgmode.org) markup
-version: 9.11.0
+version: 10.0.0
homepage: https://github.com/amake/org_parser
environment:
0 commit comments