Skip to content

Releases: adobe/helix-cli

v0.9.0

09 Nov 00:03
Compare
Choose a tag to compare

Changes

  • Remove embedded resource processing (again) #295
    • referenced files in src are no longer copied to /dist anymore during hlx build
    • webroot default is '/' (hence statics in ./dist can be addressed using /dist/... in the HTL

Fixed Bugs

  • Using Parcel creates the mess in client side code #211
  • hlx build creates 2 dist folders #293

v0.8.2

06 Nov 14:58
Compare
Choose a tag to compare

Changes

  • Use latest pipeline (v0.7.4)

v0.8.1

06 Nov 03:40
Compare
Choose a tag to compare

Changes

  • [hlx up] does not render remote sample content #303
  • [hlx up] Uncaught exception in pre.js triggers an unclear error message #302
  • Implement --log-level #248
  • Progress bars for deploy and publish #281
  • Reconsider strains.yaml location #43
  • Default CI config cannot be executed ootb #283
  • bypass pre-commit and commit-msg hooks when doing initial commit #280
  • don't set cookie, unless for sticky strains #250
  • removing chatty headers - fixes #251
  • new Param whitelist (#272) - fixes #126 obsoletes #153
  • ESI on / are not executed on production #269
  • Use HTTP Header Subfields for X-Version #266
  • Add a "X-Version" header that exposes the Fastly configuration version (#247)
  • Use latest petridish which doesn't provide runtime anymore #257

v0.8.0

09 Oct 04:50
Compare
Choose a tag to compare

Changes

  • Move all owrequest adapter to pipeline #196
  • Not possible to X-Debug a 404 on fastly due to static request #327
  • Setting a "content root" leads to invalid content delivery #188
  • [hlx demo] does not provide a default .gitignore (released package only) #228
  • Better error handling inside script invoker #236
  • Ugly error message when deploy to openwhisk fails #235
  • [hlx deploy] fires an exception if helix-config.yaml is empty #227
  • Rename hlx strains to hlx publish #161

v0.7.12

03 Oct 02:53
Compare
Choose a tag to compare

Changes

  • [hlx up] use own file watcher instead of parcels (#80)
  • Support Source Maps #225
  • Implement hlx clean #26
  • hlx build does not re-generate the compiled js files #176

v0.7.11

29 Sep 06:55
Compare
Choose a tag to compare

Changes

  • revert back to nodegit 0.2.22

v0.7.9

24 Sep 14:15
Compare
Choose a tag to compare

Changes:

v0.7.7

19 Sep 15:25
Compare
Choose a tag to compare

Changes:

  • Revert "Edge side implementation of Param whitelist"

v0.7.6

19 Sep 12:54
Compare
Choose a tag to compare

Changes:

  • #204 fix vulnerabilities
  • #197 Code lookup in the wrong repo with 0.7.5

v0.7.5

13 Sep 16:08
Compare
Choose a tag to compare

Changes:

  • #195 [hlx up] automatic re-build on file change is broken