* Rewrite console application using Cleo * Add unit tests for console application * Add ``detect_dialect`` wrapper function * Add support for "unix_path" data type in type detection * Add ``encoding`` and ``num_chars`` options to ``read_csv`` wrapper * Add ``-p/--pandas`` flag to ``code`` command to generate Pandas output.
0.2.5
* Rename ``read_as_lol`` to ``read_csv``.
0.2.4
* Allow setting the number of characters to read * Simplify printing of skipped potential dialects
0.2.3
* Add ``read_as_lol`` wrapper function.
0.2.2
* Add ``code`` command to ``clevercsv`` command line program.