Releases: zheeeng/export-from-json
Releases · zheeeng/export-from-json
v1.7.4
v1.7.3
v1.7.0 Support ESM in Node.js
🎉 Feat: Support using in Node.js see #129
1.6.0
- Break: the plain text for CSV is under rules from https://techterms.com/definition/csv and with an addition rule: Fields that contain double quotes must begin and end with double quotes.
- Break: the plain text for CSV doesn't contain double quotes if they are unnecessary.
- Break: remove
delimiter
, which was added from 1.2.1 - Break: remove
cssDelimiter
, which was added from 1.5.9 - Break: remove
cssEncloser
, which was added from 1.5.9
1.5.4
1.5.3
1.5.2
fix pkg's exports field.
1.5.1 1.5.1
support esm
1.5.0 refactor: esm supporting