urish / angular-moment

Moment.JS directives for Angular.JS (timeago and more)
MIT License
2.6k stars 397 forks source link

upgrading from 0.x to 1.x #220

Closed andrew-luhring closed 8 years ago

andrew-luhring commented 8 years ago

Semver standards state that any update to the leftmost version number is a breaking change; our project is currently on 0.10.3 but we want to use angular 1.5.0 (latest); your .bower.json semver (for 0.10.3) dictates that angular must be less than 1.5.0 but not equal to it; is there a reason for this or can we force angular-moment to use 1.5?

Related question- is there a non-beta branch in this repo somewhere? the only branch I see is master, which is 1.0.0-beta.4

urish commented 8 years ago

Yes, 0.10.3 should be compatible with angular 1.5.0. There is no non-beta branch, though, I hope to promote the beta to a final 1.0.0 release soon