Skip to content

Commit 3eb5fcd

Browse files
authored
release 0.3.0 [skip vbump] (#132)
release 0.3.0 Linking with: insightsengineering/nestdevs-tasks#24
1 parent e50e3e1 commit 3eb5fcd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: teal.transform
22
Title: Functions for Extracting and Merging Data in the `teal` Framework
3-
Version: 0.2.0.9013
4-
Date: 2023-05-12
3+
Version: 0.3.0
4+
Date: 2023-05-22
55
Authors@R: c(
66
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
77
person("Pawel", "Rucki", , "[email protected]", role = "aut"),

NEWS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# teal.transform 0.2.0.9013
1+
# teal.transform 0.3.0
22

33
### New Features
44

@@ -7,8 +7,8 @@
77
### Enhancements
88

99
* Updated error messages for `choices_labeled()`, `variable_choices()` and `value_choices()` to be more informative.
10-
* Updated `data_extract` to be compatible with `shinyvalidate`: `data_extract_srv` and `data_extract_multiple_srv` accept `shinyvalidate` validation rules and their return objects now include `shinyvalidate::InputValidator`(s).
11-
* Added helper function `compose_and_enable_validators` to simplify enabling `shinyvalidate::InputValidator`s returned from `data_extract_multiple_srv`.
10+
* Updated `data_extract` to be compatible with `shinyvalidate`: `data_extract_srv` and `data_extract_multiple_srv` accept `shinyvalidate` validation rules and their return objects now include `shinyvalidate::InputValidator`(s).
11+
* Added helper function `compose_and_enable_validators` to simplify enabling `shinyvalidate::InputValidator`s returned from `data_extract_multiple_srv`.
1212

1313
### Bug fixes
1414

@@ -28,7 +28,7 @@
2828
### New features
2929

3030
* `data_extract_ui`, `data_extract_srv`, `data_extract_multiple_srv` can be initialized by a list of (optionally `reactive`) `data.frame` objects.
31-
* Added new modules `merge_expression_srv` and `merge_expression_module`, updates of `data_merge_srv` and `data_merge_module`
31+
* Added new modules `merge_expression_srv` and `merge_expression_module`, updates of `data_merge_srv` and `data_merge_module`
3232
(which will be deprecated in future releases) respectively, where `datasets` argument takes a list of (optionally `reactive`) `data.frame` objects and a new argument `join_keys` that accepts a `joinKeys` object.
3333

3434
### Enhancements

0 commit comments

Comments
 (0)