Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 680 Bytes

CHANGELOG.md

File metadata and controls

25 lines (15 loc) · 680 Bytes

Changelog

All notable changes to loom-downloader will be documented in this file.

v0.1.0 - 2024-10-12

Full Changelog: https://github.com/ianfortier/loom-downloader/commits/v0.1.0

[Unreleased]

[0.1.0] - 2024-10-12

Added

  • Initial release of the Loom Video Downloader package.

  • LoomDownloader class with two main methods:

    • downloadVideo: Returns the video content as a string.
    • saveVideo: Saves the video directly to a file, with an option to specify the destination.
  • Basic error handling for API and download errors.

  • Pest tests for core functionality.

Changed

  • Simplified the package structure to focus on core functionality.