@@ -12,14 +12,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
### Added
13
13
14
14
- all expressions now respond to ` #negative? ` / ` #negated? `
15
- - previously only sets, props, and posix classes did
15
+ * previously only sets, props, and posix classes did
16
16
- implemented ` #negative? ` / ` #negated? ` for more applicable expressions
17
- - ` \B ` , ` \D ` , ` \H ` , ` \S ` , ` \W ` , ` (?!...) ` , ` (?<!...) `
17
+ * ` \B ` , ` \D ` , ` \H ` , ` \S ` , ` \W ` , ` (?!...) ` , ` (?<!...) `
18
18
19
19
### Fixed
20
20
21
21
- fixed missing support for grapheme cluster break unicode properties
22
- - e.g. ` /\p{Grapheme_Cluster_Break=Extend}/ `
22
+ * e.g. ` /\p{Grapheme_Cluster_Break=Extend}/ `
23
23
24
24
## [ 2.8.3] - 2023-12-04 - Janosch Müller
25
25
@@ -63,8 +63,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
63
63
- support calling ` Subexpression#{each_expression,flat_map} ` with a one-argument block
64
64
* in this case, only the expressions are passed to the block, no indices
65
65
- support calling test methods at Expression class level
66
- - ` capturing? ` , ` comment? ` , ` decorative? ` , ` referential? ` , ` terminal? `
67
- - e.g. ` Regexp::Expression::CharacterSet.terminal? # => false `
66
+ * ` capturing? ` , ` comment? ` , ` decorative? ` , ` referential? ` , ` terminal? `
67
+ * e.g. ` Regexp::Expression::CharacterSet.terminal? # => false `
68
68
69
69
### Fixed
70
70
0 commit comments