Skip to content

Latest commit

 

History

History
132 lines (90 loc) · 10.8 KB

CHANGELOG.md

File metadata and controls

132 lines (90 loc) · 10.8 KB

Changelog

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

1.6.0 (2023-12-17)

Features

  • implement validation for new paddle billing (7beda99)

Chores

  • create types during release (8ccf5ff)
  • deps-dev: bump chai from 4.3.7 to 4.3.8 (94f84db)
  • deps-dev: bump chai from 4.3.8 to 4.3.10 (898c188)
  • deps-dev: bump eslint from 8.28.0 to 8.31.0 (241b0fa)
  • deps-dev: bump eslint from 8.31.0 to 8.33.0 (d43fa69)
  • deps-dev: bump eslint from 8.33.0 to 8.35.0 (cc64aaa)
  • deps-dev: bump eslint from 8.35.0 to 8.37.0 (c39e211)
  • deps-dev: bump eslint from 8.37.0 to 8.39.0 (dd39853)
  • deps-dev: bump eslint from 8.39.0 to 8.41.0 (8110a75)
  • deps-dev: bump eslint from 8.41.0 to 8.44.0 (45a13d5)
  • deps-dev: bump eslint from 8.44.0 to 8.46.0 (ce3d6bb)
  • deps-dev: bump eslint from 8.46.0 to 8.48.0 (2e19649)
  • deps-dev: bump eslint from 8.48.0 to 8.50.0 (b895ff6)
  • deps-dev: bump eslint from 8.50.0 to 8.52.0 (a46318a)
  • deps-dev: bump eslint from 8.52.0 to 8.54.0 (3f38021)
  • deps-dev: bump mocha from 10.1.0 to 10.2.0 (4fa5798)
  • deps-dev: bump nodemon from 2.0.20 to 2.0.22 (5e6e1b9)
  • deps-dev: bump nodemon from 2.0.22 to 3.0.1 (969df9c)
  • deps: bump actions/checkout from 3 to 4 (05dbe00)
  • deps: bump actions/setup-node from 3 to 4 (00461ea)
  • deps: bump actions/stale from 6 to 7 (5adde4b)
  • deps: bump actions/stale from 7 to 8 (efd5fd4)
  • deps: bump php-serialize from 4.0.2 to 4.1.0 (c9e701a)
  • deps: bump php-serialize from 4.1.0 to 4.1.1 (bbff637)
  • deps: fix vulnerabilities (63727a5)
  • deps: install typescript compiler (f8456db)
  • document billing APIs (0ebff26)
  • ignore secret files (492ed9d)
  • move also tests to classic folder (0060221)
  • move classic impl to classic folder (ab7fd51)
  • remove eslint linebreak rule (d41ce8e)
  • update package description (5e354ae)

1.5.0 (2022-12-11)

Chores

  • update module name in log messages (d7ad0bb)

1.4.0 (2022-11-28)

Features

  • log validation errors (03a4340)
  • log verification and validation errors (245dc1b)

Chores

  • add simple log format (cffffd4)
  • update logging for failed URI validation (28db505)

1.3.0 (2022-11-27)

Features

  • log if property gets deleted from payload (80ffbf2)

1.2.0 (2022-11-27)

Features

  • allow all date to optionally contain time (e4c4762)
  • also validate custom_data properties (8fc9944)
  • use less loops for validation (0f6a0f0)

Chores

1.1.0 (2022-10-09)

Features

  • allow all dates to optionally contain time (a818250)
  • verify: return false immediately if signature is falsy (aba0b3e)

Chores

  • add badges (58f0076)
  • add standard-version config (a3245e7)
  • allow node env in eslint (3b97fe4)
  • deps-dev: bump eslint from 8.22.0 to 8.23.0 (f70efa8)
  • deps-dev: bump eslint from 8.23.0 to 8.24.0 (0ca1fc6)
  • deps-dev: bump nodemon from 2.0.19 to 2.0.20 (252bbec)
  • deps: bump actions/stale from 5 to 6 (2724d74)
  • run tests before release (064d13c)
  • verify: convert signature to buffer before verify (45a4c5a)

1.0.0 (2022-08-20)

Features

  • allow apps to pass pk also as string (1b02de9)
  • make allowed hosts and public key configurable (9f24b03)
  • return a plain middleware function (fa36626)

0.1.1 (2022-08-20)

Chores

  • chore(release): 0.1.1 (45e5abd)
  • chore: set version for initial release (e505225)
  • chore: update package name (77bcdbf)
  • chore: add validator code (95f79fa)
  • chore: add release notes scripts (ea46962)
  • chore: add github workflow files (cfc98b3)
  • chore: add gitignore (6ee0917)
  • chore: add package files (c66cc40)
  • chore: add eslint config (19add89)
  • chore: add license (6367fd9)