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: apple/swift-log
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: apple/swift-log
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: swift-log-0.0
Choose a head ref
  • 4 commits
  • 11 files changed
  • 2 contributors

Commits on Apr 12, 2019

  1. Swift 4 support for a 0.x release

    [contains work from @ianpartridge and @weissi]
    
    Motivation:
    
    For an easier migration path, it is probably useful to ship a `0.x`
    version of `swift-log` that is compatible with Swift 4. It can't use
    any of the features that Swift 5 brings and therefore the Swift 4
    version will have a slightly reduced feature set:
    
    - log messages will be `String`
    - logging metadata values will be `String` only (no dictionaries,
      arrays, ...)
    
    That means, if you use the Swift 4 version of swift-log carefully
    (only use string literals), your migration to the Swift 5 version should
    only be a matter of changing your `Package.swift`.
    
    Modifications:
    
    - remove all string interpolation and use `String` directly
    
    Result:
    
    - we can release a 0.x version that supports Swift 4
    
    Support Swift 4.1 (#40)
    
    * Support Swift 4.1
    
    * Set swift-tools-version to 4.0
    weissi committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    d1af77e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. add docker compose setup for swift 4.0 (#47)

    motivation: enable ci for swift 4.0 version
    
    changes: add docker compose fil for swift 4.0, ubuntu 16.04
    tomerd authored and weissi committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    9533e02 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. [0.0] refer to docs on master branch. (#68)

    weissi authored and ktoso committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    2f65697 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eba9b32 View commit details
    Browse the repository at this point in the history
Loading