Skip to content

Refactor of utils module

Compare
Choose a tag to compare
@hfaran hfaran released this 18 Feb 07:04
· 174 commits to master since this release

Functions that did not belong in utils were moved to more relevant modules. This change changes the interface for Tornado-JSON in quite a big way. The following changes were made (that are not backwards compatible).

  • api_assert and APIError were moved to tornado_json.exceptions
  • io_schema was renamed validate and moved to tornado_json.schema