Skip to content

Releases: NdoleStudio/lemonsqueezy-go

v1.0.1

09 Aug 16:13
Compare
Choose a tag to compare
  • Changed the go package name from client to lemonsqueezy

v1.0.0

24 Jul 07:54
Compare
Choose a tag to compare

New 🎊

Bug Fixes 🪲

  • Change the disabled field from int to bool in License object. Thanks, @jokimina #6

v0.0.12

21 Jun 14:46
Compare
Choose a tag to compare

New 🎊

  • Webhooks API endpoints implemented
    • PATCH /v1/webhooks/:id: Update a webhook
    • GET /v1/webhooks/:id: Retrieve a webhook
    • GET /v1/webhooks: List all webhooks
    • DELETE /v1/webhooks/{id}: Update a webhook
  • Created objects for webhook request payload WebhookRequestOrder WebhookRequestSubscription WebhookRequestSubscriptionInvoice WebhookRequestLicenseKey

Bug Fixes 🪲

  • Change the refunded field from int to bool in Order and Subscription objects. Thanks @jokimina

v0.0.11

22 Apr 03:48
Compare
Choose a tag to compare

Implemented

  • License Keys
    • GET /v1/license-keys/:id: Retrieve a license key
    • GET /v1/license-keys: List all license keys
  • License Key Instances
    • GET /v1/license-key-instances/:id: Retrieve a license key instance
    • GET /v1/license-key-instances: List all license keys instance

v0.0.10

01 Apr 09:23
Compare
Choose a tag to compare

Implemented

  • Checkouts
    • POST /v1/checkouts: Create a checkout
    • GET /v1/checkouts/:id: Retrieve a checkout
    • GET /v1/checkouts: List all checkout

v0.0.9

25 Mar 08:41
Compare
Choose a tag to compare

Implemented

  • Discounts
    • POST /v1/discounts: Create a discount
    • GET /v1/discounts/:id: Retrieve a discount
    • DELETE /v1/discounts/:id: Delete a discount
    • GET /v1/discounts: List all discounts

v0.0.8

18 Mar 07:35
Compare
Choose a tag to compare

Implemented

  • Subscription Invoices
    • GET /v1/subscription-invoices/:id: Retrieve a subscription invoice
    • GET /v1/subscription-invoices: List all subscription invoices
  • Discount Redemptions
    • GET /v1/discount-redemptions/:id: Retrieve a discount redemption
    • GET /v1/discount-redemptions: List all discount redemptions

v0.0.7

04 Mar 06:56
Compare
Choose a tag to compare

Implemented

  • Orders
    • GET /v1/orders/:id: Retrieve an order
    • GET /v1/orders: List all orders
  • Order Items
    • GET /v1/order-items/:id: Retrieve an order item
    • GET /v1/order-items: List all order items

v0.0.6

28 Jan 09:00
Compare
Choose a tag to compare

Implemented

  • Variants
    • GET /v1/variants/:id: Retrieve a variant
    • GET /v1/variants: List all variants
  • Files
    • GET /v1/files/:id: Retrieve a file
    • GET /v1/files: List all files

v0.0.5

21 Jan 12:10
Compare
Choose a tag to compare

Implemented

  • Customers
    • GET /v1/customers/:id: Retrieve a customer
    • GET /v1/customers: List all customers
  • Products
    • GET /v1/products/:id: Retrieve a product
    • GET /v1/products: List all products