Skip to content

v0.19.1

Choose a tag to compare

@github-actions github-actions released this 27 Aug 21:37
dec8215
Include all context inputs as normalized outputs @Nuru (#100)

Enhancement to #99

what

  • Include all context inputs as normalized outputs

why

  • Enable a consistent pattern of module.this.context.var to reference the input value with null defaults and module.this.var to reference the normalized value with nulls replaced by actual default values.

references

  • See #99: Standardize context for input and chaining