Releases: ashleysommer/sanic-cors
0.6.0.0
Bumped to v0.6.0.0 to match the new Sanic release 0.6.0
This is now the earliest version of sanic-cors you should use with Sanic v0.6.0
Bugfix release
Fixed #2
Don't at any point assume that the response has a header dict
Use real const strings rather than "CONST_STRINGS" for internal CORS flags
Fixed typos
Formatting fixes
Added in-code documentation in some places where it gets confusing.
Fixed version bumping
Bumped version to 0.5.4.1.
Update to sanic 0.5.4
Update requirement to Latest Sanic release
No changes required for compatibility
Update to Sanic version 0.5.1
Update to Sanic version 0.5.1
Add backwards compatibility for sanic 0.4.0/0.4.1.
Got tests to work on both versions.
Fix automatic_options. Also default automatic_options to False.
Default app-wide automatic_options to False, as it fits Sanic's minimal feel better.
Fixed a failing test caused by app-wide automatic_options implementation.
Bumped version.
Fixed async route handlers, added exception catching
0.4.1.2 Bumped version to trigger travis deployment.