Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SSolWEB/string-morpher
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.7
Choose a base ref
...
head repository: SSolWEB/string-morpher
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 6 commits
  • 123 files changed
  • 3 contributors

Commits on Nov 7, 2025

  1. Configuration menu
    Copy the full SHA
    069b270 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2025

  1. Refactor to convention-based dynamic transformer loading with SOLID a…

    …rchitecture (#13)
    
    * Phase 1: Add strict types and create base structure with interfaces
    
    * Phase 2: Implement dynamic transformer loading with unified Transformers directory
    
    * Phase 3: Organize Brazilian maskers with validation and individual masker classes
    
    * Final: Eliminate traits and implement full dynamic transformer loading
    
    * doc: restore doc block
    
    * feat: remove unused code
    
    * refact: move mask logic direct to transformer
    
    * feat: remove unused code
    
    * Refactor: Create individual transformer tests and move old tests to Deprecated directory
    
    * Add facade tests to all transformer tests - tests both unit and integration
    
    * feat: remove unused code
    
    * feat: update the contributing instructions
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: viniciusvts <[email protected]>
    Co-authored-by: Vinicius de Santana <[email protected]>
    3 people authored Dec 30, 2025
    Configuration menu
    Copy the full SHA
    8122732 View commit details
    Browse the repository at this point in the history
  2. Decouple method documentation into individual files (#14)

    * Split documentation into individual method files
    * feat: adjust order and menu
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: viniciusvts <[email protected]>
    Co-authored-by: Vinicius de Santana <[email protected]>
    3 people authored Dec 30, 2025
    Configuration menu
    Copy the full SHA
    cc16ac9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2f4fb5 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2026

  1. add pr template

        chore: remove unused description
        Add comprehensive Pull Request template
    viniciusvts committed Jan 3, 2026
    Configuration menu
    Copy the full SHA
    e2de11f View commit details
    Browse the repository at this point in the history
  2. add issues templates

    commit 6461eab
    Author: Vinicius de Santana <[email protected]>
    Date:   Sat Jan 3 00:40:02 2026 -0300
    
        minor fixes
    
    commit 45c96b6
    Author: copilot-swe-agent[bot] <[email protected]>
    Date:   Sat Jan 3 03:26:02 2026 +0000
    
        Add GitHub issue templates for String Morpher project
    
        - Add feature_request.yml with enhancement label
        - Add bug_report.yml with bug label
        - Add documentation.yml with documentation label
        - Add config.yml with blank issues enabled and documentation link
        - All templates include proper validation rules and required fields
    
        Co-authored-by: viniciusvts <[email protected]>
    
    commit 9e096a0
    Author: copilot-swe-agent[bot] <[email protected]>
    Date:   Sat Jan 3 03:22:48 2026 +0000
    
        Initial plan
    viniciusvts committed Jan 3, 2026
    Configuration menu
    Copy the full SHA
    07dd18b View commit details
    Browse the repository at this point in the history
Loading