All Versions
10
Latest Version
Avg Release Cycle
137 days
Latest Release
2518 days ago

Changelog History

  • v2.1.1 Changes

    June 01, 2017

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed issue caused by trying to import six on setup.py file
  • v2.1.0 Changes

    June 01, 2017

    ๐Ÿ”‹ Features

    • โž• Added SubPreparer and CollectionSubPreparer classes to make easier to nest responses
    • Hability of using callables in preparers (as soon as they don't have args)

    ๐Ÿ”„ Changes

    • โฌ‡๏ธ Dropped Itty support :(
    • Proper HTTP status messages
    • โž• Added support to Django 1.9 to 1.11 (dropped support to Django <= 1.7)
    • Proper wrapping for decorators
  • v2.0.4 Changes

    May 22, 2017

    โž• Added support to Django 1.9, 1.10 and 1.11

  • v2.0.3 Changes

    November 21, 2016

    ๐Ÿš€ This release adds a change which was in restkiss v2.0.2 but got lost in the backporting process - sorry, everybody!

    ๐Ÿ”‹ Features

    • ๐Ÿ”„ Changed all Resource subclasses so that a 204 No Content response sends
      text/plain on Content-Type. (SHA: 116da9f & SHA: b10be61)
  • v2.0.2 Changes

    November 14, 2016

    ๐Ÿš€ This release makes some long-needed changes on error handling for Resource and its subclasses, plus support for both Django >= 1.9 and Tornado >= 4.0 and allowing alphanumeric PKs on all supported frameworks.

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ Allowed PKs with dashes and alphanumeric digits. (SHA: e52333b)
    • โœ… Reworked test suite so that it uses tox for simultaneously testing on
      CPython and PyPy, both 2.x and 3.x (SHA: 2035e21, SHA: 9ca0e8c, SHA: 3915980
      & SHA: a1d2d96)
    • Reworked Resource so that it throws a NotImplementedError instead of
      returning an HttpResponse from Django. (SHA: 27859c8)
    • โž• Added several HttpError subclasses. (SHA: e2aff93)
    • ๐Ÿ”„ Changed Resource so that it allows any serializable object on the response
      body. (SHA: 1e3522b & SHA: b70a492)

    ๐Ÿ›  Bugfixes

    • ๐Ÿ”„ Changed JSONSerializer to throw a BadRequest upon a serialization
      error. (SHA: 8471463)
    • โšก๏ธ Updated DjangoResource to use lists instead of the deprecated
      django.conf.urls.patterns object. (SHA: f166e4d & SHA: f94c500)
    • ๐Ÿ›  Fixed FieldsPreparer behavior when parsing objects with a custom
      __getattr__. (SHA: 665ef31)
    • โœ… Applied Debian's fix to Tornado tests for version 4.0.0 onwards. (SHA: 372e00a)
    • โœ… Skips tests for all unavailable frameworks. (SHA: 8b81b17)
  • v2.0.1

    August 21, 2014
  • v2.0.0

    May 23, 2014
  • v1.4.0

    February 21, 2014
  • v1.3.0

    January 30, 2014
  • v1.2.0

    January 16, 2014