Skip to content

Releases: dodopayments/billingsdk

Release v1.1.0

30 Nov 19:26

Choose a tag to compare

What's Changed

  • feat: automated code formatting with Prettier and integrates formatting checks into the CI workflow. by @tsahil01 in #325
  • Enable autofix.ci for automatic formatting/linting on all pull requests by @tsahil01 in #329
  • Fix Clipping by @yashranaway in #332
  • fix: CLI registry URL and error logging by @yashranaway in #333

Full Changelog: v1.0.0...v1.1.0

Release v1.0.0

13 Nov 18:58
bfc7ce6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.0...v1.0.0

Release v0.12.0

11 Nov 05:32
e3af35a

Choose a tag to compare

What's Changed

  • fix(functional): response validation during fetching in components by @metaloozee in #322
  • Add BillingScreen component with interactive credit card and full billing dashboard by @rajdesai17 in #316

New Contributors

Full Changelog: v0.11.0...v0.12.0

Release v0.11.0

08 Nov 09:51

Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

Release v0.10.0

07 Nov 05:45
fbae90a

Choose a tag to compare

What's Changed

  • Added .prettierignore to avoid unnecessary difs by @sapatmohit in #301
  • feat: Add Limited Offer Dialog component to BillingSDK by @rajdesai17 in #278
  • fix: improved the UpdatePlan Dialog box & UpdatePlan Card components by @heysagnik in #294
  • fix: invalid link on homepage by @tsahil01 in #307
  • Add trial expiry card component by @Monti-27 in #309
  • fix: remove nested anchor tag in NavBar component by @amannhq in #298
  • feat: Add Export to CSV button in usage-table page by @saifxyzyz in #304
  • Fix: Prevent Heading Descender Clipping in Pricing Table Components 5 and 7 by @MohitMehtre in #311
  • fix: improve visual hierarchy on mobile landing page by @albidoo in #312
  • feat: add interactive hover animations to landing page feature cards by @amannhq in #318
  • fix(usage-meter): resolve hooks violation in map loops by @thepushkaraj in #321
  • feat: improve Hero animations by @amannhq in #317
  • feat: implement auto-discovery system for playground components by @yashranaway in #306

New Contributors

Full Changelog: v0.9.0...v0.10.0

Release v0.9.0

11 Oct 10:54
4335db3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

What's Changed

New Contributors

**Ful...

Read more

Billing SDK CLI v0.8.0 – Expanded Framework & Provider Support

16 Sep 18:31
c35e5b2

Choose a tag to compare

What’s Changed

  • Added billingsdk CLI support for Hono.js and Fastify.js
  • Added Stripe for Express.js and Hono.js
  • Updated documentation with a complete CLI referenceBilling SDK CLI Reference

Billing SDK CLI v0.7.0 – Expanded Provider Support

08 Sep 12:49
6484abc

Choose a tag to compare

What’s Changed

  • Added billingsdk CLI support for Express.js and React.js
  • Introduced automatic project detection (Next.js, Express.js, or React.js) with smart CLI suggestions
  • Updated documentation with a complete CLI referenceBilling SDK CLI Reference

Documentation Updates

The updated Billing SDK CLI Reference now includes:

  • Installation instructions with npx and global install options
  • Detailed usage for init and add commands
  • Framework-specific templates for Next.js, Express.js, and React.js
  • Expanded API routes, environment setup, and TypeScript support examples
  • New sections on supported frameworks, providers, configuration, troubleshooting, and contributing

Billing SDK CLI v0.6.0

02 Sep 06:28
0cb2ac7

Choose a tag to compare

What's Changed

CLI Package Name Update

  • Changed from billingsdk to @billingsdk/cli
  • Follows modern npm scoped package naming

Documentation Updates

  • Updated all CLI commands in documentation
  • Fixed installation examples
  • Updated component usage guides

For Users

New Installations:

npx @billingsdk/cli init
npx @billingsdk/cli add pricing-table-one

Key Benefits

  • Better package discoverability
  • Consistent with modern npm conventions
  • Full backwards compatibility maintained
  • Updated documentation for clarity

This release makes the CLI more discoverable while keeping everything working exactly as before.