----------------
- ``target`` option passed to ``bdajax.overlay`` is also accepted as JS object.
[rnix, 2017-03-28]
- Handle empty target in ``bdajax.parsetarget``.
[rnix, 2017-03-27]
- Introduce ``close`` option in ``bdajax.overlay``.
[rnix, 2017-03-27]
- Introduce ``on_close`` callback option in ``bdajax.overlay``.
[rnix, 2017-03-27]
- Add support for browser history navigation. Introduce ``ajax:path-target``,
``ajax:path-action``, ``ajax:path-event`` and ``ajax:path-overlay``
attributes.
[rnix, 2017-03-22]
- ``bdajax.request`` supports ``method`` in options, defaults to ``GET``.
[rnix, 2016-10-11]