@feathersjs/adapter-commons
Advanced tools
Comparing version 2.0.0 to 4.0.0-pre.0
@@ -6,2 +6,38 @@ # Change Log | ||
# [4.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v3.2.0-pre.1...v4.0.0-pre.0) (2019-04-21) | ||
### Bug Fixes | ||
* Update all dependencies to latest ([#1206](https://github.com/feathersjs/feathers/issues/1206)) ([e51e0f6](https://github.com/feathersjs/feathers/commit/e51e0f6)) | ||
* **adapter-commons:** Keep Symbols when filtering a query ([#1141](https://github.com/feathersjs/feathers/issues/1141)) ([c9f55d8](https://github.com/feathersjs/feathers/commit/c9f55d8)) | ||
* **chore:** Add .npmignore to adapter-commons ([8e129d8](https://github.com/feathersjs/feathers/commit/8e129d8)) | ||
* Add whitelist and filter support to common adapter service ([#1132](https://github.com/feathersjs/feathers/issues/1132)) ([df1daaa](https://github.com/feathersjs/feathers/commit/df1daaa)) | ||
* Fix AdapterService multi option when set to true ([#1134](https://github.com/feathersjs/feathers/issues/1134)) ([40402fc](https://github.com/feathersjs/feathers/commit/40402fc)) | ||
* Throw error in `filterQuery` when query parameter is unknown ([#1131](https://github.com/feathersjs/feathers/issues/1131)) ([cd1a183](https://github.com/feathersjs/feathers/commit/cd1a183)) | ||
* Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda)) | ||
* Update adapter common tests to check for falsy ([#1140](https://github.com/feathersjs/feathers/issues/1140)) ([2856722](https://github.com/feathersjs/feathers/commit/2856722)) | ||
### chore | ||
* **package:** Move adapter tests into their own module ([#1164](https://github.com/feathersjs/feathers/issues/1164)) ([dcc1e6b](https://github.com/feathersjs/feathers/commit/dcc1e6b)) | ||
### Features | ||
* Add TypeScript definitions ([#1275](https://github.com/feathersjs/feathers/issues/1275)) ([9dd6713](https://github.com/feathersjs/feathers/commit/9dd6713)) | ||
* Authentication v3 core server implementation ([#1205](https://github.com/feathersjs/feathers/issues/1205)) ([1bd7591](https://github.com/feathersjs/feathers/commit/1bd7591)) | ||
* Common database adapter utilities and test suite ([#1130](https://github.com/feathersjs/feathers/issues/1130)) ([17b3dc8](https://github.com/feathersjs/feathers/commit/17b3dc8)) | ||
### BREAKING CHANGES | ||
* **package:** Removes adapter tests from @feathersjs/adapter-commons | ||
* Move database adapter utilities from @feathersjs/commons into its own module | ||
# [2.0.0](https://github.com/feathersjs/feathers/compare/@feathersjs/adapter-commons@1.0.7...@feathersjs/adapter-commons@2.0.0) (2019-01-10) | ||
@@ -8,0 +44,0 @@ |
@@ -11,3 +11,4 @@ // Sorting algorithm taken from NeDB (https://github.com/louischatriot/nedb) | ||
exports.compareArrays = function (a, b) { | ||
var i, comp; | ||
var i; | ||
var comp; | ||
@@ -14,0 +15,0 @@ for (i = 0; i < Math.min(a.length, b.length); i += 1) { |
{ | ||
"name": "@feathersjs/adapter-commons", | ||
"version": "2.0.0", | ||
"version": "4.0.0-pre.0", | ||
"description": "Shared database adapter utility functions", | ||
@@ -37,10 +37,10 @@ "homepage": "https://feathersjs.com", | ||
"devDependencies": { | ||
"mocha": "^5.2.0", | ||
"mongodb": "^3.1.10" | ||
"mocha": "^6.0.2", | ||
"mongodb": "^3.2.3" | ||
}, | ||
"dependencies": { | ||
"@feathersjs/commons": "^4.0.0", | ||
"@feathersjs/errors": "^3.3.6" | ||
"@feathersjs/commons": "^4.0.0-pre.0", | ||
"@feathersjs/errors": "^4.0.0-pre.0" | ||
}, | ||
"gitHead": "c3ae9d72e9433af992427eb2fc968435706b7985" | ||
"gitHead": "f415041c465858436a475302aabc7b8cc75adfef" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
17795
260
0
1
+ Added@feathersjs/errors@4.5.17(transitive)
- Removed@feathersjs/errors@3.3.6(transitive)