Skip to content

Commit 28b8eef

Browse files
Version Packages (#257)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a0ee9cb commit 28b8eef

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/rich-logging-banner.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/logixlysia/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 6.3.0
4+
5+
### Minor Changes
6+
7+
- b92698a: - Add `formatLogOutput` with optional multi-line context tree; keep `formatLine` as a deprecated alias returning the main line only.
8+
- New config: `service`, `slowThreshold`, `verySlowThreshold`, `showContextTree`, `contextDepth`; default format includes `{icon}`, `{service}`, `{statusText}`, and `{speed}` tokens.
9+
- Startup banner shows URL and optional logixlysia package version in a boxed layout.
10+
311
## 6.2.3
412

513
### Patch Changes

packages/logixlysia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logixlysia",
3-
"version": "6.2.3",
3+
"version": "6.3.0",
44
"description": "🦊 Logixlysia is a logger for Elysia",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)