Skip to content

Releases: flask-restful/flask-restful

0.2.12

04 Mar 22:01
Compare
Choose a tag to compare

Released March 4, 2014

  • Fixed a bug in error handling code.
  • Don't install tests by default.
  • Doc fixes and updates.

Fixes for fields, reqparser, and error/redirect handling

17 Jan 19:05
Compare
Choose a tag to compare

fixes issues with 0.2.9 release

18 Dec 00:11
Compare
Choose a tag to compare

Removes some Twilio-specific logic from the iso8601interval format.

Our release tool accidentally bumped the version to 0.2.11 and pushed that to PyPI; I've fixed the tool, reverted the bad tag/egg, and pushed the correct release version. My apologies for the inconvenience.

New Types

17 Dec 23:44
Compare
Choose a tag to compare
  • Adds new positive and iso8601interval types.
  • Typo fix.
  • Updating the test infrastructure to use common Twilio conventions and testing
    styles.

Blueprints and CORS support

18 Nov 19:44
Compare
Choose a tag to compare
  • blueprint support
  • CORS support
  • allow custom unauthorized response
  • when failing to marshal custom indexable objects, its attributes are checked
  • better error messages

0.2.5: Merge pull request #128 from saml/master

24 Sep 22:53
Compare
Choose a tag to compare

This release contains the following changes:

  • add callable location
  • allow field type Fixed to take an attribute argument
  • added url_for() wrapper as Api.url_for(resource)