I am currently working on an application using Sails version 0.9.9 but I want to upgrade to utilize the new support for data model associations. I found this article about migrating applications from 0.8.x to 0.9.x but is there anything I should do to safely upgrade my application from 0.9.x to 0.10.x?
I ran npm update sails -g
and my application starts up and runs the same as it used to. I'm guessing it was a simple enough app that it isn't affected by the upgrade.