Thanks to marcx28 for their contributions.
- Dependency:
lodash
- Migrated provider
nsw
from API v1 to v2 in order to support new region Tasmania (Australia) - Dependency update
- Tankerkoenig prices for requests with
stationIds
MagicMirror² version >= 2.15.0 required.
- Provider:
autoblog
- Config option:
showBrand
- Integrated MagicMirror logger on server side
- Dependency:
node-html-parser
- Config option
excludeStationIds
to exclude gas stations from radius (Tankerkönig only)
- Updated Github config files
- Updated dependencies
- Dependency:
fs-extra
- Dependency:
geolib
- Filtering of station ids lead to invalid price request for provider tankerkoenig
- Log a warning if no fuel station detail could be fetched
- Updated provider integration documentation
Thanks to @TheDuffman85 for his contribution to this release.
- Config option
stationIds
to check prices of specific gas stations (Tankerkönig only) - Github actions
- 3rd decimal is now superscripted
- Price and distance values are now localized based on global config option
locale
.
- Travis-CI integration
- Config option
showDistance
#49 - Missing jsdoc documentation
- Dependency update
- Deinit map had a harcoded index for markers.
- Wrong value in config option
sortBy
no longer keeps module in state loading forever.
- Using MMM-Modal to display modals like gas station and voice commands.
- French Translations
- Clarification for config option
updateInterval
in readme
- Dependency Update
- Github pages
- Nunjuck templates
- Provider for NSW Australia
- Config files
- async/await on the node side of the module.
- fs-extra for promised based filesystem access.
- Replaced request with node-fetch.
- eslint recommended instead of airbnb ruleset.
- Documentation on doclets.io (unmaintained).
- Distance conversion
- Modals (help, map)
- Disabled markdownlint rule
MD024
(no-duplicate-header) - Config option
toFixed
to show only 2 decimals for the price.
- Coordinate.to() throws exception if start point is not set.
- API provider development Guide.
- API provider
spritpreisrechner.at
. - Disabled markdownlint rule
MD026
(no-trailing-punctuation) - Disabled eslint rule
no-console
- Documentation
- Doclets.io integration
- Contributing guidelines
- Issue template
- Pull request template
- Outsourced API provider
tankerkoenig.de
.
Initial version