All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
- Add support for Price and InvoiceItem APIs (Pull request #15)
- Dependencies bump
0.3.8 - 2022-05-25
- Moving the repository to gethop-dev organization
- CI/CD solution switch from TravisCI to GitHub Actions
lein
,cljfmt
andeastwood
dependencies bump- This Changelog file update
- Source code linting using clj-kondo
0.3.7 - 2022-03-04
- Add support for Ephemeral Keys (Pull request #13)
0.3.6 - 2022-03-02
- [BREAKING CHANGE] Upgraded http-kit dependency to 2.5.3. This change bumps the minimum JVM version from 1.6 to 1.7!
0.3.5 - 2021-05-19
- Add support for managing Tax IDs in Customer API
- Add support for PaymentIntents API (Pull Request #11)
0.3.4 - 2020-07-28
- Use idempotency keys in POST requests.
- This is a configurable option.
- Add method to retrieve upcoming invoices
- Add support for optional params to cancel-subscription method
0.3.3 - 2020-07-22
- Add support for Payment Methods API
- Add support for Usage Record API
- Add .eastwood to .gitignore
0.3.2 - 2020-06-22
- Add support for verifying webhook headers
0.3.1 - 2020-04-02
- Add support for list-events from Events API
0.3.0 - 2020-03-31
- Checkout Session API
0.2.0 - 2019-12-10
- Products API
- Cards API
- Invoices API (Partially)
- Library design to avoid repetitive code (doesn't affect functionality)
0.1.0 - 2019-10-31
- Initial version