Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
 * chore: add coverage (Hage Yaapa)
 * fix: ObjectID data type preservation (Hage Yaapa)
 * feat: add mongodb.dataType to property definition (Hage Yaapa)
 * chore: replace var with let and const (Hage Yaapa)
 * chore: meaningful variable names (Hage Yaapa)
 * Run shared tests from both v3 and v4 of juggler (Miroslav Bajtoš)
 * Fix tests to correctly assert on MongoNetworkError (Miroslav Bajtoš)
 * Add Node.js 12 to Travis CI platforms (Miroslav Bajtoš)
 * specify downstreamIgnoreList in CI (Diana Lau)
  • Loading branch information
dhmlau committed Jun 26, 2019
1 parent 33c71c1 commit e62a055
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
24 changes: 23 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
2019-05-04, Version 4.2.0
2019-06-26, Version 5.0.0
=========================

* chore: add coverage (Hage Yaapa)

* fix: ObjectID data type preservation (Hage Yaapa)

* feat: add mongodb.dataType to property definition (Hage Yaapa)

* chore: replace var with let and const (Hage Yaapa)

* chore: meaningful variable names (Hage Yaapa)

* Run shared tests from both v3 and v4 of juggler (Miroslav Bajtoš)

* Fix tests to correctly assert on MongoNetworkError (Miroslav Bajtoš)

* Add Node.js 12 to Travis CI platforms (Miroslav Bajtoš)

* specify downstreamIgnoreList in CI (Diana Lau)


2019-05-03, Version 4.2.0
=========================

* fix: edge cases to coerce nested decimal props (biniam)
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loopback-connector-mongodb",
"version": "5.0.0-1",
"version": "5.0.0",
"description": "The official MongoDB connector for the LoopBack framework.",
"engines": {
"node": ">=8"
Expand All @@ -11,7 +11,6 @@
"coverage": "nyc report --reporter=text-lcov | coveralls",
"benchmarks": "make benchmarks",
"leak-detection": "make leak-detection",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"test": "nyc mocha test/*.test.js node_modules/juggler-v3/test.js node_modules/juggler-v4/test.js",
"lint": "eslint .",
"posttest": "npm run lint"
Expand Down

0 comments on commit e62a055

Please sign in to comment.