Releases: flozero/nuxt-stripe
Releases · flozero/nuxt-stripe
v4.0.1
🚀 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
⚠️ 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
- Florent Giraud (@flozero)
- Nicolas Chaintron [email protected]
- Daniel Roe (@danielroe)
v4.0.0
🚀 Enhancements
- stripe:
⚠️ Major version about for stripe (#39)
📖 Documentation
- Add Runtime Config section (#37)
🏡 Chore
⚠️ Breaking Changes
- stripe:
⚠️ Major version about for stripe (#39) - 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
- Florent Giraud (@flozero)
- Nicolas Chaintron [email protected]
- Daniel Roe (@danielroe)
v3.0.0
🚀 Enhancements
⚠️ Breaking Changes
⚠️ Update major version of stripe (a774ff2)
❤️ Contributors
- Florent Giraud (@flozero)
- Loic fuentes (@fuentesloic)
v2.0.0
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
- @sandros94 made their first contribution in #19
Full Changelog: v1.2.1...v2.0.0
v1.2.1
v1.1.1
v1.1.0
🚀 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
- Update documentation (1e5c0aa)
🏡 Chore
- Initial commit (f1cee19)
- Adding code of conduct (873d054)
- Adding runtime transpilationg (757a586)
- Updating path and runtime folders (6d4fa8d)
- Fix path of import (926d239)
- Clean imports (bc3a877)
- Cleanup defu (204483d)
- Updating type definition with add template (0c80308)
- Update package name (b93dea5)
❤️ Contributors
- Loic Fuentes (@fuentesloic)
- Daniel Roe [email protected]
- Giraud Florent