resourcejs icon indicating copy to clipboard operation
resourcejs copied to clipboard

An minimalistic Express.js library that will reflect a Mongoose model onto a RESTful interface with a splash of Swagger.io love.

Results 38 resourcejs issues
Sort by recently updated
recently updated
newest added

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.10.5 to 6.11.3. Changelog Sourced from mongoose's changelog. 6.11.3 / 2023-07-11 fix: avoid prototype pollution on init fix(schema): correctly handle uuids with populate() #13317 #13595 7.3.3 /...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@​lukekarrys, @​joaomoreno, @​nicolo-ribaudo) Changelog Sourced from...

dependencies

Hey @travist I made this version couple years ago and I was wondering if you were interested. This adds KoaJS support for resourceJS and it's written in async way with...

MongoDB is updated to 6.x The code is refactored to allow working with mongoose 8.x

Starting on Mongoose 7, most of the functions have been removed the callback support and throw error, for example: `Query.prototype.countDocuments() no longer accepts a callback`, could we please address this...

This PR adds two tests for the query filter all functionality added by this PR https://github.com/travist/resourcejs/pull/138. In Mongo, the `$all` query filter returns documents containing all, but not limited to,...