@nowarajs/singleton-manager
Version:
Singleton Manager is a package that provides a simple way to manage singletons in your application. It allows you to create, retrieve, and manage singletons with ease and type safety.
48 lines (24 loc) โข 2.54 kB
Markdown
## v1.1.11
[compare changes](https://github.com/NowaraJS/singleton-manager/compare/v1.1.10...v1.1.11)
### ๐ฆ Build
- **๐ฆ:** [Update devDependencies and peerDependencies versions] - Updated `@eslint/js` from `^9.32.0` to `^9.33.0` - Updated `@stylistic/eslint-plugin` from `^5.2.2` to `^5.2.3` - Updated `@types/bun` from `^1.2.19` to `^1.2.20` - Updated `eslint` from `^9.32.0` to `^9.33.0` - Updated `typescript-eslint` from `^8.38.0` to `^8.39.0` - Updated `@nowarajs/error` from `^1.1.4` to `^1.1.5` ([9fded06](https://github.com/NowaraJS/singleton-manager/commit/9fded06))
### ๐ค CI
- **๐ค:** [Add GitHub workflows for CI/CD processes] ([5983a23](https://github.com/NowaraJS/singleton-manager/commit/5983a23))
### โค๏ธ Contributors
- Komiroko <komiriko@pm.me>
## v1.1.10
[compare changes](https://github.com/NowaraJS/singleton-manager/compare/v1.1.9...v1.1.10)
### ๐งน Refactors
- **๐งน:** [Rename error keys for consistency] Updated the error key constants in the SingletonManager to follow a consistent naming convention. The previous keys were renamed from `singletonManagerErrorKeys` to `SINGLETON_MANAGER_ERROR_KEYS` to enhance readability and maintainability. This change affects the enums and the corresponding references in the SingletonManager and its tests. ([50bc6ae](https://github.com/NowaraJS/singleton-manager/commit/50bc6ae))
### ๐ Documentation
- **๐:** [Add Copilot instructions for development workflow] ([18c966f](https://github.com/NowaraJS/singleton-manager/commit/18c966f))
### ๐ฆ Build
- **๐ฆ:** [Update TypeScript and peer dependency versions] ## Build Changes - Updated TypeScript from version ^5.8.3 to ^5.9.2 - Updated @nowarajs/error from version ^1.1.2 to ^1.1.4 ([54a6619](https://github.com/NowaraJS/singleton-manager/commit/54a6619))
- **๐ฆ:** [Update include path in TypeScript build config] ([e7a7a0b](https://github.com/NowaraJS/singleton-manager/commit/e7a7a0b))
- **๐ฆ:** [Remove unused entry point from build configuration] - Removed the entry point './source/enums/index.ts' from the build configuration as it is no longer needed. ([400115d](https://github.com/NowaraJS/singleton-manager/commit/400115d))
### ๐ฆ Chore
- **๐ฆ:** [Remove outdated changelog entries] ([db809a2](https://github.com/NowaraJS/singleton-manager/commit/db809a2))
### ๐ค CI
- **๐ค:** [Add Copilot setup workflow for automated steps] ([b1c80e9](https://github.com/NowaraJS/singleton-manager/commit/b1c80e9))
### โค๏ธ Contributors
- Komiroko <komiriko@pm.me>