Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Nov 20, 2024
1 parent 24252bf commit 654a596
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LogTape changelog
Version 0.8.0
-------------

To be released.
Released on November 20, 2024.

- Renewed the API to configure the lowest severity level of loggers. [[#26]]

Expand Down
Binary file modified docs/bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/manual/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Sink filter
A sink filter is a filter that is applied to a specific [sink](./sinks.md).
You can add a sink filter to a sink by decorating the sink with `withFilter()`:

~~~~ typescript{5-8} twoslash
~~~~ typescript{7-9} twoslash
// @noErrors: 2345
import { configure, getConsoleSink, withFilter } from "@logtape/logtape";
Expand Down
4 changes: 2 additions & 2 deletions docs/manual/levels.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ You can control which severity levels are logged in different parts of your
application. For example:

~~~~ typescript{6,11} twoslash
// @noErrors: 2345 2353
// @noErrors: 2345
import { configure } from "@logtape/logtape";
// ---cut-before---
await configure({
Expand Down Expand Up @@ -164,7 +164,7 @@ If you want make child loggers inherit the severity level from their parent
logger, you can use the `~LoggerConfig.filters` option instead:

~~~~ typescript{4,9,13} twoslash
// @noErrors: 2345 2353
// @noErrors: 2345
import { configure } from "@logtape/logtape";
// ---cut-before---
await configure({
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@cloudflare/workers-types": "^4.20240909.0",
"@logtape/logtape": "^0.7.0-dev.106",
"@logtape/logtape": "^0.8.0-dev.112",
"@logtape/otel": "^0.2.0",
"@shikijs/vitepress-twoslash": "^1.17.6",
"@teidesu/deno-types": "^1.46.3",
Expand Down

0 comments on commit 654a596

Please sign in to comment.