@nowarajs/logger
Version:
Type-safe logging library for Bun with advanced TypeScript body intersection, modular strategy pattern, transform streams, and immutable API design.
48 lines (24 loc) โข 2.48 kB
Markdown
## v1.1.4
[compare changes](https://github.com/NowaraJS/logger/compare/v1.1.3...v1.1.4)
### ๐ฆ Build
- **๐ฆ:** [Update devDependencies and peerDependencies versions] ([655832a](https://github.com/NowaraJS/logger/commit/655832a))
### ๐ค CI
- **๐ค:** [Add GitHub Actions workflows for CI/CD processes] ## CI Changes - Introduced multiple GitHub Actions workflows for building, testing, and deploying the project. - Added workflows for linting, unit testing, integration testing, and publishing to NPM. - Implemented a rebase workflow to manage branch updates. - Enhanced the main CI workflow to include all new jobs and manage dependencies between them. ([debbd05](https://github.com/NowaraJS/logger/commit/debbd05))
### โค๏ธ Contributors
- Komiroko <komiriko@pm.me>
## v1.1.3
[compare changes](https://github.com/NowaraJS/logger/compare/v1.1.2...v1.1.3)
### ๐งน Refactors
- **๐งน:** [Refactor logger error keys and imports for consistency] - Updated the logger error keys to use uppercase constants for better readability and consistency. - Removed unused index files for enums and events to clean up the codebase. - Adjusted imports in the logger class and tests to reflect the new constant naming. ([72936f2](https://github.com/NowaraJS/logger/commit/72936f2))
### ๐ Documentation
- **๐:** [Add copilot instructions and coding guidelines] ([263a3e9](https://github.com/NowaraJS/logger/commit/263a3e9))
### ๐ฆ Build
- **๐ฆ:** [Update TypeScript and dependencies versions] ## Build Changes - Updated TypeScript from `^5.8.3` to `^5.9.2` - Updated `@nowarajs/error` from `^1.1.2` to `^1.1.4` - Updated `@nowarajs/typed-event-emitter` from `^1.1.10` to `^1.1.11` ([4ad2acc](https://github.com/NowaraJS/logger/commit/4ad2acc))
- **๐ฆ:** [Update include path in TypeScript build config] ([99bf8fa](https://github.com/NowaraJS/logger/commit/99bf8fa))
- **๐ฆ:** [Remove unused entry points from the build process] ([2f5ab2f](https://github.com/NowaraJS/logger/commit/2f5ab2f))
### ๐ฆ Chore
- **๐ฆ:** [Remove CHANGELOG.md for version 1.1.2] This commit removes the CHANGELOG.md file for version 1.1.2 as it is no longer needed. The previous entries have been consolidated or are no longer relevant. ([2e70f62](https://github.com/NowaraJS/logger/commit/2e70f62))
### ๐ค CI
- **๐ค:** [Add Copilot setup steps workflow] ([046e852](https://github.com/NowaraJS/logger/commit/046e852))
### โค๏ธ Contributors
- Komiroko <komiriko@pm.me>