Releases: emaphp/backbone.async
Releases · emaphp/backbone.async
Version 1.4.0
Version 1.3
- Fixed: Error thrown when calling Async.Collection::create
- Added: Methods update and delete in Async.Collection
- Modified: Class Async.Storage renamed to Async.Store
- Modified: Method fetch renamed to fetchById in Async.Store
- Added: Proxy methods in Async.Store
- Deprecated: Events for Async.Store
Version 1.2
Modiifed: Arguments being sent individually to event handlers.
Added: Async.Collection.create returning a Promise.
Modified: Storage methods renamed (get -> fetch, fetch -> fetchAll).
Modified: Async.Storage.get is now a wrapper of Async.Collection.get.
Added: Async.Storage.create method.
Added: Events before:create, after:create in Async.Storage and Async.Collection.
Version 1.1.1
Added: Storage class.
Version 1.0
Added: Model and Collection tests (use mocha-phantomjs to run).
Version 0.2.0
Added: Additional events.
Fixed: No value returned when used with Node.