You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

82 lines
1.5 KiB

  1. 1.1.0 / 2014-07-16
  2. ==================
  3. * make utf8 encoding/decoding optional
  4. 1.0.8 / 2014-07-16
  5. ==================
  6. * adjust protocol revision
  7. * handle invalid utf8 errors gracefully
  8. * fix memory leak on browser
  9. 1.0.7 / 2014-06-24
  10. ==================
  11. * fix decodePayloadAsBinary memory leak [christophwitzko]
  12. * README improvements
  13. 1.0.6 / 2014-05-30
  14. ==================
  15. * utf8 fixes when using binary encoding [nkzawa]
  16. 1.0.5 / 2014-05-06
  17. ==================
  18. * fix range error
  19. 1.0.4 / 2014-04-13
  20. ==================
  21. * fix `encodePayloadAsBinary` method encodes packets to base64
  22. 1.0.3 / 2014-04-10
  23. ==================
  24. * Fix length calculation when encoding as binary [binlain]
  25. 1.0.2 / 2014-03-16
  26. ==================
  27. * fix binary for android due to a bug in Blob XHR2 implementation [Rase-]
  28. 1.0.1 / 2014-03-06
  29. ==================
  30. * implement `blob` module to simplify code
  31. * bump `arraybuffer.slice`
  32. * style fixes
  33. 1.0.0 / 2014-02-18
  34. ==================
  35. * parser: added binary encoding [Rase-]
  36. * parser: switched to an async interface [Rase-]
  37. 0.3.0 / 2013-03-16
  38. ==================
  39. * parser: if callback returns `false` ignore rest of payload
  40. * test: fixed all broken tests
  41. 0.2.1 / 2013-03-16
  42. ==================
  43. * added protocol version to index.js [albertyfwu]
  44. 0.2.0 / 2013-02-26
  45. ==================
  46. * Changed `decodePayload` to use a callback instead of returning an array [sweetieSong, albertyfwu]
  47. 0.1.1 / 2013-01-26
  48. ==================
  49. * package.json fixes
  50. 0.1.0 / 2013-01-19
  51. ==================
  52. * Initial release