Releases: patch-technology/patch-node
Releases · patch-technology/patch-node
[1.8.0] - 2021-07-20
Added
- Add support for Ethereum estimates
[1.7.0] - 2021-07-15
Changed
- [BREAKING] Changed
order.price_cents_usd
andorder.patch_fee_cents_usd
from string to integer.
[1.6.0] - 2021-07-14
Added
- Order responses return a
registry_url
field - Add support for Bitcoin estimates
[1.5.2] - 2020-03-30
Changed
- Minor dependency updates.
- Enforce
npm install
pre-building
[1.5.0] - 2020-03-01
Changes
Update endpoint to https://api.patch.com
[1.4.0] - 2020-02-22
Added
- Adds Sustainable Development Goals (SDGs) field to projects
- Adds filtering to Projects on type, country, minimum_available_mass
Changed
- vehicle estimates now support optional
make
,model
andyear
fields.
[1.3.0] - 2021-02-08
Added
Adds support for creating carbon emission estimates for flights, shipping, and vehicles. See the docs for more information.
[1.2.5] - 2020-01-07
Added
- Added
querystring
as a peer dependency in the package.json and an explanation in the README for when you'd need to install it manually.
Fixed
- Fixed a spec that was breaking due Patch core changes.
[1.2.4] - 2020-10-14
Added
total_price_cents_usd
field toorder
creation- allows users to create an order by total price
Changed
- order creation requires either
mass_g
ortotal_price_cents_usd
, but not both
[1.2.3] - 2020-10-05
Added
patch_fee_cents_usd
field toorders