Releases: martinkooij/MMM-Parcel
Multi API support
Support for a choice between information API's (in casu TrackTry.com and AfterShip.com).
patch on v2.1.0
Minor repair of possible undefined translations (showing as undefined on the mirror) in case the google translate api fails.
Refactored code
- Refactor of handling code, replaced deprecated "request" with "node-fetch", cleaned code by using async/await
- Created a middleware "api normalizer" to prepare for ever changing API's and making display module more robust
- Depends on nodejs >= V10 ( newer than 2nd quarter of 2018)
remap status InfoReceived
This is the last release that will work on nodejs 9 and lower. Next release will need nodejs >=V10.
API Change
Due to obsolescence of the Aftership API (now only in $199,- per month tiers) it now uses tracktry.com API.
Also a local webinterface is delivered for special cases (see README.md).
Functional improvement (Narrowspace and hideDelivered)
Functional improvements in layout and added the possibility to specify a number of days after which delivered packages are hidden from the mirror.
Technical improvemets: a user bug showing undefined is repaired and simplified the code here and there.
Fix bugs & code cleanup
- indented with consistent tabbing
- consistency in ; use after statements
- renamed some variables to have shorter but clearer names
- made code prettier, more compact and less indented if possible
- removed two bug that I found in the process
- Changed info-line and clock-line order (now: infoline before clock-line)
- Shows clock line also when a last checkpoint time is known. Feels more logical now.
Should be quite a stable release now.
fix debug information
1.2.1 remove debugging info on logfiles
autoTranslate and AutoHide added
free translation and other features (#3) * free translate and autoHide!
version 1.1
- autoHide added
- compactness = -1 added
- elipsses code improvement
- small bug repairs