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: jpsim/Yams
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.0.6
Choose a base ref
...
head repository: jpsim/Yams
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.1.0
Choose a head ref
  • 12 commits
  • 21 files changed
  • 5 contributors

Commits on Jun 19, 2023

  1. Add empty changelog section

    jpsim committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    4f7ecb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4d7341 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a111ed6 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. build: pass YAML_DEFINE_STATIC to the CInterop (#398)

    While we would now build CYaml statically, we would fail to indicate to
    clang the library was meant to be used statically and not dynamically.
    This cleans up some linker warnings when building SPM.
    compnerd authored Aug 12, 2023
    Configuration menu
    Copy the full SHA
    60b9e69 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Bump activesupport from 6.1.7.3 to 6.1.7.6 (#401)

    Bumps [activesupport](https://github.com/rails/rails) from 6.1.7.3 to 6.1.7.6.
    - [Release notes](https://github.com/rails/rails/releases)
    - [Changelog](https://github.com/rails/rails/blob/v7.0.7.2/activesupport/CHANGELOG.md)
    - [Commits](rails/rails@v6.1.7.3...v6.1.7.6)
    
    ---
    updated-dependencies:
    - dependency-name: activesupport
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    680a93b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Change how empty strings are decoded into nullable properties

    Add TopLevelDecoderTests.testDecodeOptionalTypes() to reproduce #301
    
    Update ConstructorTests.testNull() to include assertions about handling of null specifiers that are wrapped in quotes
    
    Update NSNull.construct(from:) to only return NSNull if the style is .plain since non-plain style scalars don't represent null (fixes bug)
    
    Update assertion in NodeTests to explicitly require .plain style when making assertion
    
    Correct SwiftLint violations
    
    Add changelog entry
    liamnichols authored and jpsim committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    0c4ff78 View commit details
    Browse the repository at this point in the history
  2. Update bazel deps (#402)

    jpsim authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    a109024 View commit details
    Browse the repository at this point in the history
  3. [CI] Add Swift 5.9 CI jobs (#403)

    * [CI] Add Swift 5.9 CI jobs
    
    * fixup! [CI] Add Swift 5.9 CI jobs
    
    * xcodebuild_Ventura
    
    * Xcode_Ventura
    jpsim authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    9058878 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

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

Commits on Mar 23, 2024

  1. Adjust changelog for recent changes (#410)

    Technically, the two bug fixes could also be breaking changes in the
    sense that if consumers are relying on the previously buggy behavior,
    they'll now break with these fixes, but I think it's low-risk enough to
    avoid bumping the major version number.
    jpsim authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    8e07a47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e4d248 View commit details
    Browse the repository at this point in the history
  3. Release 5.1.0

    jpsim committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    8a835d9 View commit details
    Browse the repository at this point in the history
Loading