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: dmarkham/enumer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.2
Choose a base ref
...
head repository: dmarkham/enumer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.3
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on Mar 21, 2025

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

Commits on Aug 16, 2025

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

Commits on Jan 22, 2026

  1. Fix variable name in Set() method template

    The Set() method template used 's' instead of 'value' for the parameter
    name, causing generated code to fail compilation with "undefined: s".
    
    Also fixes typo: "dinamically" -> "dynamically"
    dmarkham committed Jan 22, 2026
    Configuration menu
    Copy the full SHA
    950aa55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18b1232 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #120 from dmarkham/pr-109

    Pr 109
    dmarkham authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    5dae614 View commit details
    Browse the repository at this point in the history
Loading