forked from EasyPost/easypost-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
58 lines (30 loc) · 1.25 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
=== 2.0.10 2016-03-24
* Added Orders
* Fixed some bad tests (Addresses, Shipments, Parcels)
=== 2.0.9 2016-02-03
* Added "verify" and "verify_strict" options to Address create, and made tests for them.
=== 2.0.8 2015-11-05
* Updated README and tests
=== 2.0.7 2015-07-14
* Changed shipment rate request to use GET not POST
* Fixed some tests
=== 2.0.6 2015-02-13
* Added ability to buy and cancel pickups
=== 2.0.5 2014-11-04
* Added tracker to shipment buy response
* Added User-Agent fields to request header
* Updated tests
=== 2.0.4 2013-12-29
* Moved vows module to a devDependancy.
=== 2.0.3 2013-12-29
* Fixed some bugs and improved Shipment.lowestRate by allowing negative filters.
* Improved handling of the partial shipment response object that Shipment.buy returns.
* Minor syntax and documentation improvements.
=== 2.0.2 2013-10-13
* Event resource added for webhook consumption.
* Tracker resource added.
* Batch.create_scan_form added to request a ScanForm containing all of a Batch's shipments.
=== 2.0.1 2013-07-05
* Added label function to Shipment to request specific label file_formats (pdf, epl2, zpl).
* Added insure function to Shipment. Add insurance to any shipment in one call!
* Added create_and_verify function to Address.