Releases: jkeen/tracking_number_data
Releases · jkeen/tracking_number_data
v1.6.1
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
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
1.5.1 (2023-08-02)
Bug Fixes
v1.5.0
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
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
Added UPS WorldWide Express Saver Additional info
v1.3.1
Fixed bugs with UPS Waybill and DHL tracking number pattern matching where they would get a bunch of false positives.
v1.3.0
- 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
- 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