Skip to content

Releases: flozero/nuxt-stripe

v4.0.1

08 Oct 03:55
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • stripe: ⚠️ Major version about for stripe (#39)
  • stripe. ⚠️ useClientStripe now expose an object with more informations than just the stripe instace
  • stripe. ⚠️ You can now block stripe auto loading for a manual load and eventually load as many client as you want on fly

📖 Documentation

  • Add Runtime Config section (#37)
  • Add stripe Elements documentation
  • Improve a lot the playground with a full example of Stripe Element from server(api endpoint) to frontend
  • Add Example and documentation about now manually load stripe vs it being loaded

🏡 Chore

  • release: V3.0.0 (8f1b88c)
  • Migrate to eslint v9 (#33)
  • Indicate compatibility with new v4 major (#36)

⚠️ Breaking Changes

  • stripe: ⚠️ Major version about for stripe (#39)
  • stripe. ⚠️ useClientStripe now expose an object with more informations than just the stripe instace
  • stripe. ⚠️ You can now block stripe auto loading for a manual load and eventually load as many client as you want on fly
  • Nothing seems to have change in terms of configuration but some features seems to have been deprecated or removed. Check https://github.com/stripe/stripe-node/releases and https://github.com/stripe/stripe-js/releases for more informations

❤️ Contributors

v4.0.0

08 Oct 01:41
818e4af
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • stripe: ⚠️ Major version about for stripe (#39)

📖 Documentation

  • Add Runtime Config section (#37)

🏡 Chore

  • release: V3.0.0 (8f1b88c)
  • Migrate to eslint v9 (#33)
  • Indicate compatibility with new v4 major (#36)

⚠️ Breaking Changes

❤️ Contributors

v3.0.0

15 Apr 20:13
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • ⚠️ Update major version of stripe (a774ff2)
  • update documentation to nuxt add module (2d4e4a5)

⚠️ Breaking Changes

  • ⚠️ Update major version of stripe (a774ff2)

❤️ Contributors

v2.0.0

07 Aug 13:34
Compare
Choose a tag to compare

compare changes

What's Changed

  • Feat [breaking changes]: async loading by @flozero in #22
  • Api [breaking changes]: the nuxt config object is now different, refer to the documentation for more infos

New Contributors

Full Changelog: v1.2.1...v2.0.0

v1.2.1

01 Jul 15:42
23c7493
Compare
Choose a tag to compare

v1.1.1

25 Jun 18:18
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Contributors in changelog (f30914b)

🏡 Chore

❤️ Contributors

v1.1.0

25 Jun 17:57
Compare
Choose a tag to compare

🚀 Enhancements

  • Adding typing for server side (bc6ec38)
  • Adding license (e267906)
  • Remove locale (#8)
  • Client playground UI (#10)

🩹 Fixes

  • Add alias via tsConfig paths (#9)

💅 Refactors

  • Use template dst to define the final path (a1584df)

📖 Documentation

🏡 Chore

❤️ Contributors