All Versions
15
Latest Version
Avg Release Cycle
111 days
Latest Release
3107 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.5.0
March 08, 2016 -
v1.4.2 Changes
July 09, 2015- ๐ Allow for messenger text to be escaped. Off by default
-
v1.4.1 Changes
March 20, 2014- ๐ Allow for customization of the text in the close button
- ๐ Fix a bug with passing options to
Messenger()
, and subsequent updates made byrun
not respecting those options
-
v1.4.0 Changes
November 26, 2013- โ Remove promise method pass-through
- โ Add type aliases
-
v1.3.6 Changes
- ๐ Fix bug with jQuery 1.6 support
-
v1.3.5 Changes
July 03, 2013- ๐ Fix bug in how retry works
-
v1.3.4 Changes
July 03, 2013- ๐ Fix bug in how success/error handlers are called
-
v1.3.3
June 04, 2013 -
v1.3.2 Changes
May 20, 2013- โ Add the
expectPromise
method which accepts a function which will return a promise, and a message options hash, and callsrun
. - โ Add the
returnsPromise
option torun
which will expect itsaction
to return a promise object, rather than using success and error callbacks. The promises can reject or resolve to change the messages shown just as the callbacks can. You should wrap the promise returned with apipe
like function to mutate the returned values before they reach Messenger. - successMessage, errorMessage and progressMessage can now be functions.
- Action handlers are now called with the context of the message they are actions of.
- โ Add support for returning message options objects from
Messenger.run
success and error handlers. This could be a breaking change for clients who are inadvertantly returning objects from handlers (easy to do in CoffeeScript), as Messenger will interpret any object returned from a handler as being config for the message.
- โ Add the
-
v1.3.1 Changes
May 14, 2013- Prefix first, last and shown css classes, changing them to messenger-first, messenger-last, and messenger-shown.
- ๐ Fixed an error when Messenger was used without shims