Closed ryanseddon closed 10 years ago
nice! however, to avoid breaking existing clients I think the cid stuff should work as before if extras is not set.
@mixu makes sense, have done that now.
looks like self.url will keep growing in length with repeated calls to init, will fix
@mixu derp, that's fixed now.
Are you able to publish this to npm please.
Coincidentally, I was just doing that. Published as v2.0.4
a moment ago
Thanks again and sorry for the delay in publishing
Awesome thank you!
extras
assigned send object instead andlogs
as a property.remove cid query string as this should be done throughextras
extras
are provided.I think cid format should be up to the user and with this PR they can do:
That will post:
If no extras are specified it will POST in the same format as it does now.
mixu/minilog#17