mle-tools-configuration
Version:
A configuration management tool for TypeScript/JavaScript applications
47 lines (32 loc) • 1.47 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Changed
- Updated project type from "standalone" to "package"
- Updated version information in bpInfo.ts
## [1.0.13] - 2023-05-20
### Changed
- Updated memory bank and changelog
## [1.0.12] - 2023-05-15
### Changed
- Minor improvements and bug fixes
## [1.0.11] - 2023-04-27
### Changed
- Updated documentation for consistency
- Improved type safety with generic types in Configuration and ConfigurationFactory
- Reordered parameter types for better consistency
- Removed unnecessary type casting in tests
## [1.0.x]
### Added
- Type-safe configuration management
- Dynamic configuration updates
- Domain-based configuration organization
- JSON-based configuration storage
[1.0.15]: https://github.com/mlefree/mle-tools-configuration/compare/v1.0.14...v1.0.15
[1.0.14]: https://github.com/mlefree/mle-tools-configuration/compare/v1.0.13...v1.0.14
[1.0.13]: https://github.com/mlefree/mle-tools-configuration/compare/v1.0.12...v1.0.13
[1.0.12]: https://github.com/mlefree/mle-tools-configuration/compare/v1.0.11...v1.0.12
[1.0.11]: https://github.com/mlefree/mle-tools-configuration/compare/v1.0.10...v1.0.11
[1.0.x]: https://github.com/mlefree/mle-tools-configuration/releases/tag/v1.0.0