Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

34 lines (18 loc) · 1.51 KB

Changelog

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

2.1.2 (2023-10-01)

Bug Fixes

  • use timing-safe string comparison (#7) (6690139), closes #6

2.1.1 (2022-11-03)

2.1.0 (2022-11-03)

Features

  • added verify(expectedHeader, requestBody) (ea8b35a)

2.0.0 (2022-11-03)

⚠ BREAKING CHANGES

  • now an ES6 module
  • drop support for Node < 16
  • remove Express middleware

Features