* Direct AST parsing (`--ast` flag) bugfixes * Error message improvements * Tests improvements * 4 new templates thanks to scab24 contribution in https://github.com/forefy/eburger/pull/5
🚀
1.0.6
🍔 🎉
Added `deep_clone_node` to safely manipulate an AST node from a template without disrupting other templates within the same thread Decluttered main function to be more readable
🚀
1.0.5
🍔 🎉
Moved important code-line extraction logic control from the templates to the YAML parser. This most significantly allows the template author to worry less about tool internals, and make the templates shorter and more readable.
🚀
1.0.4
🍔 🎉
Improvements to template utils Added template versioning and version mismatch warnings Fix NSLOC encoding warnings More templates 🔷
🚀
1.0.3
🍔 🎉
Support for running in Jupyter Notebooks environments 📒 Quick custom template generation via the [eBurger Templates Generator GPT](https://chat.openai.com/g/g-gKaBfljnY-eburger-templates-generator) Prettier README More templates 🔷
🚀
1.0.2
Third release ! 🍔 🎉
Improvements to work from CI runtimes smoothly and readiness to operate within the new eburger GitHub Action