Changelog
teal.transform 0.1.1
Breaking changes
- Removed the (previously deprecated)
input_idargument todata_merge_module. - Updated
choices_selectedso that allselectedvalues must be validchoices. When using delayed resolving the invalid selected are removed and a warning is thrown to the logs, in other cases an error is thrown.
teal.transform 0.1.0
Changes (from behavior when functionality was part of teal)
New features
- Added new argument
orderedforselect_spec()to flag whether order of the selection should be tracked.
Miscellaneous
- The
get_relabel_callfunction now returnsformatters::var_relabelinstead ofteal.data::var_relabel.