Skip to content

@bluecadet/[email protected]

Compare
Choose a tag to compare
@claytercek claytercek released this 26 Nov 21:04
· 3 commits to develop since this release
97012a7

Major Changes

  • #179 754ddd330f9e626b45a08bc7d6ce84f057bbb989 Thanks @claytercek! - Plugin API and Content Package Updates:

    • Add basic support for Plugin API across content, monitor, and core packages.
    • Implement full support for plugins in content package.
    • Refactor content sources to be functions.
    • Refactor content transforms and media-downloader to be plugins.
    • Implement neverthrow for error handling in content package.
    • Add unit tests for content package.
    • Fully remove credentials API (superseded by dotenv config)
  • #179 3dd25b3ff7d4636fab43812af2714db948f600e1 Thanks @claytercek! - New CLI Package:

    • Move CLI to separate package
    • Lazy import CLI commands to improve startup time
    • Move config and dotenv loading and parsing to CLI package
    • convert core package to have no code, just a shorthand for installing all sub-packages

Patch Changes