-
New relase: Gacela 1.6
Major changes: Fixed combining event listeners from differentSetupGacelaobjects Removed ConfigNotFoundException Simplify FactoryResolverAwareTrait Refactor SetupGacela and FactoryResolver Release page:
-
New relase: Gacela 1.5
Major changes: Added command gacela list:modules [--detailed|-d] Fixed Windows support Release page:
-
My first long concern about the Router package
My first long concern about the Router package 😄 https://github.com/gacela-project/router/issues/25
-
My talk about Phel got accepted!
Woho! Actually, I just received an email confirming they accept my other talk about Phel Language. I can’t wait! I hope to see some of you there 🤙🚀
-
Gacela Roadmap
Uff, I am not sure about that… Although, I would love to. The “problem” is that I don’t have ideas for new features or improvements so far. The range of features and scope of Gacela is pretty well define; plus everything is tested, and the code quality is really high… it’s hard for me to find spots to improve 😆 Currently,…
-
Started playing around with an event listener mechanism
And I started playing around with a new feature that would be an event listener mechanism to be able to react on events when gacela resolves class names, so the user can do whatever they want: for example debugging, logging, tracing… This is the current PR with the idea so far:…