Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 619 Bytes

CHANGELOG.md

File metadata and controls

43 lines (22 loc) · 619 Bytes

fastify-knex-api - Changelog

Fastify plugin to expose API for Knex Query Builder

All notable changes to this project will be documented in this file.

[0.2.2] 2024-02-08

Fixed

  • Export missing IKAPluginOptions type

[0.2.1] 2024-02-06

Fixed

  • Add to published file the declaration for fastify decoration

[0.2.0] 2024-01-28

Added

  • Converted to Typescript

[0.1.2] 2024-01-22

Added

  • Add support for commonJS

[0.1.1] 2024-01-20

Fixed

  • bit return binary, not integer
  • set type field return string not array

[0.1.0] 2024-01-11

Added

  • First public release