All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.
2.0.4 (2026-07-05)
- replace moment with locale-aware Intl.DateTimeFormat for alert dates (607763a)
- simplify rollup config (270ecdc)
- switch to ESNext bundler settings (00d3a3e)
2.0.3 (2026-06-12)
- update import statement for NodeHelper to default import (a23737a)
- update NINA icon URLs to current warnung.bund.de API endpoint (#48) (96bcfa0)
- validate HTTP status for NINA API requests (555131c)
- simplify removeDuplicates logic (0d2fb6d)
2.0.2 (2026-04-15)
- add missing types declaration for magicmirror-module (7afb536)
- test: run unit tests from compiled TS output (c1d36da)
- update NINA asset host for icons (9ac90e6), closes #39
- add "type" field to package.json (28c5e7a)
- add moduleResolution option to TypeScript plugin in rollup config (79dcc8f)
- update devDependencies (839e4b9)
2.0.1 (2026-03-30)
- declare module exports for proper module handling (bfb7bb9)
2.0.0 (2026-03-29)
- enforce 12-digit AGS and update Regionalschluessel dataset to 2026-03-31
- change variable declaration in demo config (bfc9b1a)
- update devDependencies (f021d4f)
- update prepare script (4dcc5ed)
- enforce 12-digit AGS and update Regionalschluessel dataset to 2026-03-31 (036b14d)
- extract AGS and alert processing into testable modules (59aebf8)
- add automated testing workflow for CI/CD (13d3e45)
1.9.1 (2026-02-16)
- add Code of Conduct (ed87ab9)
- add trailing comma to config example (28ad854)
- separate config section (1e81d8d)
- update CHANGELOG.md with release notes for versions 1.8.1 to 1.0.0 (ca75bde)
- add changelog configuration and update release script (a32164c)
- automate build on version bump for release (21ddd66)
- remove old rollup configuration file (aa9dc42)
- update devDependencies (0ddbd3e)
1.9.0 (2025-12-17)
- add demo configuration and update scripts for module testing (4d4d9e8)
- allow multi instances (08bfa85)
- automate code quality with simple-git-hooks (1c7c962)
- automated releases with commit-and-tag-version (1817beb)
- enforce function documentation with eslint-plugin-jsdoc (5e26655)
1.8.1 (2024-02-05)
- Dependencies bereinigt/aktualisiert; Installation nach Git-Clone ohne weitere Downloads
1.8.0 (2024-01-19)
- Neues Feature
orderBySeverity: Warnungen werden standardmäßig nach Schweregrad sortiert (deaktivierbar)
1.7.0 (2022-02-19)
- Neue Optionen
hideCancelledWarnings,mergeAlertsByTitle - Umbenennung
mergeAlerts→mergeAlertsById(alias weiter akzeptiert)
1.6.0 (2022-01-10)
- Event-Icons werden angezeigt, wenn verfügbar
1.5.0 (2022-01-10)
- Option
downgradeCancelSeverity - Fix:
downgradeLhpSeverityzuverlässiger
1.4.0 (2022-01-09)
- Provider-Filteroptionen
1.3.0 (2021-10-13)
- Mehrere Städte abrufbar; alternatives TOP-Theme; Datum/Stadt ausblendbar
1.2.0 (2021-10-03)
- Internes Refactoring, ModType v2
1.1.0 (2021-09-16)
- Neue Optionen
maxWidth,showIcon
1.0.0 (2021-09-11)
- Erstveröffentlichung; Severity “Severe” rot; Buildprozess harmonisiert