Skip to content

Releases: florianholzapfel/express-restify-mongoose

9.0.5

29 Oct 13:03
ec46992
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 9.0.4...9.0.5

9.0.4

23 Apr 19:16
a2ea21a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 9.0.3...9.0.4

9.0.3

18 Mar 16:32
86e5447
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.0.2...9.0.3

9.0.2

08 Mar 15:07
934e66a
Compare
Choose a tag to compare

What's Changed

  • Fix support for modelFactory by @T-vK in #458

Full Changelog: 9.0.1...9.0.2

9.0.1

08 Mar 08:42
f0a67d4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.0.0...9.0.1

9.0.0

08 Mar 08:22
575c4ae
Compare
Choose a tag to compare

What's Changed

  • Fix support for CJS and add support for Mongoose 8 (and MongoDB 7) by @T-vK in #456

New Contributors

  • @T-vK made their first contribution in #456

Full Changelog: v8.0.0...9.0.0

v8.0.0

02 Oct 13:41
Compare
Choose a tag to compare

Re-written in TypeScript, hopefully with very few disruptive breaking changes.

Build output is ESM first (import { serve } from "express-restify-mongoose") but CJS is also supported (const { serve } = require("express-restify-mongoose/cjs"))

Breaking changes

  • allowRegex now defaults to false and returns an error when the query includes $regex
  • options.access no longer accepts a callback and be can an async function instead (or a function that returns a Promise)
  • Removed defaults method: apps should define default options and spread them into serve options

7.0.2

21 Oct 13:44
Compare
Choose a tag to compare

7.0.1

21 Oct 13:42
Compare
Choose a tag to compare
  • Fix publish workflow

7.0.0

21 Oct 13:33
b3c85b6
Compare
Choose a tag to compare
  • Upgrade to mongoose 6.x