Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.63 KB

File metadata and controls

52 lines (40 loc) · 1.63 KB

Changelog

All notable changes to this project will be documented in this file.

[0.1.4] - 2025-11-20

Fixed

  • Fixed Pydantic v2 compatibility by replacing deprecated .dict() with .model_dump() in API module
  • Fixed PEP 8 line length violations (13 instances across multiple modules)
  • Improved error message formatting for better readability

Changed

  • Added explicit UTF-8 encoding to all file operations for cross-platform compatibility
  • Enhanced code quality with better type hints and documentation
  • Improved docstring formatting in core, runner, and parser modules

Documentation

  • Completely redesigned README.md with modern layout and badges
  • Added Features section highlighting key capabilities
  • Added FAQ section with common questions and solutions
  • Added Troubleshooting section with common issues
  • Added System Requirements with recommended specifications
  • Enhanced Contributing guidelines with development workflow
  • Added Related Projects and Support sections
  • Improved API Reference with categorized methods
  • Added detailed Changelog section in README

Internal

  • All code now passes ruff linting with no errors
  • Maintained 100% test pass rate (5/5 tests passing)
  • Better code organization and readability

[0.1.3] - 2025-11-20

Changed

  • Enhanced functionality and performance improvements
  • Code refactoring and optimization

[0.1.2] - 2024

Changed

  • Enhanced functionality and performance improvements

[0.1.1] - 2024

Added

  • Initial public release
  • Core ZMap wrapper functionality
  • REST API with FastAPI
  • Configuration management
  • Input/Output handling
  • Result parsing capabilities