Skip to content

Releases: martinkooij/MMM-Parcel

Multi API support

07 Feb 20:29
d2e1e42
Compare
Choose a tag to compare

Support for a choice between information API's (in casu TrackTry.com and AfterShip.com).

patch on v2.1.0

28 Jan 16:26
Compare
Choose a tag to compare

Minor repair of possible undefined translations (showing as undefined on the mirror) in case the google translate api fails.

Refactored code

28 Jan 13:00
Compare
Choose a tag to compare
  • 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

28 Jan 10:25
a3c229f
Compare
Choose a tag to compare

This is the last release that will work on nodejs 9 and lower. Next release will need nodejs >=V10.

API Change

18 Jan 19:31
7eb0c82
Compare
Choose a tag to compare

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)

30 Mar 09:48
31ec835
Compare
Choose a tag to compare

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

24 Mar 21:44
a4093aa
Compare
Choose a tag to compare
  • 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

19 Mar 16:49
Compare
Choose a tag to compare
1.2.1

remove debugging info on logfiles

autoTranslate and AutoHide added

19 Mar 16:38
e80ebe9
Compare
Choose a tag to compare
free translation and other features (#3)

* free translate and autoHide!

version 1.1

10 Mar 15:37
d777bdb
Compare
Choose a tag to compare
  • autoHide added
  • compactness = -1 added
  • elipsses code improvement
  • small bug repairs