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: github-liuxu/MetaCodable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: SwiftyLab/MetaCodable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 59 files changed
  • 3 contributors

Commits on Sep 18, 2025

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

Commits on Sep 25, 2025

  1. ci(Deps): bump actions/checkout from 4 to 5 (SwiftyLab#143)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    75a24e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2026

  1. feat: added support for RawRepresentable enum conformance generation (

    SwiftyLab#147)
    
    * feat: added support for `RawRepresentable` enum conformance generation
    
    * fix: fixed podspecs
    
    * ci: added swift-syntax 602 version
    soumyamahunt authored Jan 19, 2026
    Configuration menu
    Copy the full SHA
    46cb009 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b6dd45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c0c773 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

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

Commits on Feb 2, 2026

  1. fix: removed unnecessary container variable warning for enum decoding…

    … expansion (SwiftyLab#156)
    
    * fix: removed unnecessary container variable warning for enum decoding expansion
    
    * test: fixed tests in older Swift versions
    soumyamahunt authored Feb 2, 2026
    Configuration menu
    Copy the full SHA
    ee54b7d View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2026

  1. fix: fixed enum cases encoding without associated values (SwiftyLab#158)

    * fix SwiftyLab#157
    
    * fixed an error and added a test
    
    * add coding test
    
    * Fix unused variable
    
    * Added test
    
    * conditional break
    
    * fix tests for last commit
    
    * fix old tests
    
    * add new tests so this bug can't slip in again
    Amzd authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    485b74d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2026

  1. chore(Deps): bump github.com/swiftlang/swift-syntax (SwiftyLab#159)

    Bumps [github.com/swiftlang/swift-syntax](https://github.com/swiftlang/swift-syntax) from 602.0.0 to 603.0.0.
    - [Release notes](https://github.com/swiftlang/swift-syntax/releases)
    - [Commits](swiftlang/swift-syntax@602.0.0...603.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/swiftlang/swift-syntax
      dependency-version: 603.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 4, 2026
    Configuration menu
    Copy the full SHA
    4af3f53 View commit details
    Browse the repository at this point in the history
  2. ci(Deps): bump rojopolis/spellcheck-github-actions from 0.57.0 to 0.6…

    …0.0 (SwiftyLab#160)
    
    Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.57.0 to 0.60.0.
    - [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases)
    - [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md)
    - [Commits](rojopolis/spellcheck-github-actions@0.57.0...0.60.0)
    
    ---
    updated-dependencies:
    - dependency-name: rojopolis/spellcheck-github-actions
      dependency-version: 0.60.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 4, 2026
    Configuration menu
    Copy the full SHA
    3736758 View commit details
    Browse the repository at this point in the history
Loading