Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 572 Bytes

CHANGELOG.md

File metadata and controls

35 lines (18 loc) · 572 Bytes

fastify-mongoose-plugin - Changelog

A modern Fastify plugin with support for Typescript, ES6/commonJS module, to connect to a MongoDB instance via the Mongoose ODM

[0.1.3] 2024-03-04

Added

Documentation

Changed

  • In modelDirPath, now only .js extension files are loaded.

Fixed

  • Documentation

[0.1.2] 2024-02-21

Fixed

  • Problem in exporting typescript declarations.

[0.1.1] 2024-02-21

Added

  • Exported TFMPPlugin, TFMPModel, TFMPModels, TFMPOptions, TFMPSchema types

[0.1.0] 2024-02-06

Added

  • First public release