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.
- 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
.
- Updated
README.md
with credits to lossless-json and json-2-csv libraries.
- Initial release with basic conversion capabilities:
- Convert JSON to CSV.
- Convert CSV to JSON.
- Simple conversion without support for lossless large integer handling.