-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from confact/version-1.0
Version 1.0
- Loading branch information
Showing
173 changed files
with
58,086 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
/docs/ | ||
/lib/ | ||
/coverage/ | ||
/bin/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# Changelog | ||
|
||
|
||
## v1.0 | ||
* Added this changelog file | ||
* Supporting Crystal 0.34 | ||
* Moving all structs to classes to fix compiler issues | ||
* Changed structure of the calls, using class methods and class variables for api key. Will use less memory and be much cleaner. | ||
* Added expand to these entities create methods: Customer, Charge, SetupIntent, PaymentIntent, and Token | ||
* Made List Enumerable - So all Enumerable's methods works on lists | ||
|
||
### Added api calls | ||
* Create source | ||
* Retrieve source | ||
* Attach source to customer | ||
* Detach source from customer | ||
* Add tax id to a customer | ||
* Remove tax id from customer | ||
* Retrieve tax id from customer | ||
* Retrieve charge | ||
* create refund | ||
* retrieve refund | ||
* list customers | ||
* list subscriptions | ||
* list invoices | ||
* list payment intents | ||
* list setup intents | ||
* create tax rate | ||
* retrieve tax rate | ||
|
||
### Added Entities | ||
* Coupons | ||
* Customer Tax ID | ||
* Payout | ||
* Source | ||
|
||
|
||
## v0.2 (2020-03-31) | ||
* Added some core entities | ||
* Fixed bug in Charges | ||
* Removed validations macro | ||
* Added support for sending post params with array and array with Hashes/NamedTuples | ||
* Added expand only on `create_subscription` method | ||
|
||
### Added api calls | ||
* payment/setup intent create | ||
* payment/setup intent retrieve | ||
* payment/setup intent confirm | ||
* create product | ||
* create plan | ||
|
||
### Added Entities | ||
* Payment Intent | ||
* Setup Intent | ||
* Plan | ||
* Product |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.