Releases: willfarrell/csv-rex
Releases · willfarrell/csv-rex
0.4.2
- re-publish to resolve build errors
Full Changelog: 0.4.1...0.4.2
0.4.1
- Fix default parse options
Full Changelog: 0.4.0...0.4.1
0.4.0
- Add in smaller & faster flavour of parse for quoteless CSVs
Full Changelog: https://github.com/willfarrell/csv-rex/compare/0.3.1...0.4.0###
0.3.1
- Allow detectChar to be accessible
Full Changelog: 0.3.0...0.3.1
0.3.0
- Fix: coerceField to allow parsing based on index in row
- Add: coerceTo export, a collection of common type parsers (
string
,boolean
,integer
,decimal
,json
,timestamp
,true
,false
,null
) - Add: newlineChar and delimiterChar can now auto-detect their value
Breaking Change
- default for newlineChar and delimiterChar will now auto-detect
Full Changelog: 0.2.0...0.3.0
0.2.0
- Rename exposed function names (
slowParse
->chunkParse
) - Removed
fastParse
, the performance gains didn't justify shipping the extra code.
Full Changelog: 0.1.1...0.2.0
0.1.1
- move
standard
todevDependencies
Full Changelog: 0.1.0...0.1.1
0.1.0
- Improved testing suite
- Parse performance improvements
- deprecate
fastMode
, no longer needed.
Full Changelog: 0.0.0...0.1.0
0.0.0
- Add in parse functionality
- Add in format functionality
- Add in unit tests
- Add in CI processes
Full Changelog: https://github.com/willfarrell/csv-rex/commits/0.0.0