Skip to content

Latest commit

 

History

History
107 lines (54 loc) · 4.75 KB

File metadata and controls

107 lines (54 loc) · 4.75 KB

Changelog

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)

Fixed

  • format build banner contributors correctly (9e73235)
  • ignore missing realtime delay warnings (015fbc1)

Chores

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

Code Refactoring

  • deduplicate frontend polling setup (3d83f8b)
  • extract departures graphql query (5517ab0)
  • remove unused oauth url config field (5ea555a)
  • remove unused rollup json plugin (a0e7175)

Tests

1.4.0 (2026-07-05)

Added

  • harden backend retry logic with backoff (abba2c2)

Performance Improvements

  • preformat departure times when data is received (b48c2bd)

Documentation

  • refine configuration section (a3cd4b6)

Chores

  • install missing build dependency (61d3ca4)
  • restore TS checks after eslint upgrade (fd1390e)
  • update devDependencies (50f665a)
  • update TypeScript plugin configuration to include module resolution (d603d6b)

Code Refactoring

  • extract departure mapping into tested module (8b45d37)
  • remove moment and use Intl for departure times (101d702)

1.3.1 (2026-02-07)

Chores

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

Features

  • add suspend/resume hooks and reduce logging noise (286d0d3)

Bug Fixes

  • correctly compute and display delays (#6) (f689b2a)

1.2.0 (2021-12-28)

Features

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

Features

  • Add options to filter platforms and for walking offset departures

1.0.0 (2021-09-14)

Features

  • First Release