Skip to content

Commit 01f53bd

Browse files
committed
Version 3.1.17
1 parent ca36f52 commit 01f53bd

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased][unreleased]
44

5+
## [3.1.17][] - 2025-09-04
6+
7+
- Consolidate test files: `console.js` and `json.js` to eliminate code duplication
8+
- Remove node 21 and 23 from CI, set engines: >=18
9+
- Update dependencies
10+
- Fix TypeScript typings:
11+
- add missing properties and methods
12+
- add constructor option: `crash`
13+
- add complete `Console` interface with all available methods
14+
- use `unknown` instead of `any` for better type safety
15+
516
## [3.1.16][] - 2025-06-05
617

718
- Add node.js 23 and 24 to CI
@@ -114,7 +125,8 @@
114125

115126
First generation of Metarhia Logger
116127

117-
[unreleased]: https://github.com/metarhia/metalog/compare/v3.1.16...HEAD
128+
[unreleased]: https://github.com/metarhia/metalog/compare/v3.1.17...HEAD
129+
[3.1.17]: https://github.com/metarhia/metalog/compare/v3.1.16...v3.1.17
118130
[3.1.16]: https://github.com/metarhia/metalog/compare/v3.1.15...v3.1.16
119131
[3.1.15]: https://github.com/metarhia/metalog/compare/v3.1.14...v3.1.15
120132
[3.1.14]: https://github.com/metarhia/metalog/compare/v3.1.13...v3.1.14

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metalog",
3-
"version": "3.1.16",
3+
"version": "3.1.17",
44
"author": "Timur Shemsedinov <[email protected]>",
55
"description": "Logger for Metarhia",
66
"license": "MIT",

0 commit comments

Comments
 (0)