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.14.3
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.15.0
Choose a head ref
  • 4 commits
  • 1,042 files changed
  • 1 contributor

Commits on Nov 16, 2024

  1. Add YAML Test Suite (#541)

    * add yaml-test-suite
    
    * add threshold to prevent degrade
    
    * remove recursive option from test
    
    * move test file
    
    * fix lint error
    
    * exclude windows
    goccy authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    c312882 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. Fix parser by using yaml-test-suite (#542)

    * fix alias in map key
    * fix parsing of wrong-indented-sequence-item
    * fix parsing of tab character before comment
    * fix parsing of white space in quote
    * fix parsing of tab character in quote
    goccy authored Nov 17, 2024
    Configuration menu
    Copy the full SHA
    ff5d41f View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Refactor parser (#545)

    * refactor parser
    goccy authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    deb129a View commit details
    Browse the repository at this point in the history
  2. Fix parser (#546)

    * fix parser
    
    * fix anchor-for-empty-node
    
    * add test case
    goccy authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    3399084 View commit details
    Browse the repository at this point in the history
Loading