Skip to content

Commit

Permalink
NEWS item for glue syntax in label
Browse files Browse the repository at this point in the history
  • Loading branch information
yjunechoe committed Oct 28, 2023
1 parent 01b5076 commit 06baf1a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# pointblank (development version)

## New features

* The `label` argument of validation functions now exposes the following string variables via `{glue}` syntax:

- `"{.step}"`: The validation step name
- `"{.col}"`: The current column name
- `"{.seg_col}"`: The current segment's column name
- `"{.seg_val}"`: The current segment's value/group

These dynamic values may be useful for validations that get expanded into multiple steps.

# pointblank 0.11.4

* Fixes issue with gt `0.9.0` compatibility.
Expand Down

0 comments on commit 06baf1a

Please sign in to comment.