1
0
mirror of https://github.com/2ec0b4/kaamelott-soundboard.git synced 2025-12-09 08:03:24 +00:00
Files
kaamelott-soundboard/docs/bower_components/backbone.wreqr/CHANGELOG.md
2023-10-30 08:06:39 +01:00

85 lines
2.0 KiB
Markdown

# Change log
### v1.4.0
* Align code to be able to work with lodash 4.x in addition to underscore
### v1.3.7
* Bump version range of backbone.
### v1.3.6
* Bump version range of backbone.
### v1.3.5
* Bump version range of backbone.
### v1.3.4
* Bump version range of backbone.
### v1.3.3
* Bump version range of backbone and underscore support.
### v1.3.2
* Increase underscore range
* Minor underscore refactors
### v1.3.1
* Fix UMD setup and build process
### v1.3.0
* Add Wreqr.noConflict()
* Add Wreqr.VERSION
* Fixed a bug where reqres would not return a value using the 'top-level' Channel API.
### v1.2.1
* Remove AMD builds and add a single UMD style build.
### v1.2.0
* Adds Radio, allowing you to create explicit namespaces called Channels. A Channel is made up of
an instance of each of the three messaging systems.
### v1.1.0
* Removes the Error on unhandled commands/requests
### v1.0.1
* update dependencies
### v1.0.0
* major version release
* minor fixes
### v0.2.0
* Handlers (Commands/RequestResponse)
* **BREAKING:** renamed `addHandler` to `setHandler` to clarify the point of single handlers per named item
* Allow an `initialize` function when extending from the base type
* Added a `setHandlers` function that takes an object literal as the parameter, to configure multiple handlers in a single call
* Commands
* Introduced Wreqr.CommandStorage to store commands for later execution
* When a command has no handler, it will be stored for later execution
* When a handler for a stored command is added, the stored command will be
executed
* Updated build process to use Grunt v0.4
### v0.1.1
* Fixed "option strict" to be "use strict" ... #facepalm :P
* Added jam package config
### v0.1.0
* Fix calls to `.apply` to account for IE < 9 throwing an error when `arguments` is null or undefined
### v0.0.1
* Commands
* Can specify multiple arguments for `execute` method
* RequestResponse
* Can specify multiple arguments for `request` method
### v0.0.0
* Initial release