Releases: iuccio/csvToJson
Releases · iuccio/csvToJson
CI/CD from github action
Migration to jest
- Migration to jest
- NodeJs v12.x no longer supported
Add Support Quoted Fields
No Breaking Changes.
Add Support Quoted Fields: see documentation Support Quoted Fields.
Closes #23
Exclude empty rows from parsing
Fix moderate security vulnerability in dev dependencies, no more support for NodeJs < 12.x
- Fix moderate security vulnerability in dev dependencies
- No more support for NodeJs 10.x
Full Changelog: v1.3.3...v1.4.0
Add ci for node js 16.x
Add ci for node js 16.x
Fix moderate security vulnerability in dev dependencies
Bump glob-parent from 5.1.1 to 5.1.2
Bump glob-parent from 5.1.1 to 5.1.2 #22
Generate JSON Object with Sub Array
Resolved #3
Now you can generate JSON Object with sub array. For more information see the Documentation