CsvToJson Versions Save

Convert CSV file to JSON

v2.29.0

3 months ago

From now pushing on master branch will always bump a new release see CI/CD

v2.2.0

3 months ago
  • Migration to jest
  • NodeJs v12.x no longer supported

v2.0.0

1 year ago

No Breaking Changes. Add Support Quoted Fields: see documentation Support Quoted Fields.

Closes #23

v1.5.0

1 year ago

Fix #21

v1.4.0

1 year ago
  • Fix moderate security vulnerability in dev dependencies
  • No more support for NodeJs 10.x

Full Changelog: https://github.com/iuccio/csvToJson/compare/v1.3.3...v1.4.0

v1.3.3

2 years ago

Add ci for node js 16.x

v1.3.2

2 years ago

Fix moderate security vulnerability in dev dependencies. Security first: #25 #26

v1.3.1

2 years ago

Bump glob-parent from 5.1.1 to 5.1.2 #22

v1.3.0

3 years ago

Resolved #3 Now you can generate JSON Object with sub array. For more information see the Documentation

v1.2.0

3 years ago

Resolve #10 Now cvsToJson is able to read and decode files with different encoding. For more information see the documentation Encoding