Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

40 lines (32 loc) · 1.17 KB

[1.0.8] - 2019-12-04

  • add option to include or exclude line based on line name.

[1.0.7] - 2019-11-10

  • fix a problem with loading plugin more then once
  • fix problem with counting visible stations
  • change MVG API URL
  • fix some typos

[1.0.6] - 2019-09-17

  • add option to show route for regional bus

[1.0.5] - 2019-02-20

  • fix bug #20 - Stations containing Umlauts are no more recognized
  • fix code climate reported issues

[1.0.4] - 2018-11-27

  • change data source URL
  • add icons for transport type
  • add option to show/hide transport type icons
  • small refactoring

[1.0.3] - 2017-12-15

  • change approach how to read data from MVG
  • optimize couple of lines
  • change approach of sending data between main js and helper

[1.0.2] - 2017-12-01

  • improve approach how to handle parsed data
  • add sorting of data before showing them on UI
  • add option to load module more than once

[1.0.1] - 2017-05-14

  • add error handling
  • add "error" handling in case of the wrong name for U-Bahn/Bus/Tram or S-Bahn station (there will be a list of all possible/similar stations)

[1.0.0] - 2017-04-19

Initial release

  • commit source code
  • add README, CHANGELOG and LICENSE files