@signageos/lib 12.3.0-master.2192 → 12.3.0-master.2197
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 +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
### Added
|
|
9
9
|
- Convenience functions `parseBasicConfig` and `parseServiceConfig` for parsing common configuration from environment variables
|
|
10
|
+
- Add getTimerEventsFromShortWeekday, getLastTimerEvent
|
|
11
|
+
- Add timerType to ITimerEvent
|
|
12
|
+
- Add convertWeekday util
|
|
13
|
+
|
|
14
|
+
### Fix
|
|
15
|
+
- Deprecate shouldBeOnByTimers, TimerWeekday, ShortWeekday, LongWeekdayEnum, ILongWeekdayTimer, ILegacyTimer
|
|
10
16
|
|
|
11
17
|
## [12.2.0] - 2023-10-13
|
|
12
18
|
### Added
|