Skip to content

Latest commit

 

History

History
180 lines (95 loc) · 7.92 KB

File metadata and controls

180 lines (95 loc) · 7.92 KB

Changelog

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)

Chores

Code Refactoring

  • replace moment with locale-aware Intl.DateTimeFormat for alert dates (607763a)
  • simplify rollup config (270ecdc)

Build System

  • switch to ESNext bundler settings (00d3a3e)

2.0.3 (2026-06-12)

Fixed

  • 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)

Chores

  • add missing devDependency (60aca8a)
  • update devDependencies (1bb3d35)

Code Refactoring

  • simplify removeDuplicates logic (0d2fb6d)

2.0.2 (2026-04-15)

Fixed

  • 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

Chores

  • 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)

Fixed

  • declare module exports for proper module handling (bfb7bb9)

2.0.0 (2026-03-29)

⚠ BREAKING CHANGES

  • enforce 12-digit AGS and update Regionalschluessel dataset to 2026-03-31

Chores

  • change variable declaration in demo config (bfc9b1a)
  • update devDependencies (f021d4f)
  • update prepare script (4dcc5ed)

Code Refactoring

  • enforce 12-digit AGS and update Regionalschluessel dataset to 2026-03-31 (036b14d)
  • extract AGS and alert processing into testable modules (59aebf8)

Continuous Integration

  • add automated testing workflow for CI/CD (13d3e45)

1.9.1 (2026-02-16)

Documentation

  • 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)

Chores

  • 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)

Features

  • 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)

Changes

  • Dependencies bereinigt/aktualisiert; Installation nach Git-Clone ohne weitere Downloads

1.8.0 (2024-01-19)

Features

  • Neues Feature orderBySeverity: Warnungen werden standardmäßig nach Schweregrad sortiert (deaktivierbar)

1.7.0 (2022-02-19)

Features

  • Neue Optionen hideCancelledWarnings, mergeAlertsByTitle
  • Umbenennung mergeAlertsmergeAlertsById (alias weiter akzeptiert)

1.6.0 (2022-01-10)

Features

  • Event-Icons werden angezeigt, wenn verfügbar

1.5.0 (2022-01-10)

Features/Fixes

  • Option downgradeCancelSeverity
  • Fix: downgradeLhpSeverity zuverlässiger

1.4.0 (2022-01-09)

Features

  • Provider-Filteroptionen

1.3.0 (2021-10-13)

Features

  • Mehrere Städte abrufbar; alternatives TOP-Theme; Datum/Stadt ausblendbar

1.2.0 (2021-10-03)

Internal

  • Internes Refactoring, ModType v2

1.1.0 (2021-09-16)

Features

  • Neue Optionen maxWidth, showIcon

1.0.0 (2021-09-11)

Initial release

  • Erstveröffentlichung; Severity “Severe” rot; Buildprozess harmonisiert