Skip to content

Commit 895c6fc

Browse files
jkebingerclaude
andcommitted
chore: bump version to 0.1.0
Release includes: - LOG_LEVEL_V2 with getLogLevel() and logger integrations - Pino and Winston logger integrations - Bug fixes and dependency updates 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 70b38e4 commit 895c6fc

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 0.1.0 - 2025-11-04
4+
5+
### Features
6+
7+
- feat: add LOG_LEVEL_V2 with `getLogLevel()` method for dynamic log level control
8+
- feat: add Pino logger integration (`createPinoLogger()`, `createPinoHook()`)
9+
- feat: add Winston logger integration (`createWinstonLogger()`, `createWinstonFormat()`)
10+
- feat: add `loggerKey` option to Reforge constructor (defaults to 'log-levels.default')
11+
- feat: add ConfigType.LogLevelV2 enum value
12+
- feat: support context-aware log level evaluation with `reforge-sdk-logging.logger-path`
13+
14+
### Fixes
15+
16+
- fix: add @types/node to devDependencies to satisfy ts-node peer dependency
17+
- fix: replace @ts-ignore with @ts-expect-error for better type safety in integrations
18+
19+
### Documentation
20+
21+
- docs: add INTEGRATIONS.md with complete logger integration examples
22+
- docs: update README.md with getLogLevel() usage and loggerKey option
23+
324
## 0.0.7 - 2025-10-31
425

526
- fix: configs with duration would cause telemetry not to send

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packageManager": "yarn@4.9.2",
33
"name": "@reforge-com/node",
4-
"version": "0.0.7",
4+
"version": "0.1.0",
55
"description": "Feature Flags, Live Config, and Dynamic Log Levels",
66
"main": "dist/reforge.cjs",
77
"types": "dist/reforge.d.ts",

0 commit comments

Comments
 (0)