v0.5.0
* Change the behavior of the parser to be more compliant with ECMAScript syntax: - unknown escape sequences aren't errors anymore; - add support for Unicode whitespace; - make line ending treatment compliant with ECMAScript; - add support for line continuation in strings. * Make `jstp.parse` support Buffer instances. * Add heartbeat packets. * Add ping and pong packets.