All Versions
17
Latest Version
Avg Release Cycle
194 days
Latest Release
265 days ago

Changelog History
Page 1

  • v8.4.0 Changes

    December 23, 2025

    Minor Changes

    • #333 4916581 Thanks @theogravity! - clearContext() now accepts an optional parameter to clear specific context keys instead of all context data.

    Patch Changes

  • v3.0.13 Changes

    December 23, 2025

    Patch Changes

  • v2.3.13 Changes

    December 23, 2025

    Patch Changes

  • v2.3.1 Changes

    December 23, 2025

    Patch Changes

  • v2.1.16 Changes

    December 23, 2025

    Patch Changes

  • v1.4.2 Changes

    November 02, 2022

    Contributor: Theo Gravity

    • 🛠 Fix issue where LogLayer#child() was not creating a shallow copy of context (#10)

    📚 The documentation says the context should be shallow copied, but it wasn't. Now it is.

  • v1.4.1 Changes

    November 02, 2022

    Contributor: Theo Gravity

    • ➕ Add support for creating child loggers (#9)

    🔧 This adds a new method called LogLayer#child() that will create a new LogLayer instance with the original configuration and context data copied over.

  • v1.3.4 Changes

    August 22, 2022

    Contributor: Theo Gravity

    • ➕ Add consoleDebug option (#7)
  • v1.3.3 Changes

    August 10, 2022

    Contributor: Theo Gravity

    • ➕ Add config option and methods to disable / enable logging (#6)

    🌲 This adds an optional config option called enabled, when set to false, will stop log output.

    Corresponding methods enableLogging() and disableLogging() have also been added.

  • v1.3.2 Changes

    August 10, 2022

    Contributor: Theo Gravity

    • ➕ Add setHooks() method (#5)

    ➕ Adds a new method on LogLayer called setHooks() that allows ⚡️ hooks to be set or updated after creation of the LogLayer.

    🔧 Useful as an alternative to using configuration on init to set a hook