- Remove normalizeDate function
- Add @virtual annotations
- From now
CQRSException
implements Exception
- Overload
toString()
on CQRSException
in case of treating it like dynamic
- Fix command result JSON validation.
- Query
resultFactory
only argument decodedJson
is now of dynamic
type. It's due to a fact, that it can be more than a map, i.e. an array of maps.
- Removed useless oauth dependency. Now this package depends only on http.