Skip to content

Development (unstable) branch details

Aaron Heckmann edited this page Aug 2, 2013 · 10 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. For example, to install mongoose 3.7.0: npm install [email protected].

Clone this wiki locally