Skip to content
This repository has been archived by the owner on Dec 15, 2024. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@jeffwilcox jeffwilcox released this 12 Jul 17:56
· 18 commits to master since this release

Moving to 2.0 to indicate the removal of old deprecated functionality.

  • createTile, createFlipTile, createToast, createRaw functions separate from send functions.
  • BREAKING CHANGE: Removes the very old liveTile, toast, rawNotification class types exposed by the module. To use this functionality for legacy apps, simply use any npm version prior to 2.0.0. The latest known version before the change was 1.2.8.
  • Increments the npm version to 2.0.0 to signal breaking change. Note that there is no major new functionality other than breaking change and an incrementally better implementation, unit tests, etc.