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.10.0
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.10.1
Choose a head ref
  • 8 commits
  • 11 files changed
  • 5 contributors

Commits on Mar 14, 2023

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

Commits on Mar 19, 2023

  1. Update CI (#364)

    * update CI
    
    * update dependencies
    goccy authored Mar 19, 2023
    Configuration menu
    Copy the full SHA
    086422c View commit details
    Browse the repository at this point in the history
  2. update go version (#365)

    goccy authored Mar 19, 2023
    Configuration menu
    Copy the full SHA
    535cbbc View commit details
    Browse the repository at this point in the history
  3. update dependencies

    goccy committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    7a084f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Don't trim all space characters in SequenceNode.blockStyleString (#361)

    * Don't trim all space characters in SequenceNode.blockStyleString
    
    This fixes #356.
    The code would have removed more spaces than it added.
    
    A better solution long-term would probably be to add a specialized
    method to StringNode to not add the prefix in the first place.
    
    * Add issue 356 test case for block with first empty line
    
    The indentation level in a block scalar is determined by the first
    non-empty line.
    martin-sucha authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    3ca6a75 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    8ab4645 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a80dbc View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    goccy committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    1160c31 View commit details
    Browse the repository at this point in the history
Loading