All Versions
31
Latest Version
Avg Release Cycle
86 days
Latest Release
-

Changelog History
Page 1

  • v2.4.0 Changes

    • 💎 Make keyword argument usage compatible for ruby 3.x [@walski #123, @yuuu #119]
  • v2.3.2 Changes

    January 11, 2018
    • 👌 Improve compatability with CommonMark spec for markdown link formatting [@revolter #91]

    Still not 100% compliant, but it is now much closer.

  • v2.3.1 Changes

    August 12, 2017
    • 🛰 use map to return the array of responses instead of payload in ping & post [@yhatt #88]
  • v2.3.0 Changes

    August 02, 2017
    • 🛰 feat: add channels middleware to split payloads to ping multiple channels [#40]
    • 🛰 feat: support any middleware splittin payload into an array to allow multiple payloads from a single process.
  • v2.2.2 Changes

    June 28, 2017
    • 🛠 fix wrapping of attachments passed as a hash
    • 🛠 fix error in LinkFormatter if a text payload was nil [#81]
  • v2.2.1 Changes

    May 29, 2017
    • 🛠 fix loading error caused by uninitialized constant [@pocke #78]
  • v2.2.0 Changes

    May 27, 2017
    • 👻 raise exception when API responds with an error [@siegy22]
  • v2.1.0 Changes

    March 03, 2017
    • ➕ addition of :at middleware to simplify notifying users & rooms [@kazuooooo #66]
  • v2.0.0 Changes

    January 02, 2017

    0️⃣ [BREAKING] This is a fairly large change to how defaults are set and how messages are processed.

    0️⃣ Setting Defaults

    0️⃣ Setter methods are no longer available for setting defaults on a notifier instance, you'll now set defaults with a block on initialization.

  • v1.5.1 Changes

    December 01, 2015
    • 👍 allow using a single attachment w/o putting it in an array [@Elektron1c97 #47]