Skip to content

Releases: ozdemirburak/json-csv

0.5.0-alpha

21 Oct 21:56
Compare
Choose a tag to compare
0.5.0-alpha Pre-release
Pre-release
  • Added fromString method.
  • Fixed bugs on JSON conversion of an associative array.

0.4.0

06 Dec 17:01
Compare
Choose a tag to compare
  • Remove support for PHP 7.2.
  • Added PHP 8.0 support.

0.3.0

29 Jan 17:02
Compare
Choose a tag to compare
Remove PHP 7.1 support, added utf-8 support for csv conversion #13

0.2.0

31 Oct 22:46
Compare
Choose a tag to compare
v0.2, better csv to json conversion, removed support for php 7.0

0.1.1

17 Oct 15:56
Compare
Choose a tag to compare
organize tests, fix error about splat operator where unpacking does n…

…ot work with assoc. arrays

0.1.0

01 Oct 23:29
Compare
Choose a tag to compare
modified the conversion method for json to csv to make it healthier w…

…here there may exist different properties for each object.

0.0.1

26 Feb 00:07
Compare
Choose a tag to compare
initial commit