Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

v0.10.0

Compare
Choose a tag to compare
@trieloff trieloff released this 19 Dec 20:30

Helix Pipeline 0.10.0 is a release that includes new features and bug fixes

New Features

  • #57 Conditional Sections: in multi-section markdown, content can be targeted using the strain metadata property or the test metadata property in an intermediate YAML block
  • #131 new setting HTTP_TIMEOUT to prevent a slow GitHub backend from blocking Adobe I/O Runtime cycles

Bug Fixes

  • #137 the package size has been reduced by excluding development-only dependencies from the production dependency list
  • #140 discrepancies between the production and development environment regarding request properties have been resolved
  • #129 Helix Pipeline will now always fetch Markdown content from master if no ref has been provided
  • #146 the NPM package size has been reduced by excluding some build artifacts
  • #136 section type detection now takes elements that are wrapped in paragraphs into consideration
  • #64 During testing, no real HTTP requests are made anymore, speeding up development