django-xross changelog
======================


v0.4.0
------
+ `xross_view` decorator improved for inherited class-based views.
+ Added two success actions: remove, empty.
+ Implemented simplified response return from operations (str and dict).
* Fixed requirements in docs (Python 3.3+).
* Empty responses made allowed.


v0.3.0
------
+ ajax: implemented `complete` support.
+ ajax: implemented `error` support.
+ implemented `by-path` function search (xross.utils.get_function)


v0.2.0
------
+ Added minified version.
+ ajax: added `op` param.
+ ajax: `form` param now accepts an object.
* ajax: `request_type` param renamed into `method`.


v0.1.0
------
+ Basic functionality.
