Skip to content

Releases: dormakaba/angular.CQRS

More flexibility

Choose a tag to compare

@xeronimus xeronimus released this 15 Oct 10:16

#6 angular.CQRS now passes in whole event into denormalizer functions
#5 new version: done
#4 promise is returned in CQRS.sendCommand()

sendCommand with Promise

Choose a tag to compare

@xeronimus xeronimus released this 12 Sep 11:38

CQRS.sendCommand returns now a promise, see docu

Minor Enhancement

Choose a tag to compare

@xeronimus xeronimus released this 08 Sep 15:09

Added ability to pass in errorCallback in store.for(...).do(...)

see Issue #3

Hotfix

Choose a tag to compare

@xeronimus xeronimus released this 09 Jul 12:57
  • Fix a small bug in bower.json
  • Fix a small bug in callback removing routine on scope destroy

First release

Choose a tag to compare

@xeronimus xeronimus released this 07 Jul 08:27

First release of our angular.CQRS module.

provides support for:

  • Query the server for a modelView
  • Automatically update your scope model on server events
  • Send commands to your server
  • Register denormalizers
  • Use custom query url factory