Releases: kvankova/code-embedder
Releases ยท kvankova/code-embedder
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.