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

Commits on Dec 16, 2019

  1. Refactor init to take params as a function as well, to allow injectio…

    …n changing params on reconnect (#153)
    
    * params on demand: wip
    
    * params on demand: wip - forgot tonnes of things.
    
    * Supplying another convenience init for the old params parameter.
    
    * params closure: removed endPointUrl, fixed tests and renamed PayloadGetterFunction to PayloadClosure
    
    * params closure: added a deprecation warning for the dictionary convenience init.
    
    * params closure: moved buildUrl to a computed property, as that's what it is
    
    * params closure: forgot to delete two comment rows
    
    * params closure: reverted to static method because the computed property could possibly not reflect the actual URL used at connection time.
    
    * params closure: removed init(_: String) and made init(_: String, paramsClosure: Payload?) not supply a default parameter for paramsClosure
    
    * params closure: removed deprecation, this init stays
    Simon Bergström authored and Daniel Rees committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    b2e8286 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. Update outdated gems

    Daniel Rees committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    0d57af1 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. Importing missing foundations

    Daniel Rees committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    7a8116e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd1761a View commit details
    Browse the repository at this point in the history
  3. delete package worksapce

    Daniel Rees committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    3feeb75 View commit details
    Browse the repository at this point in the history
  4. Updated Readme and changelog

    Daniel Rees committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    e8a6244 View commit details
    Browse the repository at this point in the history
  5. Fixed import issue in tests

    Daniel Rees committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    427e0ad View commit details
    Browse the repository at this point in the history
  6. Prepeare Release 1.2.0

    Daniel Rees committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    9c012f5 View commit details
    Browse the repository at this point in the history
Loading