Skip to content

Commit 610e265

Browse files
authored
chore: release 0.11.0 (#111)
1 parent aa0ddc1 commit 610e265

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.11.0](https://www.github.com/zakodium/adonis-mongodb/compare/v0.10.6...v0.11.0) (2021-09-16)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* It is no longer possible to pass explain to the query() method's driver options. Use the new `explain` method instead.
9+
* It is no longer possible to pass sort, skip or limit to the query() method's driver options. Use the new `sort`, `sortBy`, `skip` and `limit` methods instead.
10+
11+
### Features
12+
13+
* add explain query method ([42491b5](https://www.github.com/zakodium/adonis-mongodb/commit/42491b59106aaf9748ead305cbfbda3b09acd068))
14+
* add sort, sortBy, skip and limit query methods ([29cc49c](https://www.github.com/zakodium/adonis-mongodb/commit/29cc49c2011b4f5717674523d282d83e7c6e644c))
15+
* implement $isPersisted, $isNew and $isLocal model properties ([4c7b36e](https://www.github.com/zakodium/adonis-mongodb/commit/4c7b36eb054163c7a7b78eb6dd63e5bea9b7e7cf))
16+
317
### [0.10.6](https://www.github.com/zakodium/adonis-mongodb/compare/v0.10.5...v0.10.6) (2021-09-01)
418

519

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zakodium/adonis-mongodb",
3-
"version": "0.10.6",
3+
"version": "0.11.0",
44
"description": "MongoDB provider for AdonisJs",
55
"main": "./lib/providers/MongodbProvider.js",
66
"types": "./lib/adonis-typings/index.d.ts",

0 commit comments

Comments
 (0)