Skip to content

Releases: RIAEvangelist/node-dominos-pizza-api

3.3.1 International options and utils exposed

15 Jan 03:44
7caa81e
Compare
Choose a tag to compare

@robbieaverill added the exports change to allow international tools export and import.

Thanks Robbie!

3.3.0 Tip Support

12 Mar 17:42
Compare
Choose a tag to compare

@PatrickAlphaC figured out that the tip was being sanitized from the payment and added it to the accepted params for the Payment Class.

Thanks Patrick!

3.2.0 Tracking Support

12 Mar 07:51
Compare
Choose a tag to compare

Added tracking support and better docs for Tracking, there are some things that still need to be documented., if you would like to contribute, please do.

@lastraum helped with data collection and ordered pizzas to supply enough tracking data for the reverse engineering of this part of dominos api.

3.1.0 EC2 support

12 Mar 01:48
Compare
Choose a tag to compare

Refactored tracking to use xml2js instead of xml2json to help support Amazon linux EC2 users. The tracking format may have changed slightly. @lastraum to provide a log of the new tracking format for documentation once they order a pizza. the tracking instance remains the same and passes all prior tests.

3.0.1

11 Mar 16:24
6c83128
Compare
Choose a tag to compare

CommonJS support fixed by adding ./ to exports field in package.json

commonjs use

const dominos=import('dominos');

Thanks for the bug report @PatrickAlphaC closes #100

3.0.0

07 Mar 02:05
ed4d2ac
Compare
Choose a tag to compare

#Complete revamp with ESM and ES2017

Code is now async/await instead of callback based.

See docs and examples for how to use new format.

2.1.2

18 Feb 18:01
4548731
Compare
Choose a tag to compare

Updated license from DBAD to MIT for use during a GitHub Infocus session.

v3.x is coming soon and it will have breaking changes.

2.1.1

20 Sep 21:03
Compare
Choose a tag to compare

cleaned up readme to prevent confusion with out of date modules.

2.1.0: Merge pull request #61 from pdube/master

12 Sep 10:12
Compare
Choose a tag to compare

Support for canada added thas to @pdube

He also set the URLs in the url config. This open up the door to support further countries as well.

2.0.1

22 Mar 22:35
Compare
Choose a tag to compare
minor PR changes for node v5