File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ Resolves [#73](https://github.com/mongo-dart/mongo_dart/issues/73).
156
156
157
157
### 0.1.46
158
158
159
- * Save method use ` upsert ` flag in accordance with [ mongodb docs] ( http ://docs.mongodb.org /manual/reference/method/db.collection.save/)
159
+ * Save method use ` upsert ` flag in accordance with [ mongodb docs] ( https ://docs.mongodb.com /manual/reference/method/db.collection.save/)
160
160
161
161
### 0.1.45
162
162
@@ -337,7 +337,7 @@ Relevant test and sample (in example/query.dart) added
337
337
### 0.1.1
338
338
339
339
* Support of dart: io version 2. (Stream-based).
340
- * [ WriteConcern] ( http ://docs.mongodb.org /manual/core/write-operations /#write-concern) introduced. Db.open method has writeConcern param, as individual modifying operations. Default writeConcern = WriteConcern.AKNOWLEDGED
340
+ * [ WriteConcern] ( https ://docs.mongodb.com /manual/crud /#write-concern) introduced. Db.open method has writeConcern param, as individual modifying operations. Default writeConcern = WriteConcern.AKNOWLEDGED
341
341
* writeConcern parameter replaced safeMode parameter on modifying operations
342
342
* GridFS not yet ported to dart: io version 2.
343
343
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ or you can perform field level updates with method `update` and top level getter
86
86
87
87
```
88
88
89
- Simple app on base of [ JSON ZIPS dataset] ( http ://media.mongodb.org/zips.json)
89
+ Simple app on base of [ JSON ZIPS dataset] ( https ://media.mongodb.org/zips.json)
90
90
91
91
``` dart
92
92
import 'package:mongo_dart/mongo_dart.dart';
@@ -147,7 +147,7 @@ main() async {
147
147
148
148
### See also
149
149
150
- - [ API Doc] ( http ://www.dartdocs.org /documentation/mongo_dart/latest)
150
+ - [ API Doc] ( https ://pub.dev /documentation/mongo_dart/latest/ )
151
151
152
152
- [ Feature check list] ( https://github.com/vadimtsushko/mongo_dart/blob/master/doc/feature_checklist.md )
153
153
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
name : mongo_dart
2
2
version : 0.4.1-dev.2.2
3
- description : MongoDB driver for Dart , implemented in pure Dart
3
+ description : MongoDB driver, implemented in pure Dart. All CRUD operations, aggregation pipeline and more!
4
4
homepage : https://github.com/mongo-dart/mongo_dart
5
5
environment :
6
6
sdk : ' >=2.5.2 <3.0.0'
You can’t perform that action at this time.
0 commit comments