Skip to content

Releases: iuccio/csvToJson

CI/CD from github action

25 Feb 18:33
Compare
Choose a tag to compare

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

Migration to jest

17 Feb 19:59
Compare
Choose a tag to compare
  • Migration to jest
  • NodeJs v12.x no longer supported

Add Support Quoted Fields

24 Feb 20:17
Compare
Choose a tag to compare

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

Closes #23

Exclude empty rows from parsing

22 Dec 12:42
Compare
Choose a tag to compare

Fix moderate security vulnerability in dev dependencies, no more support for NodeJs < 12.x

13 Nov 13:53
Compare
Choose a tag to compare
  • 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

29 Jan 19:49
Compare
Choose a tag to compare

Add ci for node js 16.x

Fix moderate security vulnerability in dev dependencies

29 Jan 19:43
Compare
Choose a tag to compare

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

Bump glob-parent from 5.1.1 to 5.1.2

29 Jun 11:33
Compare
Choose a tag to compare

Bump glob-parent from 5.1.1 to 5.1.2 #22

Generate JSON Object with Sub Array

08 Jan 15:07
Compare
Choose a tag to compare

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

Encoding #10

05 Jan 16:01
Compare
Choose a tag to compare

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