Skip to content

Commit

Permalink
Merge pull request #287 from korpling/feature/map-update-value
Browse files Browse the repository at this point in the history
`map` manipulator can copy values and change their value using regular expressions
  • Loading branch information
thomaskrause committed Aug 2, 2024
2 parents b8d6914 + 9f07c22 commit 7cd96b9
Show file tree
Hide file tree
Showing 3 changed files with 314 additions and 42 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- `map` manipulator can now add annotated spans.
- `map` manipulator can now add annotated spans and copy values from existing
annotations. The copied values can be manipulated used regular expressions and
replacement values.

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pest = "2.7"
pest_derive = "2.0"
quick-xml = "0.31"
rayon = "1.1"
regex = "1.4"
regex = "1.10"
serde = "1.0"
serde_derive = "1.0"
struct-field-names-as-array = "0.3.0"
Expand Down
Loading

0 comments on commit 7cd96b9

Please sign in to comment.