# ๐Ÿ“„ Changelog All notable changes to this project will be documented in this file. --- ## [0.5.3] โ€“ 2025-09-03 ### ๐Ÿงผ Improved - Added styling for logging when message values is boolean --- ## [0.5.2] โ€“ 2025-09-03 ### โœจ Added - Added logType mapping when initializing Loggify letting you use logType emojis on console level and overwriting with what ever value in GrafanaLoki log level ### ๐Ÿงผ Improved - Added styling for logging when message values are undefined, null or number --- ## [0.5.1] โ€“ 2025-08-15 ### ๐Ÿ› Fixed - Banner did not use a default color and caused an ansi replace issue, when no frame color was set --- ## [0.5.0] โ€“ 2025-08-01 ### โœจ Added - Loggify banner method allows to render a banner - a frame containing a title and description --- ## [0.4.1] โ€“ 2025-07-31 ### โœจ Added - Emoji ๐Ÿ™‚ "smiley" ### ๐Ÿงผ Improved - Space between emoji for log type metrics and the timestamp information --- ## [0.4.0] โ€“ 2025-07-29 ### โœจ Added - When using the caller information you can now disable the function information ### โš ๏ธ Breaking - ![breaking](https://img.shields.io/badge/change-breaking-red) The caller level possibilities have been extended and thus the options have been rebuild as an object inside the console options --- ## [0.3.3] โ€“ 2025-07-28 ### โœจ Added - Emoji โœจ "create" - Emoji โž• "add" - Emoji โž– "remove" - Emoji ๐Ÿž "debug" ### ๐Ÿงผ Improved - Optimized the color schema for log types showing the same colors for tiny, mini and full - Optimized file structure by using asset files --- ## [0.2.4] โ€“ 2025-07-24 ### โœจ Added - Emoji ๐Ÿ”บ "upload" - Emoji ๐Ÿ”ป "download" - Emoji ๐Ÿซ† "fingerprint" - Emoji ๐Ÿ” "secure" - Introduced color and mode to context based logging allowing to switch colors and decide whether to use full frame layout, marking start and end of context only or not visually render any context styles at all ### ๐Ÿงผ Improved - Accidently had typescript ^5 in peerDependencies causing some conflicts/warnings when installing Loggify to projects ### ๐Ÿ› Fixed - Fixed space on some emojis being rendered to close to the next information --- ## [0.2.3] โ€“ 2025-07-21 ### ๐Ÿ› Fixed - Error => ReferenceError: \_\_filename is not defined --- ## [0.2.2] โ€“ 2025-07-21 ### ๐Ÿ› Fixed - Error => needs an import attribute of type "json" in combination with package.json --- ## [0.2.1] โ€“ 2025-07-20 ### โœจ Added - GrafanaLoki support for REST API Authorization has been implemented, supporting basic as well as bearer token --- ## [0.2.0] โ€“ 2025-07-20 > **Highlights:** Native integration to GrafanaLoki ### โœจ Added - ![implemented](https://img.shields.io/badge/status-implemented-brightgreen) ![beta](https://img.shields.io/badge/stability-beta-yellow) **Native Grafana Loki Integration** via HTTP Push API โ€“ no dependencies required ### ๐Ÿงผ Improved - Added indentation to the JSON object to move it more away from the left border - Introduced "logTypeBadge" with modes: "off", "tiny", "mini", "full" ### ๐Ÿ› Fixed - Fixed broken frame rendering in context mode when using object ### โš ๏ธ Breaking - ![breaking](https://img.shields.io/badge/change-breaking-red) The boolean "typeTagUseEmoji" to control whether an emoji should be shown as log type indicator has been removed in favor of "logTypeBadge" ---