TylerBrock / mongo-hacker

MongoDB Shell Enhancements for Hackers
tylerbrock.github.io/mongo-hacker
MIT License
1.79k stars 235 forks source link

Bump minimum MongoDB version to 2.4 #131

Closed stennie closed 9 years ago

stennie commented 9 years ago

The changes merged in PR#129 use Array functions which require MongoDB 2.4+.

I think it makes sense to bump the minimum version to 2.4, since 2.4+ uses the V8 JavaScript engine while MongoDB 2.2 (current minimum version) uses SpiderMonkey.

pvdb commented 9 years ago

@stennie - thanks for pointing that out, I will definitely keep Mongo version dependencies in mind for subsequent pull requests! :thumbsup: