Pedro Maia
Pedro Maia
For example, we have a small service for blog posts management and a blog itself. At our search, we want to do the following query: ```php 'query' => [ 'mode'...
## Description I've added a new event `AttemptSucceded` and changed the way events are fired. Now we have two main events: - When the service is restored/braked; - When the...
The pattern of "Keep A Change Log" uses a date after the release version (`## [1.0.0] - 2017-06-20`). Would be nice to follow that standard. You can see the standard...
Add the ability of list allowed changes types Sometimes we can by mistake pass a wrong type, and it will bugs our changelog. Since we're not committing them and generating...