Turistforeningen / node-mongo-querystring

Query builder for accepting URL query parameters into your MongoDB queries. Safe and feature rich. Supports most of MongoDB's query operators such as $eq, $gt, $lt, $ne, $in, $nin, $exists, $regex, geospatial queries such as bbox and near, as well as your own custom query business logic!
MIT License
100 stars 31 forks source link

Use new ES6 / ES2015 syntax #12

Closed Starefossen closed 8 years ago

Starefossen commented 8 years ago

Since Node.js v0.10 is EOL (end of life), and Node.js v0.12 will EOL in October 2016 I think it is safe to require Node.js v4 'argon' LTS for the ES6 / ES2015 version.