This repository was archived by the owner on Aug 14, 2024. It is now read-only.
Added
- Add order model
- Add attr_accessor for
serviceto classShipcloud::Shipmentto be able to access the service attribute at the shipment object. - Add attr_accessor for
additional_servicesto classShipcloud::Shipmentto be able to access the additional_services attribute at the shipment object. - Add attr_reader for
label_voucher_urlto classShipcloud::Shipmentto be able to read the label_voucher_url (QR Code url) attribute at the shipment object. - Added missing
frozen_string_literal: truemagic 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
rubocopto be~> 1.10.0 - Specify
rubocop-performanceto be~> 1.7.0
Deprecated
Removed
- Drop support for Ruby <= 2.5
- Drop support for RBX
Fixed
- Fix rubocop styling issues