urish / angular-load

Dynamically load scripts and css stylesheets in your Angular.JS app
MIT License
243 stars 65 forks source link

Release 0.4.2 #41

Closed rsaintcyr-creditshop closed 7 years ago

rsaintcyr-creditshop commented 7 years ago

Is there a planned release for 0.4.2? I'd like to use unloadCSS but it's not available in 0.4.1, the last release available on github and bower.

cseale commented 7 years ago

Hi @rsaintcyr-creditshop. I just recently started helping to maintain this repo. I wasn't aware the current release was missing the unloadCSS functionality! I will do a release of 0.5.0 later today/tomorrow, and you can verify it works for you

rsaintcyr-creditshop commented 7 years ago

Thanks @cseale that would be great, I'll be happy to verify the release when it's ready.

cseale commented 7 years ago

try now, version 0.5.0

rsaintcyr-creditshop commented 7 years ago

Git still reports 0.4.1 as latest release.

From "bower info angular-load" : Available versions:

cseale commented 7 years ago

@rsaintcyr-creditshop I published the npm package, but didn't publish to the bower registry. Will do that in the next few hours after work. Sorry!

cseale commented 7 years ago

@rsaintcyr-creditshop ok should be published correctly now to npm and bower 0.5.0

rsaintcyr-creditshop commented 7 years ago

Works great, thanks for the response.