All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Better pallet deprecations [#32]
- Introduce
Physical::Structure
class [#31]
- Use legitimate state/zip in location factory [#30]
- Extract cuboid property handling into mixin [#25]
- Add properties to
Physical::Location
[#26] - Add pallets to
Physical::Shipment
[#29]
- Faster package weight and volume calculations [#23]
- Add
#items_value
toPhysical::Package
[#21]
- Relax Dry::Types dependency to "~> 1.0" [#20]
- Add
Physical::Pallet
class [#12] - Convenience methods for weight, volume, and fill [#15]
- Add inner dimensions for
Pallet
class [#16]
- Fix Ruby 2.7 deprecation warnings [#3]
- Set rounding mode for Money gem [#6]
- Bump Rake version [#10]
- Ruby 3 support [#18]
- Add
#sku
,#cost
and#description
toPhysical::Item
- Add
#latitude
and#longitude
toPhysical::Location
- Relax
Measured
Gem dependency
- Add
max_weight
toPhysical::Package