Skip to content

Releases: schaechinger/internetmarke

v0.9.2

14 Oct 06:59
955e4f6
Compare
Choose a tag to compare

Changed

  • Minimum node version is now 14.20.0

Fixed

  • Fixed failing Portokasse login after platform links were updated (Thanks to @as19git67)

v0.9.1

16 Nov 19:52
e09553c
Compare
Choose a tag to compare

Fixed

  • Rounding error in shopping cart summary total price (Thanks to @as19git67)

v0.9.0

23 Aug 22:26
ee05b95
Compare
Choose a tag to compare

Added

  • Product matching based on content information
  • Paper and envelope calculations for product matching
  • Product now have a properties key with various information about the usage
    and features of the product as well as flags for registered, priority and
    tracking ability

Changed

  • Product structure for weight and dimension ranges changed

v0.8.0

20 Aug 12:57
b35a906
Compare
Choose a tag to compare

Added

  • Shopping cart matches product with receiver address to avoid wrong vouchers

Fixed

  • User did not set wallet balance if it was empty with zero Euros

v0.7.1

20 Aug 06:23
6454210
Compare
Choose a tag to compare

Fixed

  • The domestic flag for products did not match the actual data structure

v0.7.0

17 Aug 11:03
d0e3536
Compare
Choose a tag to compare

Added

  • Support for catalogs from ProdWS

Changed

  • ShoppingCart now has vouchers in the new property vouchers

v0.6.0

15 Aug 19:56
d113836
Compare
Choose a tag to compare

Added

  • Orders can now be downloaded to your computer
  • PNG orders also extract the archive after download
  • All useful interfaces are now available from the main package

Changed

  • Credentials are now copied before use in the credential stores

Fixed

  • Fixed typo in OneClickForAppServiceOptions
  • Order response property walletBallance is now optional as it does not occur
    in the response of retrieveOrder()

v0.5.2

13 Aug 11:27
684afc2
Compare
Choose a tag to compare

Added

  • Portokasse journal lists top up and order history
  • Checkout supports PPL versions of products
  • Using the .cache directory instead of the global /tmp folder

Changed

  • Added eslint and prettier to the project and updated code style

Fixed

  • Checkout option shopOrderId is now a number

v0.5.1

11 Aug 08:35
3b5c060
Compare
Choose a tag to compare

Changed

  • Overall error handling from services and stability update
  • Services now take care of initialization state by theirself
  • Local shopping cart options can be used prior to 1C4A service init

Fixed

  • Rounding error in total amount of shopping cart summary
  • getShoppingCartSummary() now has return type ShoppingCartSummary

v0.5.0

10 Aug 22:12
e355726
Compare
Choose a tag to compare

Added

  • Portokasse service support to top up your account
  • Dependency injection with inversify
  • Addresses now support state codes that get added in front of the zip code

Changed

  • getUserInfo() returns a promise as it makes use of the Portokasse service
    to retrieve live wallet balance data

Fixed

  • Run scripts work on Windows as well