Releases: winstonjs/winston-mongodb
Releases · winstonjs/winston-mongodb
v6.0.0
- Add self to maintainers list de691ff
- Update dependencies, npm test still passes be706f7
- build(deps-dev): bump winston from 3.13.0 to 3.14.2 (#303) 5c3032a
- build(deps-dev): bump mocha from 10.4.0 to 10.7.3 (#304) c0288f1
- Bump mongodb to 6.5.0 (#290) da74841
- npm audit fix 83c1202
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#301) 811c070
- build(deps-dev): bump winston from 3.11.0 to 3.13.0 (#286) 8c35fe1
- build(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6 (#283) 842cc9f
- build(deps-dev): bump mocha from 10.2.0 to 10.4.0 (#288) 1644303
- build(deps-dev): bump mongoose from 8.2.0 to 8.4.0 (#299) 66a3e57
- build(deps-dev): bump ip from 2.0.0 to 2.0.1 (#276) 5f49b5b
- build(deps): bump winston-transport from 4.6.0 to 4.7.0 (#271) c0c4abb
- build(deps-dev): bump mongoose from 8.0.0 to 8.2.0 (#278) e1b33cf
- build(deps-dev): bump dotenv from 16.3.1 to 16.4.5 (#277) 41ec6ce
- build(deps-dev): bump mongodb-memory-server from 9.1.4 to 9.1.6 (#265) 572bd66
- build(deps-dev): bump mongodb-memory-server from 8.14.0 to 9.1.4 (#261) 0d232c8
- build(deps): bump actions/checkout from 3 to 4 (#241) 662f50d
- build(deps): bump winston-transport from 4.5.0 to 4.6.0 (#249) 608f5ba
- build(deps-dev): bump winston from 3.10.0 to 3.11.0 (#246) 6c1371b
- build(deps-dev): bump mongoose from 7.4.3 to 8.0.0 (#257) 622ea89
- build(deps): bump actions/setup-node from 3 to 4 (#255) a853817
- build(deps-dev): bump mongodb-memory-server from 8.13.0 to 8.14.0 (#233) 1ac066f
- build(deps-dev): bump mongoose from 7.3.4 to 7.4.3 (#235) bf162b5
- Update .npmignore cc8b668
- build(deps-dev): bump winston from 3.3.3 to 3.10.0 (#228) dedb61c
- build(deps-dev): bump mongoose from 5.13.15 to 7.3.4 (#229) f2708a5
- build(deps): bump winston-transport from 4.4.0 to 4.5.0 (#222) 84ed622
- Make CI work (resolves #225) (#227) 1b0f95d
- Attempt to fix more linting errors 9e86ae1
- fix lint 1ff9b58
- merge 9b7a982
- Properly handle objects with null prototype in metadata (#220) 31e2c81
- Lint fixes 68aa928
- merge 6127ba8
- Add lint configg 0272620
- Fixing metadata storing (#219) 9d81162
- Add GitHub Actions CI 83f8d9c
- v5.1.1: TS types fix + outdated deps bump 2c97869
- fix: TS types (#216) 4673877
- fix: outdated deps (#215) 838617d
- v5.1.0: configurable db name, deps update 3abbac4
- Update repo url 17c06f1
- npm audit fix; npm run test still passes 6463c10
- build(deps): bump color-string from 0.3.0 to 1.9.1 (#208) 060863b
- build(deps): bump y18n from 4.0.0 to 4.0.3 (#209) 1575125
- build(deps): bump glob-parent from 5.1.1 to 5.1.2 (#207) 620c68c
- build(deps): bump ansi-regex from 3.0.0 to 3.0.1 (#206) 698bf6c
- build(deps): bump minimist from 1.2.5 to 1.2.6 (#199) ce3a352
- build(deps): bump async from 3.2.0 to 3.2.4 (#202) e5fb901
- build(deps): bump lodash from 4.17.19 to 4.17.21 (#197) 89f851e
- adding option to set the DB name (#205) 4702ba3
2.0.6
2.0.6
2.0.3
v2.0.3: bugfix
v2.0.0
- refactoring
- partial es6 migration (supports only node>=6.8.1, this is why new major version)
- better tests
- bugfixes
v1.6.4
v1.6.4: added initial typings
Version 1.5.0
Logger.close support
Version 1.4.0
- added tryReconnect option.
Version 1.3.0
- added cappedMax option;
- updated devDependencies (tested against winston 3).
v1.2.0
Version 1.2.0 * added index creation; * added simple initialization errors longing; * dependecies were updated.
v1.1.2
Fixed issue related to logging Error objects.