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: SwiftyLab/MetaCodable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0-alpha.1
Choose a base ref
...
head repository: SwiftyLab/MetaCodable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0-alpha.2
Choose a head ref
  • 3 commits
  • 9 files changed
  • 1 contributor

Commits on Jun 30, 2023

  1. doc: improved usage documentation (#5)

    - added minimal usage example in README
    - added API availability data
    soumyamahunt authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    7086c41 View commit details
    Browse the repository at this point in the history
  2. fix: ignore default immutable initialized and computed properties in …

    …decoding/encoding (#2)
    
    * fix: ignore default initialized and computed properties in decoding/encoding
    
    * wip: allow mutable initialized declaration
    soumyamahunt authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    9ac898f View commit details
    Browse the repository at this point in the history
  3. fix: added robust grouped variable declaration type detection (#3)

    * fix: added robust grouped variable declaration type detection
    
    * wip: added scenario in test model
    soumyamahunt authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    0cc623f View commit details
    Browse the repository at this point in the history
Loading