Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: konnectors/libs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: [email protected]
Choose a base ref
...
head repository: konnectors/libs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: [email protected]
Choose a head ref
  • 4 commits
  • 8 files changed
  • 3 contributors

Commits on Jun 17, 2024

  1. feat: Add optionnal suffix property to runInWorkerUntilTrue

    This property, if present, will be used to better identify
    the source of timeout error and especially the selector which failed to
    be found.
    
    Usage:
    
    ```javascript
    this.runInWorkerUntilTrue({method, suffix: 'current context as string'})
    ```
    doubleface authored and doubleface committed Jun 17, 2024
    Copy the full SHA
    a841c4e View commit details
  2. [skip ci] Publish

    Cozy Bot committed Jun 17, 2024
    Copy the full SHA
    d8bbed2 View commit details

Commits on Jul 18, 2024

  1. feat: Remove standalone mode from the public doc

    KillianCourvoisier committed Jul 18, 2024
    Copy the full SHA
    1b3e9e9 View commit details
  2. [skip ci] Publish

    Cozy Bot committed Jul 18, 2024
    Copy the full SHA
    37d9cbf View commit details
Loading