Change Log
============
1.2.3 (Nov 17, 2023)
— — — — — — — — — -
- First Stable Release

1.3.0 (Nov 26, 2023)
— — — — — — — — — -
- Refactor code structure
- Add json_to_yaml function

1.4.0 (Dec 15, 2023)
— — — — — — — — — -
- Simplify all existed function
- Remove un-needed existed function
- Add xml_to_json
- Add xml_to_yaml
- Add yaml_to_xml
- Add json_to_xml

1.5.0 (Dec 18, 2023)
— — — — — — — — — -
- Add io functions (read_file, scan_url, and save_file)

1.6.0 (Dec 22, 2023)
— — — — — — — — — -
- Fix bugs in io functions
- Improve the performance of some functions
- Optimize the code of some functions
- Add function to convert yaml, json, and xml data to csv
- Add function to convert csv data into yaml, xml, and json

0.1.0 (Dec 25, 2023)
— — — — — — — — — -
- Change project name to FormatFusion

0.1.1 (Dec 25, 2023)
— — — — — — — — — -
- Fixing issue #5 (https://github.com/aliftech/FormatFusion/issues/5)