Sha256: d0b1ea6b21e47b8b730de73d3084630be178d03f1205a211a731cd150f149739
Contents?: true
Size: 1.43 KB
Versions: 1
Compression:
Stored size: 1.43 KB
Contents
# Changelog All changes to the gem are documented here. ## [1.2.0] - 2020-06-07 - **Breaking** Introducing new Printing templates, improved some template names and scopes - Added options `custom_card_number` and `print_options` to `Configuration` ## [1.1.0] - 2020-05-28 - Introducing new API documentation from Czech Post - Added service `ParcelSyncSender` service which uses newly discovered `parcelsServiceSync` API endpoint - Renamed `ParcelSender` to `ParcelAsyncSender` . And created deprecating clone `ParcelSender`, so no Breaking change! If You usit it calls `ParcelAsyncSender` and displays deprecation message. ## [1.0.3] - 2020-05-20 - Added Czech Post service DiscountForOnlinePosting. - **Breaking**: Renamed Post service "Size" classes `CzechPostB2bClient::PostServices::Size???` to `CzechPostB2bClient::PostServices::ParcelSize???` (eg. : `CzechPostB2bClient::PostServices::ParcelSizeXL`) I know, that I have **breaking** in every new version, I hope You are not fast enough. ## [1.0.2] - 2020-05-08 - Added Czech Post services as classes, not just list in docs. - **Breaking**: Renamed methods `CzechPostB2bClient::PrintingTemplate.all_template_classes` and `CzechPostB2bClient::ResponseCodes.all_code_classes` to `CzechPostB2bClient::PrintingTemplate.all_classes` , and `CzechPostB2bClient::ResponseCodes.all_classes` ## [1.0.0] - 2020-03-19 Production ready release ### Fixed ### Changed ### Added - All the stuff
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
czech_post_b2b_client-1.2.1 | CHANGELOG.md |