Skip to content

v4.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 May 00:29
· 20 commits to master since this release
43b7ab7

Minor Changes

  • #15 c583c94 Thanks @theogravity! - Adds an optional id field to plugins and the ability to manage plugins.

    The following methods have been added:

    • LogLayer#removePlugin(id: string)
    • LogLayer#enablePlugin(id: string)
    • LogLayer#disablePlugin(id: string)