Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Releases: discue/paddle-integration-firestore

v0.23.1

25 Feb 18:28
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.23.1 (2023-02-25)

Bug Fixes

  • null pointers when using resource name starting with _ (c209063)

v0.23.0

25 Feb 13:16
Compare
Choose a tag to compare

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

20 Jan 21:06
Compare
Choose a tag to compare

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

18 Jan 18:30
Compare
Choose a tag to compare

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

08 Jan 15:10
Compare
Choose a tag to compare

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

  • remove unused flatten component (6ace030)
  • subscription-hooks: add resource name property (4b39dd4)
  • subscription-hydration: hide private instance properties (b39c13d)
  • subscription-info: update constructor jsdoc (e466977)

v0.19.0

07 Jan 20:16
Compare
Choose a tag to compare

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

  • add order details callback (e9de247)
  • subscription-hydration: do not require checkout id (50baca2)

v0.18.0

03 Jan 11:00
Compare
Choose a tag to compare

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

  • deps-dev: bump eslint from 8.30.0 to 8.31.0 (8750ddf)
  • deps: bump actions/stale from 6 to 7 (f89f55b)
  • deps: update dependencies (523ca9e)
  • do not source hidden env file (891c5e0)
  • firebase: prevent port collisions (e49452a)
  • fix type on description (fc6132d)

v0.17.0

24 Dec 22:35
Compare
Choose a tag to compare

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

10 Dec 17:54
Compare
Choose a tag to compare

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

27 Nov 13:53
Compare
Choose a tag to compare

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