File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## v0.5.0
4+
5+ ### FEATURES
6+
7+ - Rename ` autoTimestamp() ` to ` createTimestampHook() ` . From now on, all builtin hook factories will have ` create*Hook() ` format.
8+
9+ ### PATCHES
10+
11+ - Fix a typo in ` /src/utils.ts `
12+
313## v0.4.0
414
515### FEATURES
1323
1424### FEATURES
1525
16- - No need to run ` Mongol. connect() ` separately by using ` Mongol.promisifiedDatabase `
26+ - Auto- connect with ` Mongol.promisifiedDatabase `
1727- Add support for database hook/trigger
1828- Reorganize project
1929
Original file line number Diff line number Diff line change 22[ ![ ] ( https://img.shields.io/npm/v/@albert-team/mongol.svg?style=flat-square )] ( https://www.npmjs.com/package/@albert-team/mongol )
33[ ![ ] ( https://img.shields.io/travis/com/albert-team/mongol.svg?style=flat-square )] ( https://travis-ci.com/albert-team/mongol )
44
5- # mongol
5+ # Mongol
66
7- Minimalistic MongoDB helpers for Node.js
7+ Minimalistic MongoDB helper for Node.js.
88
99## FEATURES
1010
11+ - Auto-connect support
1112- Enhanced JSON Schema draft-4 support
1213- Database hook/trigger support
1314- Useful builtin hooks
@@ -21,20 +22,22 @@ Minimalistic MongoDB helpers for Node.js
2122
2223### Instructions
2324
24- - With yarn
25+ With yarn
2526
2627``` bash
2728$ yarn add @albert-team/mongol
2829```
2930
30- - With npm
31+ With npm
3132
3233``` bash
3334$ npm i @albert-team/mongol
3435```
3536
3637## USAGE
3738
39+ ### Auto-connect support
40+
3841### Enhanced JSON Schema draft-4 support
3942
4043### Database hook/trigger support
Original file line number Diff line number Diff line change 11{
22 "name" : " @albert-team/mongol" ,
3- "description" : " Minimalistic MongoDB helpers for Node.js" ,
3+ "description" : " Minimalistic MongoDB helper for Node.js. " ,
44 "license" : " MIT" ,
55 "author" : " Albert Team" ,
66 "repository" : " github:albert-team/mongol" ,
1111 "engines" : {
1212 "node" : " >=10"
1313 },
14- "version" : " 0.4 .0" ,
14+ "version" : " 0.5 .0" ,
1515 "types" : " dist/index.d.ts" ,
1616 "files" : [
1717 " dist"
You can’t perform that action at this time.
0 commit comments