-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Development (unstable) branch details
Aaron Heckmann edited this page Aug 2, 2013
·
10 revisions
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.
http://mongoosejs.com/docs/unstable/
The code is available in the master branch of the Github repository.
The same way you install any npm module at a specific version. For example, to install mongoose 3.7.0: npm install [email protected]
.