Skip to content

Commits

Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Nov 12, 2023

  1. 0.9.1

    giltayar committed Nov 12, 2023
    Copy the full SHA
    0cfc7b6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #104 from testdouble/check-compat-without-version

    Don't use Node.js version number to determine loader capabilities
    giltayar committed Nov 12, 2023
    Copy the full SHA
    9ddcf00 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9c6b400 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. 0.9.0

    giltayar committed Oct 20, 2023
    Copy the full SHA
    c7b96e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Merge pull request #103 from testdouble/add-list-mocked-modules

    add listMockedModules
    giltayar committed Oct 19, 2023
    Copy the full SHA
    9333f72 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. add listMockedModules

    giltayar committed Oct 18, 2023
    Copy the full SHA
    5fbecf0 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. 0.8.0

    giltayar committed Sep 12, 2023
    Copy the full SHA
    1a7f558 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #102 from testdouble/support-register

    support Node v20.6.0 ability to auto-register loader
    giltayar committed Sep 12, 2023
    Copy the full SHA
    06e1fcd View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Copy the full SHA
    e8ca2bc View commit details
    Browse the repository at this point in the history
  2. fix package-lock.json

    giltayar committed Sep 6, 2023
    Copy the full SHA
    5f970a0 View commit details
    Browse the repository at this point in the history
  3. documentation

    giltayar committed Sep 6, 2023
    Copy the full SHA
    86d03cd View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2fb1aa8 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. changes

    searls committed May 7, 2023
    Copy the full SHA
    a620990 View commit details
    Browse the repository at this point in the history
  2. 0.7.0

    searls committed May 7, 2023
    Copy the full SHA
    0299e78 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #96 from testdouble/support-node-20

    Support node 20
    searls committed May 7, 2023
    Copy the full SHA
    d9db27c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3595a51 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    57f36b4 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    2672568 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. make it work in Node 20.1.0

    giltayar committed May 6, 2023
    Copy the full SHA
    7b0919e View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Copy the full SHA
    db40dc9 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. 0.6.17

    searls committed Mar 4, 2023
    Copy the full SHA
    7bc7cbd View commit details
    Browse the repository at this point in the history
  2. changes

    searls committed Mar 4, 2023
    Copy the full SHA
    15b7707 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. Merge pull request #94 from webstech/cw/escapee

    ci: suppress shell wildcard expansion
    searls committed Feb 19, 2023
    Copy the full SHA
    aea4d74 View commit details
    Browse the repository at this point in the history
  2. ci: escape wildcards to avoid shell expansion

    Some quotings were incorrectly dropped adding Windows support.  This
    resulted in globing of the input list instead of it being handled inside
    teenytest.  It seems `"` is preferred over `'` for Windows and was used in
    other scripts.
    
    Signed-off-by: Chris. Webster <chris@webstech.net>
    webstech committed Feb 19, 2023
    Copy the full SHA
    367a6f8 View commit details
    Browse the repository at this point in the history
  3. ci: force linends to lf on all platforms

    Windows has issues running bash scripts with crlf.
    
    Signed-off-by: Chris. Webster <chris@webstech.net>
    webstech committed Feb 19, 2023
    Copy the full SHA
    60ec6de View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Merge pull request #93 from connorjclark/fix-proxy

    allow proxy as default export
    searls committed Feb 16, 2023
    Copy the full SHA
    40d605e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Copy the full SHA
    05448ac View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. 0.6.16

    searls committed Feb 12, 2023
    Copy the full SHA
    8f7d2ac View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    aae26f8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #92 from webstech/cw/new-node

    ci: migrate to node v14 and expand Windows support
    searls committed Feb 12, 2023
    Copy the full SHA
    55549cc View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1cd5708 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #91 from Trim/fix-esm-api-documentation-and-examples

    Fix esm api documentation and examples
    searls committed Feb 12, 2023
    Copy the full SHA
    9882a80 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    81f4098 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #89 from webstech/win-support

    fix: enable running on Windows
    searls committed Feb 12, 2023
    Copy the full SHA
    443fcc1 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. ci - make node v14 min level for Windows support

    Remove use of test/supports-esm.js.  Some quoting is removed since the
    command is not in a shell.
    
    Signed-off-by: Chris. Webster <chris@webstech.net>
    webstech committed Feb 10, 2023
    Copy the full SHA
    8954804 View commit details
    Browse the repository at this point in the history
Older