Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

26 lines (19 loc) · 1.15 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2024-10-01

Added

  • Lossless conversion for large integers: big integers are now quoted to preserve precision during format conversion.
  • Convert JSON to CSV and CSV to JSON with customizable options.
  • Support for nested JSON structures and expanding array objects.
  • Various customization options for delimiters, headers, and end-of-line settings.
  • Documentation updates, including feature explanations and use cases in README.md.
  • Badge support for version, downloads, rating, and license in README.md.

Changed

[0.0.1] - 2019-05-10

Added

  • Initial release with basic conversion capabilities:
    • Convert JSON to CSV.
    • Convert CSV to JSON.
    • Simple conversion without support for lossless large integer handling.