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: corydolphin/flask-cors Loading
base: 3.0.4
Choose a base ref
...
head repository: corydolphin/flask-cors Loading
compare: 3.0.8
Choose a head ref
  • 10 commits
  • 14 files changed
  • 5 contributors

Commits on May 22, 2018

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

Commits on Jun 12, 2018

  1. Configuration menu
    Copy the full SHA
    55b7f8c View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    corydolphin committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    7f2a050 View commit details
    Browse the repository at this point in the history
  3. Release Version 3.0.6 as identical contents as 3.05 with an updated c…

    …hangelog (#225)
    
    Needed to kickoff Travis build and deployment to PyPi
    corydolphin committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    caa7ba1 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. Remove Python version 3.3 from automated tests.

    Nose dropped support for Python 3.3, so to keep tests simple, drop it.
    corydolphin committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    0fc5ebe View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. Drop support for EOL Python 2.6

    * Drop support for EOL Python 2.6
    
    * Upgrade Python syntax with pyupgrade
    
    * Convert docstring to triple double-quoted form
    hugovk authored and corydolphin committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    c5d572c View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2018

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

Commits on Nov 9, 2018

  1. Release 3.0.7

    corydolphin committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    c2fc616 View commit details
    Browse the repository at this point in the history
  2. Release 3.0.7 (#235)

    corydolphin committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    13fbb1e View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2019

  1. Fix DeprecationWarning on python 3.7 for python 3.8

     - got this with version 3.7.3 of python so fixed it
     - add python 3.7 to travis
     - ensure the retro compatibility with pypy and python 2.7
     - bump version to 3.0.8
    Jean-Manuel CABA authored and corydolphin committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    c93f4e4 View commit details
    Browse the repository at this point in the history
Loading