Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

32 lines (18 loc) · 1.12 KB

Changelog

cloudflare-d1-http-knex use Semantic Versioning.

Stable

v1.3.2 (2025-01-21)

  • [Fix] Fix pluck method.

v1.3.0 (2025-01-10)

  • [Feature] Using import syntax for esm runtime.

v1.2.1 (2024-09-16)

  • [Feature] Export CloudflareD1HttpClient as default.
  • [Feature] Add MockedCloudflareD1HttpClient to cloudflare-d1-http-knex/mock and export as default.
  • [Fix] Fix types.

v1.1.4 (2024-09-01)

  • [Feature] Replaced node:https with fetch.
  • [Feature] Add mockedFetch to mocking connection in case.

v1.0.3 (2024-08-26)

  • [Fix] Add package.json main and types field.

v1.0.0 (2024-08-26)

  • [Feature] Initial release.