Skip to content

Releases: kvankova/code-embedder

v1.1.2 ๐ŸŒˆ

04 Mar 14:02
9e24446
Compare
Choose a tag to compare

๐Ÿ› Bug Fixes

  • Fix default encoding when opening / writing files @kvankova (#51)

v1.1.1 ๐ŸŒˆ

07 Dec 17:02
eaf79c6
Compare
Choose a tag to compare

v1.1.0 ๐ŸŒˆ

24 Nov 14:48
142c320
Compare
Choose a tag to compare

โœจ Features

v1.0.2 ๐ŸŒˆ

18 Nov 21:26
f2df843
Compare
Choose a tag to compare

๐Ÿ› Bug Fixes

  • Fix pushing of changes made by GA in entrypoint.sh @kvankova (#45)

v1.0.1 ๐ŸŒˆ

18 Nov 21:01
38bcfb1
Compare
Choose a tag to compare

๐Ÿ› ๏ธ Other improvements

  • Update pre-commit hook and refactor project structure @kvankova (#44)

v1.0.0 ๐ŸŒˆ

12 Nov 14:21
b683358
Compare
Choose a tag to compare

๐Ÿ† Highlights

Code-Embedder is now production ready! Keep your code snippets in READMEs 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.

v0.5.2 ๐ŸŒˆ

07 Nov 19:03
bad1ed9
Compare
Choose a tag to compare

๐Ÿ› Bug Fixes

๐Ÿ“– Documentation

  • Fix worfklow checkout step in README @kvankova (#40)
  • Add contributing and development section to README @kvankova (#39)

v0.5.1 ๐ŸŒˆ

05 Nov 22:17
7221f73
Compare
Choose a tag to compare

๐Ÿ› Bug Fixes

๐Ÿ› ๏ธ Other improvements

v0.5.0 ๐ŸŒˆ

03 Nov 21:18
9b7eace
Compare
Choose a tag to compare

โœจ Features

  • Add support for ๐Ÿ Python objects to be updated in README @kvankova (#32)

๐Ÿ“– Documentation

v0.4.0 ๐ŸŒˆ

29 Oct 21:16
064b977
Compare
Choose a tag to compare

โœจ Features

  • Add support for syncing sections of code with README @kvankova (#25)

๐Ÿ› ๏ธ Other improvements

  • Align Code-Embedder's commit message with conventional commits @kvankova (#26)