Daniel Bayerlein

Results 56 comments of Daniel Bayerlein

@eduardoboucas I can take the issue if you have not started yet.

@eduardoboucas See #29, I have two known issues after switch. Will try to solve it.

Is there a solution to this problem without having to forego offline functionality?

@raefa Can you try it with `middleman-favicon-maker` version `4.0.5`?

More types added: ```ts declare module 'mongoose-patch-history' { import type { Operation } from 'fast-json-patch'; import type { Schema } from 'mongoose'; export type MongoosePatchHistoryPatch = { ops: Operation &...

@vinerich I think both points make a lot of sense! Sounds like version 3 of `mongoose-patch-history`.

As @vinerich mentioned, this works in combination with using `virtuals` and the `includes` option.

Thank you for the fast response ❤️ Should one therefore always use `toObject()` for mongoose documents?

@codepunkt / @vinerich: Can you please publish a new version of `mongoose-patch-history`?