Releases: Invoiced/invoiced-java
Releases · Invoiced/invoiced-java
v4.3.0
v4.2.1
- Added an
UpdatedAt
property to entities - Add
Amount
property toSubscription
andSubscriptionAddon
entities - Fixed a bug in the ListAll URL generation when pagination is used
- Fixed the types of the tax rate and coupon lists with
Customer
andSubscription
entities
v4.2.0
v4.1.0
v4.0.0
- Adds
Payment
,Charge
, andRefund
objects to make it easier to work with payments - Removes
Transaction
class in favor ofPayment
class - Updates entity properties to match latest Invoiced API schema
- Renames
CatalogItem
class toItem
- Renames
ChargeSplit
class toPaymentItem
- Renames
Installment
class toPaymentPlanInstallment
- Marks client library classes as final
- Subscription cancellation updates current instance properties instead of creating a new object
- Changed project name from
invoiced-java
toinvoiced
v3.2.0
3.1.0
- Fixes bug with retrieving notes not working
- Internal refactoring to simplify endpoint generation and simpler entity construction
- Ensures invalid parameters are not sent through create and edit API requests
- Fixes bug with sending a letter not working
- Adopted Google Java code style
3.0.0
Improvements
- payment source is read only on the customer object
- using
autopay
instead of collection mode for customers - use Boolean object instead of boolean primitive
- code styling fixes -
SubscriptionAddOn
class toSubscriptionAddon
- added plan property on subscription addons
Fixes Discounts
- Fixes allocating of new discount object