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: alexwhitman/node-pushbullet-api
base: 8b5eaef4a831118d930540e099052ae5da62ca27
Choose a base ref
...
head repository: alexwhitman/node-pushbullet-api
compare: 1f8c1fd99e3923b0b5ccada495e258d8c63186b3
Choose a head ref
  • 18 commits
  • 30 files changed
  • 1 contributor

Commits on Feb 1, 2022

  1. Configuration menu
    Copy the full SHA
    0f18e80 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Replace request with node-fetch

    Moves to async first. Callbacks can still be used by utilising
    `util.callbackify()`.
    alexwhitman committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    6a83ef9 View commit details
    Browse the repository at this point in the history
  2. Update README

    alexwhitman committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    6508617 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    alexwhitman committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    3f89158 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dca0e34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a899190 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    72e856e View commit details
    Browse the repository at this point in the history
  7. Remove tests for now

    Need a better way to test without actually invoking the API.
    alexwhitman committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    45a657f View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Configuration menu
    Copy the full SHA
    f68187d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffd626d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebdc39e View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Configuration menu
    Copy the full SHA
    6a0076c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    426de2b View commit details
    Browse the repository at this point in the history
  3. Fix some comments

    alexwhitman committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    5f501c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. Configuration menu
    Copy the full SHA
    9b7bcda View commit details
    Browse the repository at this point in the history
  2. Deprecate sendSMS()

    Replaced by `createText()`.
    alexwhitman committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    ac2fe7e View commit details
    Browse the repository at this point in the history
  3. Add createChannel()

    alexwhitman committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    9186bd9 View commit details
    Browse the repository at this point in the history
  4. Update to version 3.0.0

    alexwhitman committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    1f8c1fd View commit details
    Browse the repository at this point in the history