Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ExpressibleByNilLiteral constraint to OptionalProtocol #805

Commits on Oct 5, 2020

  1. Add ExpressibleByNilLiteral constraint on OptionalProtocol

    Optional already implements this and this makes it possible to just write nil instead of .init(reconstructing: nil)
    Niclas Kristek committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    11a7d83 View commit details
    Browse the repository at this point in the history
  2. Fix typo in documentation comment

    Niclas Kristek committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    c29c6b5 View commit details
    Browse the repository at this point in the history
  3. Add changelog entry

    Niclas Kristek committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    b346a97 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

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