Skip to content

Commit c8d7b4e

Browse files
committed
feat: added CHANGELOG.md
1 parent a0f763b commit c8d7b4e

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
---
6+
7+
## [1.0.8] - 2026-04-28
8+
9+
### Fixed
10+
- Fixed issues with Node and browser bundle compatibility
11+
- Fixed build errors and packaging issues
12+
13+
---
14+
15+
## [1.0.5] - 2026-04-28
16+
17+
### Added
18+
- Added logging templates
19+
- Added initial project configuration setup
20+
- Added utility/helpers structure for internal use
21+
22+
### Changed
23+
- Refactored core logging logic for cleaner structure
24+
25+
---
26+
27+
## [1.0.3] - 2026-04-28
28+
29+
### Added
30+
- Implemented main logger logic (structured/tagged output)
31+
- Added core formatting system
32+
33+
---
34+
35+
## [1.0.1] - 2026-04-28
36+
37+
### Fixed
38+
- Fixed Node and browser compatibility issues in logger
39+
- Fixed build errors
40+
41+
### Added
42+
- Added default tags for domain-specific logging
43+
- Added ANSI color support for better log readability
44+
45+
---
46+
47+
## [1.0.0] - 2026-04-20
48+
49+
### Added
50+
- Initial release of pretty-log-tagged
51+
- Basic structured/tagged logging

0 commit comments

Comments
 (0)