Skip to content

Async Support

Choose a tag to compare

@iuccio iuccio released this 01 Nov 08:52
· 16 commits to master since this release

πŸŽ‰ New Release: Async Support

✨ Highlights

  • Promise-based async API for modern JavaScript applications
  • Improved memory handling for large files
  • Full backward compatibility maintained
  • Comprehensive documentation and migration guide

πŸ“¦ Added

  • getJsonFromCsvAsync() - Promise-based CSV parsing
  • generateJsonFileFromCsvAsync() - Async file generation
  • Migration guide with best practices
  • TypeScript definitions for async API
  • Performance optimization examples

πŸ”§ Enhanced

  • Documentation structure and examples
  • Large file processing capabilities
  • Error handling and recovery patterns
  • TypeScript support

πŸ“ Notes

  • Zero breaking changes
  • Existing sync API remains unchanged
  • Gradual migration path available