Skip to content

Releases: zheeeng/export-from-json

v1.7.4

28 Dec 03:38
1322b15
Compare
Choose a tag to compare

fix: CSV col encloser considers the delimiter option #264

v1.7.3

25 Jul 07:41
75da5a3
Compare
Choose a tag to compare
Bump (#171)

* chore: bump version and test snapshots

* chore: bump version and build script

* chore: bump main version

---------

Co-authored-by: Zheeeng <zheeeng@U-2Q9J2W94-2053.local>

v1.7.0 Support ESM in Node.js

14 Sep 10:29
1056ea0
Compare
Choose a tag to compare

🎉 Feat: Support using in Node.js see #129

1.6.0

24 Mar 03:15
Compare
Choose a tag to compare
  • 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

24 Mar 02:04
Compare
Choose a tag to compare
  • deprecate delimiter option, use csvDelimiter instead.
  • add csvEncloser option

1.5.3

21 Mar 03:00
Compare
Choose a tag to compare

doc: Add tips

1.5.2

10 Feb 19:32
Compare
Choose a tag to compare

Daily opt

fix pkg's exports field.

22 Jan 18:42
Compare
Choose a tag to compare

support esm

20 Jan 01:34
Compare
Choose a tag to compare
1.5.0

refactor: esm supporting

Fix DOMParser issue

27 Sep 13:28
20982a0
Compare
Choose a tag to compare