Skip to content

Commit 72cfdc4

Browse files
author
giorgiofran
committed
Publish requirements
1 parent 8862a1e commit 72cfdc4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Resolves [#73](https://github.com/mongo-dart/mongo_dart/issues/73).
156156

157157
### 0.1.46
158158

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/)
160160

161161
### 0.1.45
162162

@@ -337,7 +337,7 @@ Relevant test and sample (in example/query.dart) added
337337
### 0.1.1
338338

339339
* 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
341341
* writeConcern parameter replaced safeMode parameter on modifying operations
342342
* GridFS not yet ported to dart:io version 2.
343343

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ or you can perform field level updates with method `update` and top level getter
8686
8787
```
8888

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)
9090

9191
```dart
9292
import 'package:mongo_dart/mongo_dart.dart';
@@ -147,7 +147,7 @@ main() async {
147147

148148
### See also
149149

150-
- [API Doc](http://www.dartdocs.org/documentation/mongo_dart/latest)
150+
- [API Doc](https://pub.dev/documentation/mongo_dart/latest/)
151151

152152
- [Feature check list](https://github.com/vadimtsushko/mongo_dart/blob/master/doc/feature_checklist.md)
153153

File renamed without changes.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mongo_dart
22
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!
44
homepage: https://github.com/mongo-dart/mongo_dart
55
environment:
66
sdk: '>=2.5.2 <3.0.0'

0 commit comments

Comments
 (0)