Skip to content

2.0.0-alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@andytson-inviqa andytson-inviqa released this 29 Feb 14:53
· 4 commits to 2.0.x since this release
b24caf1

What's Changed

Major changes

  • PHP harness is now a child harness of the Docker harness, and so projects workspace() references the latter as a harness layer. my127/workspace 0.3.2 is required to use on projects that upgrade to this, and 0.4.0 is required to use ws create ...

harness layers are referenced in project like:

workspace('mysite'):
   harnessLayers:
     - inviqa/docker:v0.4.0-alpha1
     - inviqa/php:v2.0.0-alpha1

Breaking changes:

  • Spryker harness has been removed from this repository and may not be maintained in the future

Implemented enhancements

Fixed bugs

Full Changelog: 1.6.2...2.0.0-alpha1