Skip to content

Releases: mikewcasale/repominify

Release v0.1.7

17 Dec 13:49
Compare
Choose a tag to compare

Release version 0.1.7 with updated documentation and improved package structure.

v0.1.6 - Improved code quality and documentation

17 Dec 11:52
Compare
Choose a tag to compare

Changes

  • Improved code quality and documentation:
    • Added comprehensive docstrings with Examples sections
    • Added proper type hints for all functions and classes
    • Added Raises sections in docstrings for error handling
    • Improved error handling with custom exceptions
    • Enhanced code organization and module structure
  • Updated project structure to use flat directory layout
  • Improved README with current project structure and standards

Fixes

  • Function and method signatures in docstrings
  • Error handling in dependency management
  • Type hints in graph building and analysis
  • Code formatting and consistency

repominify v0.1.5

14 Dec 22:43
Compare
Choose a tag to compare

Release v0.1.5

Added

  • Enhanced code context extraction:
    • Function and method signatures with full parameter lists
    • Complete docstrings with parameter descriptions
    • Constants and their values
    • Environment variables and configurations
    • Module-level documentation
    • Import relationships
    • Class hierarchies and dependencies
  • Improved text representation format for better LLM context
  • More detailed output file documentation

Fixed

  • File count statistics in output file comparison
  • More accurate comparison between input and output files
  • Removed security logs from output summary
  • Show original Repomix filename in output

Installation

repominify v0.1.4

14 Dec 22:03
Compare
Choose a tag to compare

Release Notes - repominify v0.1.4

This release focuses on fixing package structure and import issues to ensure proper functionality when installed from PyPI.

What's Changed

  • Fixed CLI entry point path to use correct module location
  • Updated package structure for proper imports
  • Improved version detection in build process

Installation

pip install repominify==0.1.4

Usage

After installation, you can use the CLI tool:

repominify --help

Or import the package in your Python code:

from repominify import CodeGraphBuilder

repominify v0.1.3

14 Dec 21:28
Compare
Choose a tag to compare

repominify v0.1.3

Release to update package organization.

Changed

  • Package name in setup.py set to 'src' for proper module organization

Installation

pip install src==0.1.3

For full details, see the CHANGELOG.

repominify v0.1.2

14 Dec 20:54
Compare
Choose a tag to compare

repominify v0.1.2

Bug fix release to improve package import structure.

Fixed

  • Package import structure to properly expose modules
  • Added package data configuration
  • Disabled zip_safe to ensure proper module loading

Installation

pip install repominify==0.1.2

For full details, see the CHANGELOG.

repominify v0.1.1

14 Dec 20:41
4feddbf
Compare
Choose a tag to compare

repominify v0.1.1

Bug fix release to correct package import structure and CLI functionality.

Fixed

  • Package import structure to work with current src/ layout
  • CLI entry point path
  • Package discovery configuration

Installation

pip install repominify==0.1.1

For full details, see the CHANGELOG.