* In order to allow ``|`` characters in searches, the search term separator for multi selects has been updated to use | which is a 3 character sequence unlikely to apply in normal searches.
0.8.0
------------------
* Added a loose_text_search setting to views. Set ``loose_text_search = True`` on your view to enable partial matching in your text searches. For example "Fo Ba" will match "Foo Bar".
0.7.0
------------------
* Listable for Django 3.2
0.6.0
------------------
* Add field names to column headers as data attributes * Add columnSearch to Listable context object
0.5.2
------------------
* Fix issue with encoding of search filters
0.5.1
------------------
* wrap datatables css/scripts in function so static is not called at import