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.9.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.9.1
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Jun 12, 2018

  1. Fix URL for 0.9.0 release

    Daniel Rees authored Jun 12, 2018
    Configuration menu
    Copy the full SHA
    91dd570 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. Expose security configuration (#107)

    * Exposes security settings on the underlying WebSocket object
    
    Exposure is done through a method cover so that we dont have to expose the
    actual WebSocket object itself, this helps avoid accedental changes that could
    break the libbraries functionality
    
    * Update the Changelog
    tapi authored and dsrees committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    76337c9 View commit details
    Browse the repository at this point in the history
  2. Prepare version 0.9.1

    Daniel Rees committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    b2e7b69 View commit details
    Browse the repository at this point in the history
Loading