- initial release
- added some additional configuration to set a custom width
- added the option to scroll the destination text horizontally
- now displays delays
- delay bugfix and styling changes
- rail track is now displayed
- added additional display type
- fix for Issue #3 scrollAfter and displayType lcd
- shown lines can now be filtered and code improvements. THX @wapolinar !
- added
contributing.md
- Bugfix for station configurations which get fewer results then specified in the config. THX @byWulf !
- Set correct module version in
package.json
- Bugfix for typo in default variable name for
lcdWidth
. THX @MarNwk ! - Fixed the same typo where the config has been read
setAttribute()
will now be used to set the configured value, instead of direct interaction with thestyle
property- Set correct module version in
package.json
- Bugfix for LCD displayType option not updating - see issue 14 for more details
- Refactoring code to make it more readable
setAttribute()
will now be used to set the configured value, instead of direct interaction with the properties- Set correct module version in
package.json
- Added npm request dependency into module see issue 14
- Added keywords into package.json
- Added
package-lock.json
- Config parameters are now also applied on
displayType: lcd
view issue 14 - Updated readme
- Migrated changelog into
changelogs.md