------ * IMPORTANT: xross.js changed naming conventions from pythonic to js. * Fixed incompatibility with function-based views. * Fixed operation function/method required `xross` argument. + ajax: forms now are checked on validity before data is submitted. + ajax: added `xrossajaxafter` and `xrossajaxbefore` events for xross elements.
0.5.1
------ * IMPORTANT: xross expects GET by default. + xross_listener() now accepts `http_method` param.
0.5.0
------ Has not been released.
0.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.