This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
Releases: Giftbit/lightrail-client-javascript
Releases · Giftbit/lightrail-client-javascript
v4.6.0
v4.5.1
- Updated dependencies. This fixes CVE-2020-7660.
v4.5.0
V4.4.0
Adds webhook verify signature support.
v4.3.2
Fixes a bug where list program filter query params weren't being
v4.3.1
Adds query filter params isNull
and orNull
.
v4.3.0
DiscountSellerLiabilityRule
- Adds
discountSellerLiabilityRule
- Deprecates
discountSellerLiability
v4.2.2
Update to listValues
Summary
- Added support to
listValues
filterable params to support filtering byid
v4.2.1
Updates for Generic Code Support
Summary
- Added support to Values for
genericCodeOptions
to allowperContact
usage - Added support for listing Values by
isGenericCode
- Added support for
attachedFromValueId
Generic Code Options
genericCodeOptions: {
perContact: {
balance?: number;
usesRemaining?: number;
};
}
v4.2.0
This release missed updates to 4.2.0 that had the new generic code work. Releasing on 4.2.1.