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: nikoksr/notify Loading
base: v0.25.0
Choose a base ref
...
head repository: nikoksr/notify Loading
compare: v0.26.0
Choose a head ref
  • 11 commits
  • 11 files changed
  • 2 contributors

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    89d8d1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e81d951 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcb78b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a85668 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    510083f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d7300c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f98e770 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5c32353 View commit details
    Browse the repository at this point in the history
  9. feat(notify): Add NewWithServices() constructor function

    AddNewWithServices() accepts a variadic list of services and returns a
    new, by New() created, Notify instance with the list of services set as
    its notifiers.
    
    If no services are given it's the functionally identical to just calling
    New().
    
    Calling NewWithServices() with a list of services is functionally equal
    to calling New() and then UseServices().
    nikoksr committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    bfafa2a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d81b7c4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5e758e2 View commit details
    Browse the repository at this point in the history
Loading