Skip to content

Releases: patch-technology/patch-node

[1.5.2] - 2020-03-30

30 Mar 23:12
9009dfb

Choose a tag to compare

Changed

  • Minor dependency updates.
  • Enforce npm install pre-building

[1.5.0] - 2020-03-01

01 Mar 18:25
5760c9c

Choose a tag to compare

Changes

Update endpoint to https://api.patch.com

[1.4.0] - 2020-02-22

22 Feb 17:26
4b0e99e

Choose a tag to compare

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 and year fields.

[1.3.0] - 2021-02-08

09 Feb 17:15
93e880f

Choose a tag to compare

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

08 Jan 12:45
012ba10

Choose a tag to compare

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

14 Oct 22:30
49e127e

Choose a tag to compare

Added

  • total_price_cents_usd field to order creation
  • allows users to create an order by total price

Changed

  • order creation requires either mass_g or total_price_cents_usd, but not both

[1.2.3] - 2020-10-05

06 Oct 00:21
0a19f31

Choose a tag to compare

Added

  • patch_fee_cents_usd field to orders

[1.2.2] - 2020-09-18

19 Sep 01:08
d0dcd09

Choose a tag to compare

Added

  • Return photos with projects

[1.2.1] - 2020-09-18

19 Sep 00:27
62a3a71

Choose a tag to compare

Fixed

  • Fixes an issue with the Open Api code generator.

[1.2.0] - 2020-09-18

18 Sep 21:52
464cbd9

Choose a tag to compare

Added

  • photos field to projects
  • average_price_per_tonne_cents_usd field to projects
  • remaining_mass_g field to projects
  • standard field to projects
  • validations on mass_g field (has to be greater than 1 and less than 2,000,000,000).