All notable changes to this project will be documented here.
- Upgraded devDependencies with MAJOR and MINOR version changes
- Upgraded from Angular 12 to 13
- tsconfig.json.target changed from es5 to es6
- tsconfig.json.lib replace es2015 for es2020
- Upgraded devDependencies with MAJOR and MINOR version changes
- Upgraded from Angular 11 to 12
- Support SSR by injecting Document instead of openly using window variable
- stripe-card supports createOptions
- stripe-card directive now supports (changed) event
- Create Card Payment Method
- Stripe data typings instead of created ones
- Errors like
has no exported member StripeToken
means you need to usestripe.Token
instead as your typing - See issue #51
- Errors like
- Demo area has much more testing functionality
- installing
@types/stripe-v3
is now a required peerDependency
- more demo support
- fixes
- stripe-card now has [(complete)], [complete] and (completeChange) bindings
- Better typings
- built on Angular11
- creating payment source now accepts parameters
- metadata, owner, and so on...
- stripe-card now has (cardMounted) output binding
- move templates into components to just satify Ivy
- built in strict mode
- built on ng8
- upgraded test process
- Documentation
- Remove extra data from createSource
- stripe-bank does NOT work with Stripe source. Removed for now
- Made stripe-source a base component of stripe-bank and stripe-card
- BETA: Added support for creating sources as stripe-source component
- Fix loading Stripe when its already been loaded before
- Fix context of StripeCard component init function
- updated dependencies
- Support lazy loading with forRoot() module definition
- correct loading sequence
- potential fix for race loading issue
- Removed hello world from bad stripe id
- added bank_account type
- Added stripe-bank and Angular7
- added [(invalid)] two way binding for when validation fails
- (catch) is only called when a non validation_error occurs
- made StripeCard component available from index as an export
- init commit