Thanks to visit codestin.com
Credit goes to github.com

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: MFB-Technologies-Inc/swift-argument-encoding
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.0
Choose a base ref
...
head repository: MFB-Technologies-Inc/swift-argument-encoding
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.6.0
Choose a head ref
  • 18 commits
  • 33 files changed
  • 2 contributors

Commits on Sep 8, 2023

  1. Fix missing license disclaimer in file headers

    fix-file-headers
    roanutil committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    67dba6f View commit details
    Browse the repository at this point in the history
  2. Run swiftformat

    fix-file-headers
    roanutil committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    8b11daf View commit details
    Browse the repository at this point in the history
  3. Change swiftlint in ci to use quiet mode

    fix-file-headers
    roanutil committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    3b4934c View commit details
    Browse the repository at this point in the history
  4. Add printing of swiftformat and swiftlint versions in ci

    fix-file-headers
    roanutil committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    5e73b99 View commit details
    Browse the repository at this point in the history
  5. Update dependencies lockfile

    fix-file-headers
    roanutil committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    64ea4d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

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

Commits on Oct 4, 2023

  1. Bump minimum swift tools version to 5.8

    strict-concurrency
    roanutil committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    6842407 View commit details
    Browse the repository at this point in the history
  2. Enable strict concurrency checking

    strict-concurrency
    roanutil committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    da479ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3604a19 View commit details
    Browse the repository at this point in the history
  4. Bump swiftformat swift version to 5.8

    strict-concurrency
    roanutil committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    e1c8ef7 View commit details
    Browse the repository at this point in the history
  5. Run swiftformat

    strict-concurrency
    roanutil committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    d70f911 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    525732a View commit details
    Browse the repository at this point in the history
  2. Run swiftformat

    strict-concurrency
    roanutil committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    903e208 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5a0682 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Add value formatting to OptionFormatter

    feature/option-value-formatting
    roanutil committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    4ea9880 View commit details
    Browse the repository at this point in the history
  2. feature/option-value-formatting

    - Change SeparatorFormatter to take the key and value as arguments and return an array of strings. This is what I think most would expect and works better with `Process` which seems to be picky about an option's key and value being separate elements in the array.
    - Rename BodyFormatter to KeyFormatter which is a more clear name
    - Rename SeparatorFormatter.space to separate which is a more clear name
    roanutil committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    75dfc22 View commit details
    Browse the repository at this point in the history
  3. Run swiftformat

    feature/option-value-formatting
    roanutil committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    ef4335e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #12 from MFB-Technologies-Inc/feature/option-value…

    …-formatting
    
    Improve Option formatting
    r-jarvis authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    98f9fd9 View commit details
    Browse the repository at this point in the history
Loading