@signageos/lib 10.17.1 → 10.18.0-master.1878
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## [Unreleased]
|
|
8
|
+
### Added
|
|
9
|
+
- Debug decorator logs invocation uid for each log so that similar logs can be correlated in a large log output
|
|
10
|
+
- Debug decorator can optionally log duration of the method call
|
|
11
|
+
|
|
7
12
|
## [10.17.1] - 2023-05-16
|
|
8
13
|
### Fixed
|
|
9
14
|
- `isDefinedForEnvironment` naming convention
|