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: php-http/message
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.2
Choose a base ref
...
head repository: php-http/message
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.0
Choose a head ref
  • 6 commits
  • 13 files changed
  • 3 contributors

Commits on Dec 26, 2015

  1. Configuration menu
    Copy the full SHA
    185c8dc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #21 from php-http/chunk_compat

    Autoregister filters using Composer autoload
    joelwurtz committed Dec 26, 2015
    Configuration menu
    Copy the full SHA
    fe15f35 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2015

  1. Add cookie

    Applied fixes from StyleCI
    
    Make CookieJar a single class
    
    Update Cookie docblocks
    
    Make properties private
    
    Remove virtual expiration attribute
    
    Improve character match tests
    
    Improve cookie tests
    
    Make Max-Age defatul null
    
    Add deprecation notice to expires constructor argument
    
    Add docblock constructor
    
    Allow null to be passed to expires
    
    Fine tune regex
    
    Add some more tests for path matching
    
    Add test for invalid max age
    sagikazarmark committed Dec 28, 2015
    Configuration menu
    Copy the full SHA
    e121a73 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2015

  1. Add apigen config

    sagikazarmark committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    95e1171 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22 from php-http/cookie

    Add cookie
    dbu committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    43f9488 View commit details
    Browse the repository at this point in the history
  3. Prepare release

    sagikazarmark committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    3b52df7 View commit details
    Browse the repository at this point in the history
Loading