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: SamVerschueren/listr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: unboundedsystems/listr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 13 commits
  • 10 files changed
  • 2 contributors

Commits on Jan 18, 2019

  1. Fix: Large number of unit tests fail

    AVA 1.0 has some breaking changes which cause many test cases to fail.
    Until those can be fixed, this change keeps the AVA version in the 0.x
    range.
    mterrel committed Jan 18, 2019
    Copy the full SHA
    3dab6de View commit details
  2. Allow adding tasks dynamically, after tasks have started running

    Currently only supported for concurrency === 1
    mterrel committed Jan 18, 2019
    Copy the full SHA
    f3294a5 View commit details
  3. Copy the full SHA
    bb78fbe View commit details
  4. Copy the full SHA
    815dd53 View commit details
  5. Copy the full SHA
    b15684c View commit details
  6. Merge pull request #1 from mterrel/dynamic_tasks

    Support adding tasks dynamically, after tasks have started running
    mvachhar authored Jan 18, 2019
    Copy the full SHA
    2e877e2 View commit details

Commits on Feb 3, 2019

  1. Copy the full SHA
    5daad2d View commit details

Commits on Feb 4, 2019

  1. Add onComplete callback for tasks

        This adds a new 'onComplete' optional callback for each task. The
        callback gets called when the task is finished, either successfully or
        if it throws an error. In the success case, this gives the user an
        opportunity to perform an action before moving onto the next task.
        In the error case it gives an opportunity to inspect the error and
        modify or ignore it before moving on. This is particularly useful
        when using Listr with completely asynchronous or concurrent task
        operations.
    mterrel committed Feb 4, 2019
    Copy the full SHA
    dbd8430 View commit details
  2. Merge pull request #2 from mterrel/on_complete

    Add TypeScript types and task onComplete callback
    mvachhar authored Feb 4, 2019
    Copy the full SHA
    9df89bb View commit details

Commits on Feb 5, 2019

  1. Version 0.14.3-unb2

    mterrel committed Feb 5, 2019
    Copy the full SHA
    310c593 View commit details

Commits on Mar 14, 2019

  1. Update versions of renderers

    mterrel committed Mar 14, 2019
    Copy the full SHA
    88a337b View commit details
  2. v0.14.3-unb3

    mterrel committed Mar 14, 2019
    Copy the full SHA
    6a15090 View commit details

Commits on Nov 22, 2019

  1. Copy the full SHA
    9173730 View commit details
Loading