- issue 8 - Quote not at beginning of line.
:comment-charis disabled for read-csv for backward compatibility with clojure.data.csv.
- Fixed issue with comments in csv when comment begins field.
:comment-charoption is now supported and defaults to#.
- Writing packed json is now the default as this matches clojure.data.json and cheshire. To get the hold behavior back use
:indent-str " ".
- Issue 4 - Setting indent-str to nil really should mean no whitespace.
- Issue 3 - Namespaced keywords are written out with their namespaces.
- Integer column indexes can be used in whitelists and blacklists.
- CSV parse option
:nil-empty-values?defaults to false to match clojure.data.csv. - The supplier returned from read-csv-supplier now implements IReduce and Seqable.
- Replaced
:log-levelwith:log-fnto eliminate tools.logging dependency. - Tested rotating buffers vs. allocating and found rotation to be a bit faster.
- Tested async? on large json buffer and found setting to true to be a bit faster.
- Fixed two key issues found parsing wordnet.json - https://github.com/fluhus/wordnet-to-json/releases/download/v1.0/wordnet.json.gz
- Initial release!!