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: codemod/codemod
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: codemod-cli@1.3.14
Choose a base ref
...
head repository: codemod/codemod
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: codemod-cli@1.4.0
Choose a head ref
  • 7 commits
  • 42 files changed
  • 3 contributors

Commits on Jan 30, 2026

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

Commits on Feb 2, 2026

  1. Update changelog.mdx (#1958)

    * Update changelog.mdx
    
    * Update changelog.mdx
    
    * Update changelog.mdx
    
    * Update changelog.mdx
    mohab-sameh authored Feb 2, 2026
    Configuration menu
    Copy the full SHA
    aee773f View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2026

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

Commits on Feb 9, 2026

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

Commits on Feb 10, 2026

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

Commits on Feb 11, 2026

  1. feat: dynamic linking and jssgTransform (#1966)

    * feat: dynamic loading of parsers + debug function on sgnode
    
    * refactor: refactor codemod execution to return structured output
    
    - Updated `execute_codemod_sync` and `execute_codemod_in_memory` functions to return `CodemodOutput` instead of `ExecutionResult`.
    - Introduced `transform_helpers` module to encapsulate logic for building transform options and processing results.
    - Modified the handling of execution results in the engine to accommodate the new output structure.
    - Adjusted tests and integration points to reflect changes in return types and ensure compatibility.
    - Enhanced documentation for the `jssgTransform` function to clarify its behavior and return values.
    
    * feat: add new jssgTransform type to jssg-types
    
    * feat: add target directory validation for jssgTransform and rename() APIs
    
    * refactor: streamline imports and improve error messages in execution engine and transform helpers
    mohebifar authored Feb 11, 2026
    Configuration menu
    Copy the full SHA
    ceaa003 View commit details
    Browse the repository at this point in the history
  2. chore(bump): Bump codemod crates version to v1.4.0 (#1968)

    Co-authored-by: mohebifar <mohebifar@users.noreply.github.com>
    github-actions[bot] and mohebifar authored Feb 11, 2026
    Configuration menu
    Copy the full SHA
    21b9a6d View commit details
    Browse the repository at this point in the history
Loading