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: goccy/go-yaml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.15.23
Choose a base ref
...
head repository: goccy/go-yaml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.16.0
Choose a head ref
  • 5 commits
  • 10 files changed
  • 3 contributors

Commits on Feb 16, 2025

  1. Keep reference of anchor's value (#660)

    * keep reference of anchor's value
    
    * add test case
    goccy authored Feb 16, 2025
    Configuration menu
    Copy the full SHA
    b46780d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abc7083 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Add AutoInt option (#671)

    shuheiktgw authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    944206a View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. encodeMap() error handling and TestEncoder_UnmarshallableTypes() (#674)

    * encodeMap() error handling and TestEncoder_UnmarshallableTypes()
    
    * more TestEncoder_UnmarshallableTypes test cases
    dorencambia authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    9671363 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2025

  1. Fix tab character handling ( if ignore the tab character, do not incr…

    …ement the column number ) (#676)
    
    * if ignore the tab character, do not increment the column number
    
    * apply `npm audit fix`
    
    * fix lint error
    goccy authored Mar 16, 2025
    Configuration menu
    Copy the full SHA
    100fa23 View commit details
    Browse the repository at this point in the history
Loading