Releases: rushwerks/feefifofum
Releases · rushwerks/feefifofum
v0.5.0
v0.4.0
- Implement graceful error handling for IO
- Redesign table module logic to improve readability
- Refactor overall project structure
Full Changelog: v0.3.0...v0.4.0
v0.3.0
- Add functionality to backup original files using CLI argument
- Improve verbose logging to show formatted/unchanged/backed up files
- Enforce additional linting rules and improve code quality
- Upgrade CI dependencies and add ruff format check to pre-commit
Full Changelog: v0.2.1...v0.3.0
v0.2.1
- Split CLI parser into separate module
Full Changelog: v0.2.0...v0.2.1
v0.2.0
- Add verbose logging option to show realtime progress using CLI option
- Add version CLI argument and switch to dynamic package versioning
- Improve README.md wording and examples
Full Changelog: v0.1.3...v0.2.0
v0.1.3
- Fix bug for when empty cell(s) are present in tables
- Improve project structure by shifting format runner into module and combine modules into
coredirectory
Full Changelog: v0.1.2...v0.1.3
v0.1.2
- Improve source code quality by formatting and linting/upgrading syntax
- Simplify entry point for main script
- Improve documentation for project (README and docstrings)
Full Changelog: v0.1.1...v0.1.2
v0.1.1
- Add additional test case for text only feature files
- Refactor testing code to handle multiple input files for end-to-end tests
Full Changelog: v0.1.0...v0.1.1