Releases: kvankova/code-embedder
Releases · kvankova/code-embedder
v1.1.3 🌈
🛠️ Other improvements
- Refactor definition of hook @kvankova (#53)
- bump tornado from 6.4.2 to 6.5 @dependabot[bot] (#54)
v1.1.2 🌈
v1.1.1 🌈
v1.1.0 🌈
v1.0.2 🌈
v1.0.1 🌈
v1.0.0 🌈
🏆 Highlights
Code-Embedder is now production ready! Keep your code snippets in README
s up-to-date by using Code-embedder as a pre-commit hook 🪝 or as a Github Action 🚀.
✨ Key Features
- 🛠️ Flexible integration: Available as both a GitHub Action and pre-commit hook - choose what works best for your workflow!
- 📝 Section support: Update only specific sections of scripts in
README
. This is language agnostic. - 🧩 Object support: Update only specific objects (functions, classes) in
README
. The latest version supports only 🐍 Python objects (other languages to be added with future updates).
🤝 Contributing
We welcome contributions to improve this package!
- If you have an idea for a new feature ✨, open a new feature request on GitHub.
- If you spot a bug 🐛, open a new issue on GitHub.
- If you want to contribute to the code , please pick an issue that is not assigned to anyone and comment on it, so that we know you are working on it.