jpillora / notifyjs

Notify.js - A simple, versatile notification library
https://notifyjs.jpillora.com/
MIT License
1.91k stars 740 forks source link

where did v0.3.4 go? #52

Open davewood opened 8 years ago

davewood commented 8 years ago

Did you remove version 0.3.4? I couldnt find find any information why it went away.

EDIT: bower install didnt find v0.3.4, so I fell back to 0.3.3. v0.3.3 wants the bootstrap styles or you get an exception (or include notify-combined.js) so i upgraded to 0.4.0 and now my code works again.

removing a release really should come with some sort of information message somewhere, quite possible I dont listen to all your news-spreading channels but i couldnt find them anywhere.

jpillora commented 8 years ago

The bump to 0.3.4 broke some projects because the minified version was deleted at that commit. So it was removed and a 0.4.0 was made instead to mark an incompatible change. Sorry, no message was left in the change log. On Tue, 24 Nov 2015 at 12:22 AM David Schmidt notifications@github.com wrote:

Did you remove version 0.3.4? I couldnt find find any information why it went away.

0.4.0 is not a drop in replacement since it seems to require at least the bootstrap style.

after including notify-combined.js instead of notify.js it works again. I dont mean to offend you, but the sudden change without a deprecation notice seems quite unprofessional. if i just didnt look at the right spots and you did indeed inform about the change i apologize in advance. :)

— Reply to this email directly or view it on GitHub https://github.com/notifyjs/notifyjs/issues/52.

jpillora commented 8 years ago

Just saw edit. Hmmm, maybe the last 0.3.x version should be 0.3.2 then...