Open mikeadesign opened 9 years ago
There's a little mess regarding the versions in the repo at the moment. The Readme says it is v3.0-jsdw, in bower.json it is 2.2-jsdw (and the repo URL is different), but the latest available tag is v2.1.10.
@RyanMullins I wonder which of the versions should be treated as current stable.
Whatever is published to NPM is what I would consider stable. At the moment that should be v2.1.10.
I have merged several PRs in the last couple months from folks that resulted in things being out of sync. I don't have much time to focus on this work right now due to role changes in my job, but I plan to take address these problems sometime in March. Expect an update around that time.
Thanks :)
I recently installed via bower and it installed v2.1.10. This gave errors within my angular app regarding require() and noticed some commits regarding that issue.
It looks like github includes version(s) that are newer than what is currently available on bower. Is this an error, or are the newer versions such as v3 not released yet?
Thank you