Releases: discue/paddle-integration-firestore
v0.23.1
v0.23.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.23.0 (2023-02-25)
Features
- allow resource name to be customized (42ab972)
Chores
- deps-dev: bump @playwright/test from 1.29.1 to 1.30.0 (2b413cf)
- deps-dev: bump eslint from 8.31.0 to 8.33.0 (2d69506)
- deps-dev: bump firebase-tools from 11.19.0 to 11.22.0 (91f759d)
- deps-dev: bump puppeteer from 19.4.1 to 19.6.2 (5f60534)
- deps: bump firebase-admin from 11.4.1 to 11.5.0 (dba7120)
- deps: update dependencies (126b282)
v0.22.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.22.0 (2023-01-20)
Features
- subscription-info: return update and cancel url too (0959d5f)
v0.21.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.21.0 (2023-01-18)
Features
- subscription-hydration: also store instalments and sale_gross values (b1482c0)
- subscription-info: return more details for hydrated payments (a13489c)
Chores
- subscription-hydration: store sale gross and payment amount as string (64b3a60)
v0.20.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.20.0 (2023-01-08)
Features
- subscription-hydration: require plan id instead of subscription id param (9e2f32a)
- subscription-info: add find subscription id method (a6db41e)
Refactorings
- subscription-hooks: do not flatten objects (d7d5bac)
- subscription-hooks: return promise instead of waiting it (95be565)
Chores
v0.19.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.19.0 (2023-01-07)
Features
- api: add get subscription payments method (8e7a294)
- subscription-hydration: also hydrate payments (c6c254c)
- subscription-hydration: check if plan already active (fd4ed5d)
- subscription-hydration: set effective cancellation date based on last payment (85cfd3b)
Bug Fixes
- html-encoder: do not encode value false (5ad8987)
Refactorings
- promote subscription hydration to own component (9d3436b)
- use singular for main component exports (2ccd3c9)
Chores
v0.18.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.18.0 (2023-01-03)
Features
- api: add get plan by id method (a700319)
- middleware: emit events after successful hook processing (4764578)
- subscription-info: expect object or resource ids (4df224b)
Bug Fixes
- subscription-info: return subscription and not parent object (f184ad7)
Chores
v0.17.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.17.0 (2022-12-24)
Features
- add jsdoc to main export to enable typings (2143b3c)
Chores
- update module name in logger (3c6df94)
v0.16.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.16.0 (2022-12-10)
Features
- allow logging of outgoing requests (4f4bde3)
Bug Fixes
- middleware: handle of failed and refunded payments (9045cf0)
Chores
- add simple logger (3dc4b94)
- deps-dev: bump @playwright/test from 1.28.0 to 1.28.1 (83fb530)
- deps-dev: bump chai from 4.3.6 to 4.3.7 (8dd28d7)
- deps-dev: bump express from 4.18.1 to 4.18.2 (548740f)
- deps-dev: bump mocha from 10.0.0 to 10.1.0 (bf95f5b)
- deps: bump firebase-admin from 11.2.0 to 11.3.0 (4b83bfa)
v0.15.1
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.15.1 (2022-11-27)
Bug Fixes
- module exports (e7eb82c)