hay / stapes

the Javascript MVC microframework that does just enough
http://hay.github.io/stapes
MIT License
443 stars 54 forks source link

Migrate from 0.7.1 to latest version #66

Closed ghost closed 9 years ago

ghost commented 9 years ago

Is the latest version (0.8.1) backwards compatible with 0.7.1?

Do I need to do any changes when upgrading?

hay commented 9 years ago

As long as you use subclass instead of create you should be fine when upgrading. But i would definitely recommend testing first :). See the release notes as well.

ghost commented 9 years ago

thank's