- Fix `django-bird` integration when using the default mapper. [16](https://github.com/adamghill/dj-angles/pull/16) from [benbacardi](https://github.com/benbacardi).
0.19.0
- Fix `delay` in `ajax-form`. - Add `template` template tag. - Return a stringified result from `call` template tag.
Breaking changes
- Remove automatically casting strings to `UUID`, `datetime`, `date`, or `time`. That can be done manually in the function if needed and it's a little too magical.
0.18.0
- Add `ajax-form` custom element. - Add `form` tag element. - Add `RequestMethodMiddleware` and `RequestAJAXMiddleware`.