All Versions
31
Latest Version
Avg Release Cycle
86 days
Latest Release
-
Changelog History
Page 1
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 inping
&post
[@yhatt #88]
- ๐ฐ use
-
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.
- ๐ฐ feat: add
-
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, 20170๏ธโฃ [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]