Releases: flowglad/flowglad-node
Releases · flowglad/flowglad-node
v0.16.0
0.16.0 (2025-03-27)
Full Changelog: v0.15.0...v0.16.0
Features
Bug Fixes
- api: add better docs on discriminated unions (#127) (6ad4e61)
- api: add better docs on prices (#125) (3a10830)
Chores
v0.15.0
v0.14.0
v0.13.0
v0.12.0
v0.11.1
v0.11.0
v0.10.0
0.10.0 (2025-03-19)
Full Changelog: v0.9.1...v0.10.0
Features
- add SKIP_BREW env var to ./scripts/bootstrap (#65) (028f384)
- api: add invoice creation (#97) (67972ee)
- api: add payment methods (#53) (d2868ba)
- api: add payment methods to openapi spec (#56) (9e61941)
- api: add url to open api purchase session response schema (#45) (58e5eaf)
- api: all camel case everything (#68) (489ed56)
- api: clean up ambiguous types, rm installment amounts (#7) (4d683db)
- api: Config update for agreea/dev (#8) (5e67321)
- api: fix final price (#82) (3e281ab)
- api: Fix flowglad API key (#5) (8664078)
- api: fix payment method return type (#59) (1ba2778)
- api: invoice with line items in customer (#72) (79ebcdb)
- api: manual updates (#13) (37db566)
- api: manual updates (#14) (a27b272)
- api: manual updates (#15) (fb3698c)
- api: manual updates (#16) (3efc62d)
- api: manual updates (#20) (b249e61)
- api: manual updates (#21) (6ec9521)
- api: manual updates (#22) (3f416e7)
- api: manual updates (#23) (f095ec1)
- api: manual updates (#25) (4473988)
- api: manual updates (#26) (8af9281)
- api: manual updates (#27) (1c67bba)
- api: manual updates (#28) (b7daa1f)
- api: move to v2 for better esm generations (#75) (2786497)
- api: pluralize all resource calls (#38) (0afdff4)
- api: pluralize customer profile billing (#40) (85be3a2)
- api: pluralize subscriptions (#41) (d17de86)
- api: purchase session to checkout session, variant to price (#78) (b50474f)
- api: purchase session to checkout session, variant to price (#81) (cbc6b02)
- api: rename customer profiles to customers in config (#86) (e4eab9d)
- api: rename customer profiles to customers in config (#86) (b9e5925)
- api: rename customer profiles to customers in config (#88) (042a09a)
- api: rename customer profiles to customers in config (#88) (567a279)
- api: rename customer profiles to customers in config (#90) (f0433d7)
- api: rename customer profiles to customers in config (#90) (7a9a41d)
- api: rename customer profiles to customers in config (#92) (822cbf9)
- api: retrieve billing (#35) (42fc320)
- api: rich subscriptions (#31) (c0bce44)
- api: rich subscriptions only have subscription variants (#33) (5d203f8)
- api: update environments (#4) (89660fa)
- api: update README (#3) (f85399a)
- api: update via SDK Studio (ad440b3)
- api: update via SDK Studio (eed05a8)
- api: update via SDK Studio (25bf945)
- api: update via SDK Studio (5101375)
- client: accept RFC6838 JSON content types (#67) (e5edaf1)
- client: send
X-Stainless-Timeoutheader (#10) (012d02c) - fix union member generations (0af702b)
- patch (dd21299)
Bug Fixes
- api: get customer profile retur...