Skip to content

v0.12.0

Latest
Compare
Choose a tag to compare
@malachewhiz malachewhiz released this 06 Dec 16:18
· 1 commit to master since this release
316f480

Added

  • Add order model
  • Add attr_accessor for service to class Shipcloud::Shipment to be able to access the service attribute at the shipment object.
  • Add attr_accessor for additional_services to class Shipcloud::Shipment to be able to access the additional_services attribute at the shipment object.
  • Add attr_reader for label_voucher_url to class Shipcloud::Shipment to be able to read the label_voucher_url (QR Code url) attribute at the shipment object.
  • Added missing frozen_string_literal: true magic comments to files

Changed

  • Ensure compatibility with ruby 2.x and 3.x
  • Set required ruby version to >= 2.6
  • Replace Travis CI with CircleCI
  • Specify simplecov to be ~> 0.21.0
  • Specify rubocop to be ~> 1.10.0
  • Specify rubocop-performance to be ~> 1.7.0

Deprecated

Removed

  • Drop support for Ruby <= 2.5
  • Drop support for RBX

Fixed

  • Fix rubocop styling issues

Security