Skip to content

Releases: vanillaes/csv

Fix Mistakes in README.md

27 Mar 18:10
Compare
Choose a tag to compare

Security Fix

24 Mar 23:26
Compare
Choose a tag to compare

Remove Default Export

27 Feb 03:07
Compare
Choose a tag to compare

Typescript didn't work with both named and a default 'kitchen sink' export. For specifics about the issue see #13.

Perf Tune

15 Feb 02:08
Compare
Choose a tag to compare

Pre-compile all Regex tests

Add Experimental Notice

09 Feb 04:10
Compare
Choose a tag to compare

Refactor Tests

07 Feb 03:26
Compare
Choose a tag to compare
v1.4.4

1.4.4

Rename src/ -> test/

07 Feb 02:58
Compare
Choose a tag to compare
v1.4.3

1.4.3

Update README.md

07 Feb 02:37
Compare
Choose a tag to compare
  • update header
  • update badges

Fix CI/CD

07 Feb 00:21
Compare
Choose a tag to compare
v1.4.1

1.4.1

API Update

07 Feb 00:21
Compare
Choose a tag to compare

Use the latest ES modules features

  • pkg.exports for transparent ESM/CJS support
  • self-reference specifiers in tests
  • pkg.main points to CJS bundle for backward compat
  • update pkg.engines to >=13.7
  • add CJS compat test to CI