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 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 Nov 28, 2022

  1. Merge pull request #80 from Nkmol/fiix-isloaderloaded-for-mjs

    fix(loader): make sure loaded status is only set on loader hook
    giltayar committed Nov 28, 2022
    Copy the full SHA
    36c9312 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

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

Commits on Jul 15, 2022

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

Commits on Jan 12, 2022

  1. Merge pull request #58 from robaca/main

    Fix upstream resolve() which might return a promise
    giltayar committed Jan 12, 2022
    Copy the full SHA
    a6972bc View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2021

  1. fixes #468: td.replaceEsm() multiple replaces not working

    The bug was a stupid one, and am actually not sure how it worked before!
    Any `quibble.esm` should have updated the generation to ensure that fresh non-cache copies are loaded
    once there is a change in mocking. But the generation was only incremented once, in the first `quibble.esm`.
    This was fixed by moving the increment operation out of the `if`.
    giltayar committed Dec 31, 2021
    Copy the full SHA
    cc738a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

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

Commits on Nov 9, 2020

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

Commits on Jul 7, 2020

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

Commits on May 15, 2020

  1. Copy the full SHA
    443d906 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7092352 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

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

Commits on May 9, 2020

  1. Copy the full SHA
    9c71866 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    73242c2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    edc17a8 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

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

Commits on May 2, 2020

  1. Copy the full SHA
    946ee54 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9c4b3db View commit details
    Browse the repository at this point in the history
  3. separate into quibble.esm and add support for bare specifiers and get…

    …ting at path of module
    giltayar committed May 2, 2020
    Copy the full SHA
    ea86060 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Copy the full SHA
    7c17fb4 View commit details
    Browse the repository at this point in the history
  2. Quibble ESM support

    giltayar committed May 1, 2020
    Copy the full SHA
    f430e8c View commit details
    Browse the repository at this point in the history