Skip to content

Releases: Aspedm/logsy

v0.0.2

19 Jul 21:00

Choose a tag to compare

🚀 Logsy v0.0.2

✨ Features

  • 🆕 Added README.md with documentation and usage examples

  • 🆕 Introduced getLabelStyle() helper to override label colors

🐛 Bug Fixes

  • 🐞 Fixed devOnlyPlugin: now correctly restores and replaces window.console methods based on environment

v0.0.1

18 Jul 18:53

Choose a tag to compare

v0.0.1 Pre-release
Pre-release

🚀 Logsy v0.0.1 - Initial Release

We’re excited to introduce the first release of Logsy, a library for beautifully styled and structured console.log messages.

Features

Console Logging with Style
Output messages with custom CSS styling to make them visually distinctive and easy to scan in dev tools.

Log Levels
Predefined log methods:

  • log() — neutral
  • info() — informational
  • warn() — warnings
  • error() — errors

Plugin System
Add custom logic to transform, filter, or enhance logs. Bundled plugins include:

  • redactSensitiveData – automatically masks sensitive fields like passwords, tokens, etc.
  • devOnly – suppress logs in production environments.

Tagging & Labels
Support for tags and custom labels for better log categorization.

Async Spinner Support
Use spinners to indicate loading states during async operations in the console.