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: BRIKEV/twd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.6
Choose a base ref
...
head repository: BRIKEV/twd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.0
Choose a head ref
  • 3 commits
  • 10 files changed
  • 2 contributors

Commits on Apr 15, 2026

  1. feat: add twd.waitFor() polling utility (#212)

    * feat(types): add WaitForOptions type and waitFor to TWDAPI interface
    
    * fix(docs): correct waitForRequest JSDoc examples to use waitForRequest not waitFor
    
    * test(waitFor): add failing tests for waitFor utility
    
    * test(waitFor): use fake timers for default timeout test, assert on rejection
    
    * feat(waitFor): implement waitFor polling utility
    
    * fix(waitFor): add settled flag to prevent double resolve/reject, fix fake-timer test unhandled rejection
    
    * feat(twd): wire waitFor into twd object
    
    * docs: add twd.waitFor() to API reference and update best practices
    
    * docs(waitFor): fix twd.wait best practices contradiction, improve examples
    
    * fix(docs): correct mockRequest JSDoc alias description to reference waitForRequest
    kevinccbsg authored Apr 15, 2026
    Configuration menu
    Copy the full SHA
    f596e4d View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.7.0

    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    kevinccbsg and claude committed Apr 15, 2026
    Configuration menu
    Copy the full SHA
    40b3c68 View commit details
    Browse the repository at this point in the history
  3. chore: update dependencies

    kevinccbsg committed Apr 15, 2026
    Configuration menu
    Copy the full SHA
    254726a View commit details
    Browse the repository at this point in the history
Loading