Skip to content

Releases: jkeen/tracking_number

v1.2.0

05 Nov 18:37
Compare
Choose a tag to compare
  • Updated with new definitions and support from Data v1.2
  • Added Lasership, Canada Post, Landmark LTS, OnTrac, and UPS Waybill, and DHL E-commerce support

v1.1.2

05 Nov 18:35
Compare
Choose a tag to compare

Added method to allow loading of definition file, so tracking_number_data can test itself using this gem.

Full Changelog: v1.1.1...v1.1.2

v1.0.7

17 Jan 04:26
Compare
Choose a tag to compare

Minor dependency update

v1.0.6

01 Feb 13:45
Compare
Choose a tag to compare

Update for Rails 6.1

v1.0.5

08 Dec 19:40
Compare
Choose a tag to compare

Minor tracking number data updates

v1.0.4

08 Dec 19:40
Compare
Choose a tag to compare

Fix package_type function

v1.0.3 🚑

06 Feb 00:41
Compare
Choose a tag to compare

WELL WELL WELL. Turns out some crucial files (in a submodule) weren't being included in building the gem, making any 1.0.x version before this pretty much useless.

Should be good to go now. 🤞

v1.0.2

05 Feb 22:42
Compare
Choose a tag to compare

Resolve some other require issue related to #32: Don't require awesome_print, despite being awesome.

v1.0.1

05 Feb 22:13
Compare
Choose a tag to compare

Resolve some dependency issues reported in #32

v1.0.0 🎉

02 Feb 06:11
Compare
Choose a tag to compare

v1.0.0 🎉

MAJOR RELEASE with bugs fixed, features added, APIs solidified, and dreams realized. That all being said it's probably backwards compatible too.

  • All data now comes from the tracking_number_data library, and this gem has been rewritten to generate classes from those specs on the fly #meta #ruby
  • More tracking number support including the S10/UPU standard (160+ countries national postal services)
  • Improved API to pull additional data from tracking numbers including service_type, package_type, destination_zip, and shipper_id
  • Misc bug fixes
  • Much improved readme
  • Renewed enthusiasm for tracking numbers in general

Changes since v1.0.0.pre1

  • Couple of minor changes with tracking_number_data underlying format, and a couple of inconsistencies ironed out
  • Minor bug fixes caught before 1.0 release