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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.4
Choose a base ref
...
head repository: corydolphin/flask-cors
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.9
Choose a head ref
  • 16 commits
  • 16 files changed
  • 8 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 authored 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 authored 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 authored 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 authored 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

Commits on Jun 11, 2019

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

Commits on Jan 10, 2020

  1. Fixed over-indentation

    jiaola authored and corydolphin committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    566aef2 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. docs: Fix simple typo, garaunteed -> guaranteed

    There is a small typo in tests/decorator/test_origins.py, tests/extension/test_app_extension.py.
    
    Should read `guaranteed` rather than `garaunteed`.
    timgates42 authored and corydolphin committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    5c6e05e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. Fix request path normalization (#272)

    * Normalize path before evaluating resource rules
    corydolphin authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    67c4b2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    522d989 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91babb9 View commit details
    Browse the repository at this point in the history
Loading