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: spf13/jwalterweatherman
base: v1.0.0
Choose a base ref
...
head repository: spf13/jwalterweatherman
compare: v1.1.0
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Oct 5, 2018

  1. Add a LogListener option to Notepad

    For clients using the "log counting" feature, this will be slightly breaking. But it adds lots of flexibility which should make it worth while.
    
    Now you can supply one or more `LogListener` funcs when creating a new `Notepad`. Typical use cases would be to capture ERROR logs in unit tests, and to count log statements. A listener for log counting is provided, see the `LogCounter` func.
    
    If you want to add listeners to the global logger, see `SetLogListeners`.
    bep committed Oct 5, 2018
    1
    Copy the full SHA
    103a6da View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2018

  1. Add SetStdoutOutput

    bep committed Oct 28, 2018
    Copy the full SHA
    94f6ae3 View commit details
    Browse the repository at this point in the history