UNPKG

convert-array-to-csv

Version:
63 lines (34 loc) 1.85 kB
2.0.0 - May, 17 2020 * f5ebcde Fix: consider separator in checks and use double quotes correctly (closes #22) (Vano Devium) * fb85b50 CI: changed to 12x, 14x versions of Node.js for test pipeline (closes #31) (Vano Devium) 1.0.12 - May, 07 2020 * edf27e8 Fix: incorrect check for false values (#30) (John Pariseau) 1.0.11 - April, 09 2020 * 9dd684b Chore: update deps (#27) (Lukas Aichbauer) * 7ca8100 Refactor: Optimized helpers (#26) (Vano Devium) 1.0.10 - February, 14 2020 * d95aa36 Chore: bump eslint-utils from 1.4.0 to 1.4.3 (#23) (dependabot[bot]) * 53bb4e9 Chore: bump handlebars from 4.1.2 to 4.5.3 (#24) (dependabot[bot]) 1.0.9 - August, 02 2019 * 8ae2d19 Chore: switch yarn to npm (#21) (Lukas Aichbauer) 1.0.8 - May, 25 2019 * bd592e5 Fix: zero (0) in header and body elements (#19) (Lukas Aichbauer) 1.0.7 - April, 25 2019 * 17a7f6e Fix: handle numbers correct (#17) (closes #16) (Lukas Aichbauer) 1.0.6 - March, 29 2019 * 6653259 Fix: replace every double quote (#15) (Lukas Aichbauer) 1.0.5 - February, 26 2019 * 58ec063 Fix: double quotes inside elements (closes #9) (#12) (Lukas Aichbauer) * 2ea0633 Refactor: add append element and separator or line break functions (closes #8) (#11) (Lukas Aichbauer) * c237523 Fix: space as special char (closes #7) (#10) (Lukas Aichbauer) 1.0.4 - September, 07 2018 * 2b92efa Chore: add prepush hook and changed prepublish to prepare (#6) (Lukas Aichbauer) 1.0.3 - September, 07 2018 * 51a76a7 Fix: babel runtime (#5) (fixes #3) (Lukas Aichbauer) 1.0.2 - June, 22 2018 * 4e024bd Fix : handle zero values correctly (array of arrays) (#4) (Kiwy404) 1.0.1 - May, 07 2018 * 6e91d6d Fix: handle null and undefined values (#2) (Lukas Aichbauer) 1.0.0 - April, 05 2018 * 48cd02c Fix: pass options from index to modules (#1) (Lukas Aichbauer) * ff5adcb Initial commit (aichbauer)