Skip to content

Releases: MRVDH/picnic-api

v3.1.2

30 Apr 08:51
33099dd
Compare
Choose a tag to compare
  • Replaced axios with Node.js built-in fetch.
  • Replaced crypto-js with Node.js built-in crypto.

v3.1.1

29 Apr 15:06
8d4372c
Compare
Choose a tag to compare

v3.1.0

28 Apr 14:30
46a4344
Compare
Choose a tag to compare
  • Added 2fa generate and verify endpoints based on the information by @nielstenboom #10.
  • Added user info and profile menu endpoints.
  • Added payment profile and wallet transactions endpoints.
  • Added customer service contact info and parcels endpoints.
  • Added CONTRIBUTING guide and updated the README.
  • Fixed the search based on the solution of @christof-mathies #13.
  • Fixed the QuantityDecorator not being exported #11.
  • Updated several existing routes with missing response body properties.
  • Removed the routes endpoint.

v3.0.0

04 May 08:32
Compare
Choose a tag to compare

v2.1.0

13 Feb 11:41
Compare
Choose a tag to compare
  • Added getArticle, replacing getProduct (#8 by @yorickvP)

v2.0.1

20 Mar 09:20
Compare
Choose a tag to compare
  • Hotfix for included files in package

v2.0.0

20 Mar 09:07
d94b8a9
Compare
Choose a tag to compare
  • Removed summary option from delivery routes and changed the route to summary permanently since the main route will get dropped. #5
  • Changed project to TypeScript and added types
  • Added tests

v1.4.2

10 Apr 06:54
Compare
Choose a tag to compare
  • Fixed image request
  • Updated the docs (some parts were incorrect/outdated)

v1.4.1

03 Mar 09:39
Compare
Choose a tag to compare
  • Fixed adding headers in places where they shouldn't be added

v1.4.0

02 Mar 20:02
Compare
Choose a tag to compare
  • Updated the api version from 15 to 17
  • Added new api routes such as delivery postion, reminders and messages
  • Made more routes work by adding the correct headers