这是indexloc提供的服务,不要输入任何密码
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: namuol/tap-difflet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.0
Choose a base ref
...
head repository: namuol/tap-difflet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 4 files changed
  • 4 contributors

Commits on Jun 14, 2016

  1. Remove redundant summary logs (#7)

    * remove redundant tests/pass/fail
    * always print success + time last
    namuol authored Jun 14, 2016
    Configuration menu
    Copy the full SHA
    f9b60b4 View commit details
    Browse the repository at this point in the history
  2. 0.6.0

    namuol committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    1479e15 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2016

  1. Move main logic from bin file (#9)

    * Separate processing logic from CLI
    
    * Add simple example of node API to README
    infernalmaster authored and namuol committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    22b7aa5 View commit details
    Browse the repository at this point in the history
  2. Fix small internal typo

    namuol authored Oct 9, 2016
    Configuration menu
    Copy the full SHA
    5183283 View commit details
    Browse the repository at this point in the history
  3. 0.7.0

    namuol authored Oct 9, 2016
    Configuration menu
    Copy the full SHA
    2f47e77 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2018

  1. Update chalk to latest (#11)

    yunzhu-li authored and namuol committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    5406a35 View commit details
    Browse the repository at this point in the history
  2. 0.7.1

    namuol committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    1bfe834 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. bin: remove arrow functions for Node 0.12 support

    Commit 22b7aa5 ("Move main logic from bin file (#9)") broke
    tap-difflet Node 0.10 and 0.12 support due to its use of arrow
    functions, which aren't supported by old versions of Node.
    
    This was spotted trying to upgrade node-nanomsg to use tap-difflet.
    
    Fixes #13
    nickdesaulniers committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    267315e View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Merge pull request #14 from nickdesaulniers/arrow_fn

    bin: remove arrow functions for Node 0.12 support
    namuol authored Jul 8, 2019
    Configuration menu
    Copy the full SHA
    04b5aeb View commit details
    Browse the repository at this point in the history
  2. 0.7.2

    Removed the use of an arrow function for older node compatibility purposes.
    namuol authored Jul 8, 2019
    Configuration menu
    Copy the full SHA
    db2a372 View commit details
    Browse the repository at this point in the history
Loading