- do not use newer viewmodel version
- updated node-queue
- send commandRejected event with better reason
- updated eventdenormalier
- introduction of revisionGuard
- contextEventDenormalizer is now eventDenormalizer
- eventMissing notification (for atomic replay)
- eventDenormalizer.replay to replay (from scratch)
- eventDenormalizerBase is now viewBuilderBase
- viewBuilderBase new signature (see documentation or tests)
- buffer commands by aggregate id
- fix for async business rules
- fix commandDispatcher if no commandqueue is used
- a complete change of validation rules (see new rule-validator)
- added disableQueuing flag
- strip .js file extensions to enable loading of .coffee scripts too
- added forcedQueuing flag
- asynchronous api for saga
- optimized performance a little
- fixed saga handler base