Releases: RIAEvangelist/node-dominos-pizza-api
3.3.1 International options and utils exposed
@robbieaverill added the exports change to allow international tools export and import.
Thanks Robbie!
3.3.0 Tip Support
@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
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
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
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
#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
2.1.1
cleaned up readme to prevent confusion with out of date modules.
2.1.0: Merge pull request #61 from pdube/master
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
minor PR changes for node v5