Releases: Invoiced/invoiced-dotnet
Releases · Invoiced/invoiced-dotnet
4.0.2
- Fixed an issue with property serialization when async methods are used.
- Added total credit notes to customer balance object.
v4.0.0
- Added async variants to all API methods (thanks @var1ap)
v3.4.0
- Adds a User-Agent header to all requests
- Fixes the serialization of the payment_source parameter on customer update
v3.3.2
- Prevents
created_at
and updated_at
from being included in create and update requests
v3.3.1
- Fixes the initial URL on a ListAll() request being malformed
- Bumped Newtonsoft.Json version to 13.0.1
v3.3.0
- Fixes
ListAll()
and Link header getter
- Adds various properties to entities
v3.2.0
- Adds
purchase_order
field
v3.1.0
- Added
CreditBalanceAdjustment
class to add credits to customer accounts
v3.0.0
- Adds
Payment
, Charge
, and Refund
objects to make it easier to work with payments
- Removes
Transaction
class in favor of Payment
class
- Updates entity properties to match latest Invoiced API schema
- Renames
CatalogItem
class to Item
- Renames
ChargeSplit
class to PaymentItem
- Renames
Installment
class to PaymentPlanInstallment
- Marks client library classes as final
- Changed repository name from
invoiced-csharp
to invoiced-dotnet
v2.0.0.
This fixes critical bugs, which are addressed by replacing certain long types as double types. The changes are not backward compatible.