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 b33a4c0 commit 6ddb173Copy full SHA for 6ddb173
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 2.3.0 (2023-06-07)
4
+
5
+- [new] Include Bard field object in metadata
6
7
## 2.2.1 (2023-05-16)
8
9
- Add method annotations to the Mutator facade
docs/mutators.md
@@ -98,4 +98,5 @@ The `$meta` argument contains metadata about the current node or mark. It's an a
98
* **prev (object):** The previous node/mark
99
* **next (object):** The next node/mark
100
* **index (int):** The index of the current node/mark
101
-* **depth (int):** The depth of the current node/mark
+* **depth (int):** The depth of the current node/mark
102
+* **bard (object):** The Bard field object
0 commit comments