feathers-memory
Advanced tools
Comparing version 0.7.5 to 0.8.0
# Change Log | ||
## [v0.7.5](https://github.com/feathersjs/feathers-memory/tree/v0.7.5) (2016-07-25) | ||
[Full Changelog](https://github.com/feathersjs/feathers-memory/compare/v0.7.4...v0.7.5) | ||
## [v0.7.4](https://github.com/feathersjs/feathers-memory/tree/v0.7.4) (2016-07-21) | ||
@@ -4,0 +7,0 @@ [Full Changelog](https://github.com/feathersjs/feathers-memory/compare/v0.7.3...v0.7.4) |
@@ -120,5 +120,6 @@ 'use strict'; | ||
this.paginate = options.paginate || {}; | ||
this._id = options.idField || 'id'; | ||
this._id = this.id = options.idField || options.id || 'id'; | ||
this._uId = options.startId || 0; | ||
this.store = options.store || {}; | ||
this.events = options.events || []; | ||
} | ||
@@ -125,0 +126,0 @@ |
{ | ||
"name": "feathers-memory", | ||
"description": "An in memory service store", | ||
"version": "0.7.5", | ||
"version": "0.8.0", | ||
"homepage": "https://github.com/feathersjs/feathers-memory", | ||
@@ -59,7 +59,7 @@ "main": "lib/index", | ||
"feathers-rest": "^1.2.2", | ||
"feathers-service-tests": "^0.6.0", | ||
"feathers-service-tests": "^0.7.0", | ||
"feathers-socketio": "^1.3.3", | ||
"jshint": "^2.8.0", | ||
"mocha": "^2.5.0" | ||
"mocha": "^3.0.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
23549
6
282
1
77