feat: Major v0.2.0 release - Complete modernization#12
Merged
CuriousLearner merged 3 commits intomasterfrom Oct 17, 2025
Merged
feat: Major v0.2.0 release - Complete modernization#12CuriousLearner merged 3 commits intomasterfrom
CuriousLearner merged 3 commits intomasterfrom
Conversation
This is a comprehensive rewrite of the API stub generator with modern Python tooling and significantly expanded functionality. ## New Features - CLI interface with 'api-stub-gen' command (generate, watch, serve) - FastAPI support with async and auto-generated Swagger docs - Watch mode for auto-regeneration on file changes - YAML configuration file support - OpenAPI 3.0 specification generation - Built-in CORS support for both Flask and FastAPI - Template-based code generation using Jinja2 - Comprehensive endpoint validation with helpful error messages - Docker and docker-compose support - Full type hints throughout codebase - Extensive test coverage (21 tests, 50% coverage) ## Technical Improvements - Upgraded to Python 3.10+ with modern type hints - Migrated from Travis CI to GitHub Actions - Added pyproject.toml (PEP 621) - Replaced flake8 with Ruff for faster linting - Updated all dependencies to latest versions - Added health check endpoint - Improved error handling and validation ## Breaking Changes - Minimum Python version now 3.10 (was 3.7) - Direct module execution deprecated (use CLI instead) - Pipenv deprecated in favor of pip ## Documentation - Complete README rewrite with examples and comparisons - Added CHANGELOG with detailed release notes - Added DEPRECATED.md with migration guide - Example configuration file included All tests passing. Linting clean. Ready for production use.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a comprehensive rewrite of the API stub generator with modern Python tooling and significantly expanded functionality.
New Features
Technical Improvements
Breaking Changes
Documentation
All tests passing. Linting clean. Ready for production use.