芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/mongoose/node_modules/sift/changelog.md
### 7.0.0 - Remove global `*.use()` function. - converted to ES6 ### 3.3.x - `$in` now uses `toString()` when evaluating objects. Fixes #116. #### 2.x - `use()` now uses a different format: ```javascript sift.use({ $operator: function(a) { return function(b) { // compare here }; } }) ``` - all operators are traversable now - fix #58.