Skip to content

Releases: willfarrell/csv-rex

0.4.2

12 Sep 05:31
7284c31
Compare
Choose a tag to compare
  • re-publish to resolve build errors

Full Changelog: 0.4.1...0.4.2

0.4.1

27 Aug 16:33
df280e5
Compare
Choose a tag to compare
  • Fix default parse options

Full Changelog: 0.4.0...0.4.1

0.4.0

27 Aug 15:50
a274ba5
Compare
Choose a tag to compare
  • 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

19 Aug 02:05
57c5b9f
Compare
Choose a tag to compare
  • Allow detectChar to be accessible

Full Changelog: 0.3.0...0.3.1

0.3.0

30 Jul 05:14
d7b02ab
Compare
Choose a tag to compare
  • 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

25 Jul 02:00
80548a0
Compare
Choose a tag to compare
  • 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

17 Jul 06:51
bc3f9ac
Compare
Choose a tag to compare
  • move standard to devDependencies

Full Changelog: 0.1.0...0.1.1

0.1.0

02 Jul 08:15
f0378dc
Compare
Choose a tag to compare
  • Improved testing suite
  • Parse performance improvements
  • deprecate fastMode, no longer needed.

Full Changelog: 0.0.0...0.1.0

0.0.0

29 Jun 06:03
390ad55
Compare
Choose a tag to compare
  • 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