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: davidstump/SwiftPhoenixClient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.8.0
Choose a base ref
...
head repository: davidstump/SwiftPhoenixClient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.8.1
Choose a head ref
  • 8 commits
  • 4 files changed
  • 5 contributors

Commits on Feb 21, 2018

  1. Configuration menu
    Copy the full SHA
    7a15fbf View commit details
    Browse the repository at this point in the history
  2. fix usage example

    optikfluffel committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    d827564 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc6cdb7 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2018

  1. Add CodeTriage badge to davidstump/swiftphoenixclient

    Adds a badge showing the number of people helping this repo on CodeTriage.
    
    [![Open Source Helpers](https://www.codetriage.com/davidstump/swiftphoenixclient/badges/users.svg)](https://www.codetriage.com/davidstump/swiftphoenixclient)
    
    ## What is CodeTriage?
    
    CodeTriage is an Open Source app that is designed to make contributing to Open Source projects easier. It works by sending subscribers a few open issues in their inbox. If subscribers get busy, there is an algorithm that backs off issue load so they do not get overwhelmed
    
    [Read more about the CodeTriage project](https://www.codetriage.com/what).
    
    ## Why am I getting this PR?
    
    Your project was picked by the human, @schneems. They selected it from the projects submitted to https://www.codetriage.com and hand edited the PR. How did your project get added to [CodeTriage](https://www.codetriage.com/what)? Roughly over 1 year ago, [fzhao92](https://github.com/fzhao92) added this project to CodeTriage in order to start contributing. Since then, 4 people have subscribed to help this repo.
    
    ## What does adding a badge accomplish?
    
    Adding a badge invites people to help contribute to your project. It also lets developers know that others are invested in the longterm success and maintainability of the project.
    
    You can see an example of a CodeTriage badge on these popular OSS READMEs:
    
    - [![Email clients like GMAIL do not render SVG images](https://www.codetriage.com/rails/rails/badges/users.svg)](https://www.codetriage.com/rails/rails) https://github.com/rails/rails
    - [![Email clients like GMAIL do not render SVG images](https://www.codetriage.com/crystal-lang/crystal/badges/users.svg)](https://www.codetriage.com/crystal-lang/crystal) https://github.com/crystal-lang/crystal
    
    ## Have a question or comment?
    
    While I am a bot, this PR was manually reviewed and monitored by a human - @schneems. My job is writing commit messages and handling PR logistics.
    
    If you have any questions, you can reply back to this PR and they will be answered by @schneems. If you do not want a badge right now, no worries, close the PR, you will not hear from me again.
    
    Thanks for making your project Open Source! Any feedback is greatly appreciated.
    codetriage-readme-bot committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    e9e01b6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #88 from codetriage-readme-bot/codetriage-badge

    Add CodeTriage badge to davidstump/swiftphoenixclient
    davidstump authored Feb 28, 2018
    Configuration menu
    Copy the full SHA
    a662f5a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #86 from optikfluffel/tweak

    Fix Usage Example
    davidstump authored Feb 28, 2018
    Configuration menu
    Copy the full SHA
    8036161 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2018

  1. Updated Channel.join(timeout:) to pass along initial params on join (#89

    )
    
    When creating a Channel, the initializer accepts optional parameters to be passed
    to the server when the Channel joins. These params were not being passed along
    to the socket.join() method.
    dsrees authored Mar 1, 2018
    Configuration menu
    Copy the full SHA
    47194f8 View commit details
    Browse the repository at this point in the history
  2. Release 0.8.0

    Daniel Rees committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    4ed276d View commit details
    Browse the repository at this point in the history
Loading