Skip to content

Releases: jackdbd/calderone

@jackdbd/cloud-scheduler-utils@1.1.0-canary.1

08 Sep 20:11
Compare
Choose a tag to compare

@jackdbd/cloud-scheduler-utils 1.1.0-canary.1 (2022-09-08)

Features

  • cloud-scheduler-utils: add function to initialize client from environment (a33b93e)

@jackdbd/checks@2.0.0-canary.1

08 Sep 20:10
Compare
Choose a tag to compare
Pre-release

@jackdbd/checks 2.0.0-canary.1 (2022-09-08)

⚠ BREAKING CHANGES

  • checks: after Brexit, a UK VAT number is no longer a European VAT
    number, so when isEuropeanVat() is called with a UK VAT number, now it returns
    false.

Features

  • checks: add isBoolean(), isNumber() (1a7738c)
  • checks: remove isUkVat() from isEuropeanVat() (19bea2c)

Bug Fixes

  • checks: fix function isString() (c8ef31d)

@jackdbd/utils@1.2.0

22 Aug 21:38
Compare
Choose a tag to compare

@jackdbd/utils 1.2.0 (2022-08-22)

Features

  • utils: add utcObjectFromDate and isoString (c984cb0)

@jackdbd/tags-logger@1.0.0

22 Aug 21:32
Compare
Choose a tag to compare

@jackdbd/tags-logger 1.0.0 (2022-08-22)

Features

  • tags-logger: add package (36039de)
  • tags-logger: forgot to declare debug as dependency (c11972f)
  • tags-logger: simplify API and use more apt terminology (6f4fc7e)

Bug Fixes

  • tags-logger: improve typings in log functions (c889208)
  • tags-logger: improve typings in makeLog function (a27f908)

@jackdbd/stripe-utils@1.0.2

22 Aug 21:54
Compare
Choose a tag to compare

@jackdbd/stripe-utils 1.0.2 (2022-08-22)

Bug Fixes

  • stripe-utils: update TS typings (59b57c3)

@jackdbd/sqlite-utils@1.1.0

22 Aug 21:30
Compare
Choose a tag to compare

@jackdbd/sqlite-utils 1.1.0 (2022-08-22)

Features

  • sqlite-utils: add bulkInsert and improve docs (b0d397a)

@jackdbd/firestore-utils@1.2.0

22 Aug 21:53
Compare
Choose a tag to compare

@jackdbd/firestore-utils 1.2.0 (2022-08-22)

Features

  • firestore-utils: add bulk copy/delete/move and improve docs (3b72f16)

@jackdbd/checks@1.3.1

22 Aug 21:28
Compare
Choose a tag to compare

@jackdbd/checks 1.3.1 (2022-08-22)

@jackdbd/tags-logger@1.0.0-canary.4

12 Aug 11:32
Compare
Choose a tag to compare
Pre-release

@jackdbd/tags-logger 1.0.0-canary.4 (2022-08-12)

Bug Fixes

  • tags-logger: improve typings in makeLog function (a27f908)

@jackdbd/tags-logger@1.0.0-canary.3

12 Aug 11:24
Compare
Choose a tag to compare
Pre-release

@jackdbd/tags-logger 1.0.0-canary.3 (2022-08-12)

Bug Fixes

  • tags-logger: improve typings in log functions (c889208)