Skip to content

Releases: jkeen/tracking_number_data

v1.6.1

20 Oct 17:14
Compare
Choose a tag to compare

1.6.1 (2023-10-20)

Bug Fixes

  • Correct serial number group for DHL express numbers, split J* numbers into their own group and remove validation, since it appears they have none (#100) (24c6f03)

v1.6.0

14 Aug 16:08
Compare
Choose a tag to compare

1.6.0 (2023-08-14)

Features

  • lock down fedex smart post numbers a little more to prevent invalid usps 91/smart post overlaps (2cfdfba)

v1.5.1

02 Aug 18:43
Compare
Choose a tag to compare

1.5.1 (2023-08-02)

Bug Fixes

v1.5.0

15 May 19:08
Compare
Choose a tag to compare

1.5.0 (2023-05-15)

Features

  • Add partners relationship to model shipments that may be shared between carriers. e.g. FedEx SmartPost shipments are delivered by USPS (4ff4ea9)

v1.4.0

15 May 17:58
Compare
Choose a tag to compare

1.4.0 (2023-05-15)

Bug Fixes

  • Let number definition sort out variable spaces for testing. For the most part numbers are continuous, (8a5047a)
  • tighten up some detections to prevent overlaps (6088dd4)

Features

  • add ids to definitions for cross referencing (40ee04e)

v1.3.2

22 Dec 21:51
cda7710
Compare
Choose a tag to compare

Added UPS WorldWide Express Saver Additional info

v1.3.1

20 Dec 06:31
Compare
Choose a tag to compare

Fixed bugs with UPS Waybill and DHL tracking number pattern matching where they would get a bunch of false positives.

v1.3.0

05 Nov 21:57
Compare
Choose a tag to compare
  • Add DPD courier with two tracking numbers types found in their documentation. Requires new mod 37/36 checksum for implementations.
  • Relaxed the lasership detection to support more lasership numbers

v1.2.0

05 Nov 18:26
Compare
Choose a tag to compare
  • Added Lasership, Canada Post, Landmark LTS, OnTrac, and UPS Waybill, and DHL E-commerce support
  • Beefed up test suite to more easily verify changes, hopefully encouraging more PRs