Skip to content

Development (unstable) branch details

Aaron Heckmann edited this page Aug 26, 2013 · 9 revisions

What is an unstable branch?

An unstable branch may have larger, potentially breaking changes that will occur during iteration towards the next even numbered (stable) release. It will contain all of the latest code and bug fixes, but will have higher volatility and churn than the stable branch while we work out all of the bugs in new release.

Where are the docs?

http://mongoosejs.com/docs/unstable/

Where is the code?

The code is available in the master branch of the Github repository.

How do I install it?

The same way you install any npm module at a specific version except you specify "unstable" for the version. npm install mongoose@unstable.

How do I get rid of the big ugly warning message whenever I try using it?

Set your MONGOOSE_DISABLE_STABILITY_WARNING environment variable.