Releases: patch-technology/patch-node
Releases · patch-technology/patch-node
[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
[1.2.2] - 2020-09-18
Added
- Return
photos
with projects
[1.2.1] - 2020-09-18
Fixed
- Fixes an issue with the Open Api code generator.
[1.2.0] - 2020-09-18
Added
photos
field toprojects
average_price_per_tonne_cents_usd
field toprojects
remaining_mass_g
field toprojects
standard
field toprojects
- validations on
mass_g
field (has to be greater than 1 and less than 2,000,000,000).
1.1.1
1.1.0
1.0.0
1.0.0-rc.2
Updates
- Corrects readme usage instructions
- Upgrades old version of
superagent
- Removes
@babel/cli
as a dependency - Pre-commit styling with Prettier