All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.
1.4.1 (2026-07-14)
- format build banner contributors correctly (9e73235)
- ignore missing realtime delay warnings (015fbc1)
- add allowScripts configuration for simple-git-hooks (bbe4d4f)
- add type, correct contributors format and add contributor (608992f)
- remove unused timeformat config (f9f44cf)
- update devDependencies (65c8270)
- deduplicate frontend polling setup (3d83f8b)
- extract departures graphql query (5517ab0)
- remove unused oauth url config field (5ea555a)
- remove unused rollup json plugin (a0e7175)
- run unit tests via tsx (41f48d4)
1.4.0 (2026-07-05)
- harden backend retry logic with backoff (abba2c2)
- preformat departure times when data is received (b48c2bd)
- refine configuration section (a3cd4b6)
- install missing build dependency (61d3ca4)
- restore TS checks after eslint upgrade (fd1390e)
- update devDependencies (50f665a)
- update TypeScript plugin configuration to include module resolution (d603d6b)
- extract departure mapping into tested module (8b45d37)
- remove moment and use Intl for departure times (101d702)
1.3.1 (2026-02-07)
- add changelog config (0de3c8b)
- add Code of Conduct (55bd9b9)
- add demo config (804c4ea)
- update and sort devDependencies (0eb1bb7)
- update scripts to use 'node --run' (5f5629d)
1.3.0 (2025-12-17)
- add suspend/resume hooks and reduce logging noise (286d0d3)
1.2.0 (2021-12-28)
- Multi Instance Support - The module now allows multiple instances of it, for alternating station displays with carousel or pages
1.1.0 (2021-10-21)
- Add options to filter platforms and for walking offset departures
- First Release