8000 Comparing 0.15.0...0.16.0 · Mindera/Alicerce · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: Mindera/Alicerce
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.15.0
Choose a base ref
...
head repository: Mindera/Alicerce
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.16.0
Choose a head ref
  • 4 commits
  • 15 files changed
  • 4 contributors

Commits on Jun 16, 2022

  1. Migrate to Swift 5️⃣.6️⃣ (#253)

    GH Actions' macOS 12 images have Xcode 13.4.1 available which means
    that Swift 5.6 is available to use in CI.
    
    https://github.com/actions/virtual-environments/blob/main/images/macos/macos-12-Readme.md#xcode
    
    ## Changes
    
    - Update `ci.yml`:
      + Use macOS image `macos-12` which contains Xcode 13.4.1.
      + Set `DEVELOPER_DIR` env var to point to Xcode 13.4.1.
      + Remove `IOS_SDK` env var so the latest SDK is used.
      + Update `swiftpm` job to use `xcodebuild` instead of `swift build`.
      as the latter now always compiles for the current architecture
      (macOS).
      + Replace `xcpretty` with `xcbeautify` in `xcodebuild` steps.
    
    - Make `Alicerce (SPM)` scheme public to use in CI's `swiftpm` job.
    
    - Update CocoaPods version in `Gemfile`.
    
    - Move Headers build phase before Compile sources in an attempt to fix
    "Cycle inside Alicerce;" error.
    
    - Silence SwiftLint warning in `Log.MultiLogger`.
    
    - Update Package.swift's `// swift-tools-version` to 5.6.
    
    - Update podspec's `swift_version` to 5.6.
    
    - Update `README.md`.
    p4checo authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    e1699ce View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Add aspectRatio constraint helper (#254)

    Some layouts are more easily achieved by defining a specific aspect
    ratio for a view which, when combined with constraints to establish the
    width or height of the view, allows Auto Layout to infer the size in
    the other dimension.
    
    ## Changes
    
    - Add `aspectRatio` constraint helper to `SizeConstrainableProxy.
    This allows the creation of relative constraints between the width and
    height dimensions of a view.
    filipe-lemos authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    4a60eea View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Add the HTTP Status Code to the noData Error (#255)

    ## Changes
    
    - `Network+URLSessionError`: add the HTTP status code to the `noData`
    error case and handle the `statusCode` variable return
    
    - `Network+URLSessionNetworkStack`: send the HTTP status code with the
    `noData` error to be handled in `handleFailedFetch`
    
    - `URLSessionNetworkStack+ErrorTestCase`: fix error unit tests in order
    to test the HTTP status code
    
    - `URLSessionNetworkStackTestCase`: status code related fix
    
    Co-authored-by: Pedro Lapa Santos <pedro.lapa.santos@waitrose.co.uk>
    pedro-l-santos and Pedro Lapa Santos authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    53887fc View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.16.0

    p4checo committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    079b9af View commit details
    Browse the repository at this point in the history
Loading
0