Renamed package
After 3 years of usage in production, I feel the package is stable enough to be worth a 1.0.0 release 🙂
Updated the name of the package as I've realized that CQRS is not about separation of endpoints, but of models. And the package doesn't have anything to do with the models. It helps with CQS tough, therefore the new naming reflects that.
- Breaking change: Renamed package from
cqrs
tocqs-routing
. - Breaking change: Renamed namespace from
DigitalCraftsman\CQRS
toDigitalCraftsman\CQSRouting
.