mcollina / msgpack5

A msgpack v5 implementation for node.js, with extension points / msgpack.org[Node]
MIT License
492 stars 76 forks source link

Introduced compatibilityMode option #46

Closed onderweg closed 8 years ago

onderweg commented 8 years ago

Introduced compatibilityMode option for decoder. If this option is true, the str8 date type will not be used, in order to solve problems with some decoders.

See issue #45 for more details.

mcollina commented 8 years ago

Thx