creationix / msgpack-js

The msgpack protocol implemented in pure javascript.
http://msgpack.org/
MIT License
253 stars 48 forks source link

MessagePack Proposal v5 with explicit string type. #8

Closed chakrit closed 9 years ago

chakrit commented 11 years ago

Reference: https://gist.github.com/frsyuki/5432559#types-extension-type GH Issue: https://github.com/creationix/msgpack-js/issues/7

chakrit commented 11 years ago

Official spec: https://github.com/msgpack/msgpack/blob/master/spec.md

doughsay commented 9 years ago

Could this help https://github.com/creationix/msgpack-js/issues/15?

creationix commented 9 years ago

@doughsay I would expect that to fix it. I wonder if @chakrit still wants to merge.

creationix commented 9 years ago

@DerGuteWolf see creationix/msgpack-js-browser#6

nkzawa commented 9 years ago

:+1:

chakrit commented 9 years ago

Wow, I've almost forgotten this PR, it has been so long. Also buried under a pile of other GH notifications.

I'll try to get this mergeable tonight, hopefully.

nkzawa commented 9 years ago

@chakrit cool :smile:

chakrit commented 9 years ago

@creationix @nkzawa I've merged master back into my fork and gotten rid of the only README conflict.

npm test passes but I have lost access to the project that was in need of this so let me know if anything else should be done.