You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,25 @@
1
+
## 2.27.0
2
+
3
+
### Features
4
+
5
+
#### Transforming Nodes during Tree Construction
6
+
7
+
This release adds support for `NodeArgsTransformer`s that can be registered with `AddTreeConstructionNodeArgsTransformer`.
8
+
9
+
These are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators. This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.
10
+
11
+
Learn more [here](https://onsi.github.io/ginkgo/#advanced-transforming-node-arguments-during-tree-construction).
12
+
13
+
#### Spec Prioritization
14
+
15
+
A new `SpecPriority(int)` decorator has been added. Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs
16
+
17
+
Learn more [here](https://onsi.github.io/ginkgo/#prioritizing-specs).
18
+
19
+
### Maintenance
20
+
- Bump rexml from 3.4.0 to 3.4.2 in /docs (#1595) [1333dae]
21
+
- Bump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (#1600) [17ae63e]
0 commit comments