File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.17.0] ( https://github.com/zakodium/adonis-mongodb/compare/v0.16.0...v0.17.0 ) (2023-09-22)
4
+
5
+
6
+ ### Features
7
+
8
+ * add ` useTransaction ` to BaseModel ([ #151 ] ( https://github.com/zakodium/adonis-mongodb/issues/151 ) ) ([ 92fa525] ( https://github.com/zakodium/adonis-mongodb/commit/92fa5250a445117f0d3d87bb825a6b42d4839bef ) )
9
+ * add ` transaction ` shortcut on Database
10
+ * add support for transaction options on Connection
11
+
3
12
## [ 0.16.0] ( https://github.com/zakodium/adonis-mongodb/compare/v0.15.0...v0.16.0 ) (2023-09-19)
4
13
5
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @zakodium/adonis-mongodb" ,
3
- "version" : " 0.16 .0" ,
3
+ "version" : " 0.17 .0" ,
4
4
"description" : " MongoDB provider for AdonisJs" ,
5
5
"main" : " ./lib/providers/MongodbProvider.js" ,
6
6
"types" : " ./lib/adonis-typings/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments