Skip to content

v3.4.3

Choose a tag to compare

@otsch otsch released this 03 Apr 18:39
· 23 commits to main since this release

Fixed

  • When providing an empty base selector to an Html step (Html::each(''), Html::first(''), Html::last('')), it won't fail with an error, but instead log a warning, that it most likely doesn't make sense.
  • The Step::keep() methods now also work when applied to child steps within a group step.