* Update ``standardize`` command to use CRLF line endings on all platforms. * Add work around for Tabview being unavailable on Windows. * Remove packaging and dependency management with Poetry. * Add support for building platform wheels on Travis and AppVeyor.
0.4.3
Not secure
* Add optional ``method`` parameter to dialect detector. * Bugfix for ``clevercsv code`` command when the delimiter is tab.
0.4.2
Not secure
* Fix a failing build due to dependency version mismatch
0.4.1
Not secure
* Allow underscore in alphanumeric strings * Update unix path regular expression * Add more integration tests and log detection method
0.4.0
Not secure
* Update URL regular expression and add unit tests * Add IPv4 type detection * Add tie-breaker for combined quotechar and escapechar ties
0.3.7
Not secure
* Bugfix for console script ``code`` command * Update readme