Skip to content

Version 0.1.0

Latest

Choose a tag to compare

@davidrsch davidrsch released this 06 Dec 10:22
· 3 commits to main since this release

Breaking changes

  • inp_spec() now interprets named vectors in an argument-first orientation (c(input_a = "processed_1")). Existing code that used the previous upstream-first style must swap the names and values.

Documentation

  • Updated README, vignettes, and reference docs to reflect the new inp_spec() mapping semantics and added guidance for migrating older code.

Testing

  • Added a regression test that fails fast when the legacy mapping orientation is supplied.