Skip to content

v1.0.6

Latest
Compare
Choose a tag to compare
@MakeAnIque MakeAnIque released this 04 Jul 10:05
e92abda

What's Changed

Dot Notation Conversion

  • Added functionality to convert nested objects and arrays into a single-level structure using dot notation for column names.
  • Simplifies representation of hierarchical data for easier integration with tabular formats.

Object to Rows Conversion (Single Object)

  • Introduced feature to convert a single object into rows suitable for Excel-like tabular representation.
  • Facilitates direct export and manipulation of structured data.

Object to Rows Conversion (Large Data Sets)

  • Implemented capability to process large data sets in chunks with configurable batch sizes.
  • Optimizes memory utilization and performance for handling extensive data exports.

Documentation and Code Updates

  • Updated documentation and code information to enhance clarity and usability (#1 by @MakeAnIque).

New Contributors


Full Changelog: View all changes