Closed besuhoff closed 8 years ago
This looks good. I will take a closer look and merge shortly.
:+1:
@besuhoff Do you need this released?
@jcassee, I'll answer for @besuhoff . We are currently using your library in our project and yes it would be very desirable to release new version to npm.
Alright, just released 0.7.6.
@besuhoff Heads-up: you forgot (and I missed it too) to run gulp
before committing so dist/hypermedia.js
(which dependent projects use) was not updated. Fixed in the commit that updated the version.
Thank you @jcassee!
@jcassee I'll also appreciate a lot if you release a new version of npm package at npmjs.org
Done now! Thanks for reminding me.
@jcassee thanks a lot sir!
@jcassee sorry to disturb but npm registry is still at 0.7.5 https://www.npmjs.com/package/angular-hypermedia
Weird, I ran npm publish
again, and it's now updated to 0.7.6. Sorry for the confusion!
No problem sir, thanks! I now see it there
I'm not sure if that Resource.prototype.$merge call was on purpose (can you clarify it?), but with that I'm unable to override method $merge in descendant class and make it not merge some fields (which I need in my application)