Releases: kinderly/axiomus_api
Releases · kinderly/axiomus_api
Axiomus API 0.6.1
Axiomus API 0.6
Added support for v.2.20 expmode
attribute.
Axiomus API 0.5.2
Minor changes for Ruby 2.0.0.
Axiomus API 0.5.1
Allow to render labels without specifying places.
Axiomus API 0.5
Introducing changes according to the API v. 2.14
- Added
class1
,post_tarif
,not_avia
andoptimize
attributes toPostServices
class. - Added
waiting
attribute toDpdServices
class.
Axiomus API 0.4
- Added
part_return
field toAxiomusApi::RegionServices
. - Minor improvements in label rendering.
- Improved documentation.
Axiomus API 0.3
- Added
AxiomusApi::Label
class which represents Axiomus labels and supports automatic label HTML rendering. - Added support for new
#status_list
method. - Added support for new
#get_version
method.
Axiomus API 0.2
- Added support for the new
#delivset
field in Axiomus new, update, new_carry and update_carry requests. - Added
#delivset
field toAxiomusApi::Order
andAxiomusApi::CarryOrder
classes.
Axiomus API 0.1.2
Changes in v0.1.2
#description
field in all orders is now optional;#incl_delivery_sum
field is renamed to correct name#incl_deliv_sum
in all orders;#address
field inAxiomusApi::DpdOrder
now renders to XML tag, not an attribute;- all XML entities are now removed from the output XML as Axiomus API fails to process them;
- fixed BOM correction regular expression;
- test coverage is improved.
Axiomus API 0.1.1
- Changed field names
d_date
tob_date
inAxiomusApi::PostOrder
andAxiomusApi::EmsOrder
. - Bugfixed
AxiomusApi::Serializable
.