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: tapjs/tapjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v15.2.3
Choose a base ref
...
head repository: tapjs/tapjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v16.0.1
Choose a head ref
  • 19 commits
  • 42 files changed
  • 8 contributors

Commits on Mar 5, 2022

  1. update cli doc

    isaacs committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    90dda0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20fbd40 View commit details
    Browse the repository at this point in the history
  3. fix typo than to that

    Henrique Borges authored and isaacs committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    c4bdeef View commit details
    Browse the repository at this point in the history
  4. Add jsonpath-faster

    PR-URL: #754
    Credit: @AndyA
    Close: #754
    Reviewed-by: @isaacs
    AndyA authored and isaacs committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    1b636b2 View commit details
    Browse the repository at this point in the history
  5. docs: fix broken link

    Fixes broken link on the page "Writing Well-Structured Tests with Tap" that leads to "Coverage Maps".
    iRoachie authored and isaacs committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    3a0e81c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28d2d03 View commit details
    Browse the repository at this point in the history
  7. Support Typescript for --before and --after

    Fix: #690
    PR-URL: #751
    Credit: @vespaiach
    Close: #751
    Reviewed-by: @isaacs
    
    EDIT(@isaacs): pattern should be `\.tsx?$`, not `\.ts?$`.  We don't want
    to run a `after.t` with typescript, so the `s` is not optional.
    vespaiach authored and isaacs committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    162c1a8 View commit details
    Browse the repository at this point in the history
  8. Add eslint for linting

    PR-URL: #748
    Credit: @jsumners
    Close: #748
    Reviewed-by: @isaacs
    
    EDIT(@isaacs): move lint to postsnap, and do --fix by default.  We
    always have to run snapshots before pushing a new version, and expect to
    get code changes as a result.  This is much more convenient than having
    tests just not run becuase of some scaffolding or something.
    jsumners authored and isaacs committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    3f1ae47 View commit details
    Browse the repository at this point in the history
  9. make coveralls an optional peer dep

    Most people don't use it, and it's kinda big.
    
    Breaking change, tho
    
    Fix: #795
    isaacs committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    1ff75a4 View commit details
    Browse the repository at this point in the history
  10. undocument synonyms

    Fix: #733
    isaacs committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    43bf1df View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3c7b3ef View commit details
    Browse the repository at this point in the history
  12. update coveralls documentation to say to install it

    Also, don't privilege Travis-CI anymore
    isaacs committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    e6acf7b View commit details
    Browse the repository at this point in the history
  13. docs: changelog for v16

    isaacs committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    84fc6df View commit details
    Browse the repository at this point in the history
  14. drop support for node v10

    isaacs committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    65e599e View commit details
    Browse the repository at this point in the history
  15. 16.0.0

    isaacs committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    8f2baa7 View commit details
    Browse the repository at this point in the history
  16. update cli doc

    isaacs committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    120a544 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. add coveralls to devDeps

    otherwise CI on old npm versions don't include it, and the tests fail
    isaacs committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    c155db8 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. audit fix

    isaacs committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    85a7427 View commit details
    Browse the repository at this point in the history
  2. 16.0.1

    isaacs committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    d38f1dd View commit details
    Browse the repository at this point in the history
Loading