Skip to content

Latest commit

 

History

History
111 lines (58 loc) · 6.51 KB

File metadata and controls

111 lines (58 loc) · 6.51 KB

0.7.1 (2025-06-20)

0.7.0 (2025-06-20)

0.6.7 (2025-06-19)

0.6.6 (2025-06-19)

0.6.5 (2025-06-19)

0.6.4 (2025-06-13)

0.6.3 (2025-06-09)

0.6.2 (2025-06-09)

0.6.1 (2025-06-07)

0.6.0 (2025-06-07)

0.5.3 (2025-06-07)

0.5.2 (2025-06-07)

0.5.1 (2025-06-07)

0.5.0 (2025-06-07)

0.4.0 (2025-06-06)

0.3.4 (2025-06-01)

Bug Fixes

  • 🛠️ Empty commit message (a239a01)

0.3.3 (2025-05-26)

Bug Fixes

  • add write permissions for contents in coverage-markdown job (3aaf36a)

0.3.2 (2025-05-26)

Bug Fixes

  • add git authentication setup for markdown summary commit in CI workflow (aea3b93)

0.3.1 (2025-05-26)

Bug Fixes

  • coverage: force add markdown summary to ensure commit (64fb9b7)

0.3.0 (2025-05-26)

Features

  • add coverage reporting and markdown summary generation to CI workflow (01593af)

0.2.2 (2025-05-26)

Bug Fixes

  • reorder commit message guidelines for clarity (c426de7)
  • reorganize emoji usage explanations for clarity (ac2720b)
  • uncomment diagnostic commands in pre-push hook (ead3970)
  • uncomment linting commands in pre-commit and pre-push hooks (2d7548c)

0.2.1 (2025-05-26)

Bug Fixes

  • making a markdown list, checking it twice. (5e48594)

0.2.0 (2025-05-26)

Features

  • release: v0.2.1 kitchen sink, unclogged? (3552cdd)

0.1.0 (2025-05-09)

Bug Fixes

  • correct logger parameter naming in createPreparedStatement function (31a84c4)
  • ensure linting fails the pre-commit hook if linting errors are present; update package version to 0.1.2 (f544413)
  • reorder lint and build:test commands in pre-push hook for better execution flow (cb35135)

Features

  • add comprehensive instruction files for project setup and usage; enhance logging in mockD1Database; update package dependencies (6dafdbc)
  • add smoke tests for npm package installability and importability from registry (8b1aa2e)
  • add smoke tests for npm package installability and importability; implement tests for registry and local package installation (8d0421c)
  • add support for DDL and DML operations; implement handlers for DROP, TRUNCATE, and ALTER TABLE, and enhance SELECT handling (6380606)
  • implement modular SQL statement handlers; enhance mockD1Database functionality and improve error handling (53afea4)
  • refactor workflow and tests; update SQL handling and add stress tests for mockD1Database (c878fb0)
  • split concerns, tests passing. pass the lint. 🧶 (6593cab)
  • tests passing (4a7ad80)
  • update build process to use Rollup and add new plugins (26ee2d3)
  • update test framework to include Mocks; bump logface dependency to version 0.1.16 (6739677)