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

Releases: adobe/helix-pipeline

v1.0.2

11 Mar 05:09
Compare
Choose a tag to compare

1.0.2 (2019-03-11)

Bug Fixes

  • package: update @adobe/helix-shared to version 0.8.1 (cfd0a72)

v1.0.1

10 Mar 16:50
Compare
Choose a tag to compare

1.0.1 (2019-03-10)

Bug Fixes

  • package: update jsdom to version 14.0.0 (c83dc60)

v1.0.0

08 Mar 13:43
b4edf8b
Compare
Choose a tag to compare

1.0.0 (2019-03-08)

Bug Fixes

  • Added corresponding tests (48b44d8)
  • Fix the tests (66ec9f0)
  • Improve types for paragraphs handling (f4cb9fb)

BREAKING CHANGES

  • is-paragraph becomes is-text

v0.11.0

14 Feb 00:13
Compare
Choose a tag to compare

Changes

  • BREAKING: Clarify request url, path and introduce root #170
  • BREAKING: Remove deprecated content.html property #176

v0.10.2

26 Jan 07:33
Compare
Choose a tag to compare

Changes

  • replace winston in tests with helix-shared's test logger #164
  • markdown code samples are breaking the build #156
  • remove children #105
  • Single element in markdown not rendered #157

v0.10.1

20 Dec 10:42
Compare
Choose a tag to compare

This is a minor update to v0.10.0

Changes

  • #151 updated to latest (working) OpenWhisk-Loggly-Wrapper version
  • #152 achieved 100% test coverage

v0.10.0

19 Dec 20:30
Compare
Choose a tag to compare

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

v0.9.2

13 Dec 02:11
Compare
Choose a tag to compare

Changes:

  • random pipeline failures #134

v0.9.0

29 Nov 02:55
Compare
Choose a tag to compare

Changes

  • renamed to helix-pipeline (#113)
  • Rewrite Links in HTML (#25)
  • Moved content.xmlPretty to secrets.XML_PRETTY and increased test coverage to 100% (#117)
  • Add XML pipeline (#106)
  • [Regression] payload.content.children contains only one child (#115)

v0.8.0

29 Nov 02:48
Compare
Choose a tag to compare

Changes

  • moved default values from function code into JSON Schema (#108)
  • Mark sections as hidden when strain parameter does not match (#102) see #57
  • Set X-ESI header when ESI is used in response #73
  • Static file handler - codeload #57
  • Regression: title, intro, image properties of the payload are either undefined or wrong #319
  • tap logs not usefully grouped #89