Skip to content

v2.1.0

Choose a tag to compare

@shijistar shijistar released this 03 Aug 11:30
· 73 commits to master since this release

Features

Hooks

  • ✨ Added useStreamDownloader, supports streaming downloads of large files without using memory.

Utils

  • ✨ AddedStreamDownloader class, with the same functionality asuseStreamDownloader, supports usage outside of component context, used for streaming downloads of large files without occupying memory.

Misc

  • 🛠️ Eliminate a false security warning about usage of eval in utils/math
  • 🛠️ Unit test coverage 100%