Skip to content

Releases: Cyberproof/codemate

v0.3.0

26 Sep 13:35
51ff372
Compare
Choose a tag to compare

✨ Created syntax validator with an informative error message.
✨ Implemented syntax validator in Block component.
⚒ Added more tests for Block.use_black(), validating what happens when the syntax structure is invalid.
🛠️ Changed used Mode object in black, because it is deprecated.

v0.2.0

31 Aug 13:57
e4b29fb
Compare
Choose a tag to compare

💡 Added badges to the readme, and remove redundant section.
🛠️ Added more versions of Python to test on, fixed typo.
🎉 Added encoding to File component save method.
🛠️ Updated pre-commit dependencies versions, created mkdocs main file.
💡 Implemented mkdocs, improved use case example docs.
✨ Minor version bump.

v0.1.2

11 Jul 11:43
ce1144d
Compare
Choose a tag to compare

🎉 Removed trailing comma in the inheritance of the generated class content, updated unit tests, docs, and patch version

v0.1.1

08 Jul 14:03
e7ed1cb
Compare
Choose a tag to compare

🎓 Added more information to the README.md file
⚒ Fixed requirements location in pyproject.toml

First release

06 Jul 15:18
46b0eaf
Compare
Choose a tag to compare

This release contains the implementation of the main components in CodeMate