bwgjoseph / mongoose-vs-ottoman

feature comparison between mongoose and ottoman
0 stars 1 forks source link

expose ModelOptions #66

Closed bwgjoseph closed 3 years ago

bwgjoseph commented 3 years ago

Hi,

Similar to #62, importing ModelOptions is only via (currently)

import { ModelOptions } from 'ottoman/lib/types/model/interfaces/create-model.interface';
AV25242 commented 3 years ago

Should be available with next release

AV25242 commented 3 years ago

https://github.com/couchbaselabs/node-ottoman/issues/475

httpJunkie commented 3 years ago

Fixed w/ alpha 29

bwgjoseph commented 3 years ago

This is not fixed yet

image

AV25242 commented 3 years ago

Reopened the issue

gsi-alejandro commented 3 years ago

This change is already in the master branch, should be published in the last beta version https://github.com/couchbaselabs/node-ottoman/blob/be409e30b154c7d9d0ca09878398bda36c065acc/src/index.ts#L14

AV25242 commented 3 years ago

@bwgjoseph can you please check ?

bwgjoseph commented 3 years ago

@AV25242 The change is made after beta.1 release, so it's not fixed yet

beta.1 released on May 23, 2021 The fix is done on Jun 2, 2021

AV25242 commented 3 years ago

Let me confirm on the comment from our team, thanks for pointing that out

AV25242 commented 3 years ago

Yep you are right it will be next release.

AV25242 commented 3 years ago

this should be available now with beta 2

bwgjoseph commented 3 years ago

Verified