mongoose-long
Version:
Long number type for Mongoose
63 lines (46 loc) • 1.64 kB
Markdown
0.8.0 / 2023-10-31
==================
* feat: support Mongoose 8
0.7.1 / 2023-08-22
==================
* fix: allow undefined #22 [WhatCats](https://github.com/WhatCats)
0.7.0 / 2023-06-01
==================
* feat: support Mongoose 7 [yincrash](https://github.com/yincrash)
0.6.0 / 2022-10-24
==================
* feat: change base type of Long to mongodb.Long #19 [d3m3vilurr](https://github.com/d3m3vilurr)
0.5.1 / 2022-01-05
==================
* fix: add `fromString()` and `fromNumber()` for Long type #17 [mkadirtan](https://github.com/mkadirtan)
0.5.0 / 2021-10-21
==================
* feat: add support for Mongoose 6
0.4.1 / 2021-08-10
==================
* fix(index.d.ts): add return type to default export #14
0.4.0 / 2021-05-21
==================
* feat: add `index.d.ts` file for TypeScript support #13
0.3.2 / 2020-09-19
==================
* docs: use const instead of var in README #12 [adamreisnz](https://github.com/adamreisnz)
0.3.1 / 2020-07-18
==================
* fix: correct inheritance so `Long.set()` and `Long.get()` work as expected #10
0.3.0 / 2020-04-18
==================
* feat: support new Mongoose global schema type configs: `cast()`, `get()`, `set()` #10
0.2.1 / 2018-05-17
==================
* fix: support bitsAnySet and bitsAllSet #6 [MichelLiu](https://github.com/MichelLiu)
0.2.0 / 2018-02-26
==================
* feat: added support for mongoose 5.x
0.0.2 / 2012-10-18
==================
* fixed; Incorrect variable reference #1 [ofShard](https://github.com/ofShard)
* tests; add failing test for #1
0.0.1 / 2012-08-01
====================
* initial release