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.

87 lines
1.6 KiB

  1. 2.2.2 / 2014-09-04
  2. ==================
  3. * prevent direct `Buffer` reference that breaks browserify
  4. * binary: reuse `isBuf` helper
  5. 2.2.1 / 2014-06-20
  6. ==================
  7. * added benchmarking [kevin-roark]
  8. * upgrade component-emitter to 1.1.2 [kevin-roark]
  9. * update protocol version [kevin-roark]
  10. * less indentation and a small optimization [kevin-roark]
  11. 2.2.0 / 2014-05-30
  12. ==================
  13. * added a BINARY_ACK type [kevin-roark]
  14. 2.1.5 / 2014-05-24
  15. ==================
  16. * don't iterate keys of `Date` objects [Rase-]
  17. 2.1.4 / 2014-05-17
  18. ==================
  19. * fix null reconstruction bug [kevin-roark]
  20. 2.1.3 / 2014-04-27
  21. ==================
  22. * bump zuul version
  23. * updated protocol version
  24. 2.1.2 / 2014-03-06
  25. ==================
  26. * added support for binary in ACK packets
  27. 2.1.1 / 2014-03-04
  28. ==================
  29. * removed has-binary-data dependency
  30. * fixed the object check in binary.removeBlobs
  31. 2.1.0 / 2014-03-01
  32. ==================
  33. * faster and smaller binary parser and protocol [kevin-roark]
  34. 2.0.0 / 2014-02-19
  35. ==================
  36. * binary support [kevin-roark]
  37. 1.1.2 / 2014-02-11
  38. ==================
  39. * package: bump `json3` to fix IE6-7
  40. 1.1.1 / 2014-02-10
  41. ==================
  42. * package: bump debug to fix browserify issues
  43. 1.1.0 / 2013-12-25
  44. ==================
  45. * index: use `json3`
  46. 1.0.3 / 2012-12-18
  47. ==================
  48. * index: added instrumentation through `debug`
  49. * index: make sure decoded `id` is a `Number`
  50. 1.0.2 / 2012-12-18
  51. ==================
  52. * index: allow for falsy values in `id` and `data`
  53. 1.0.1 / 2012-12-10
  54. ==================
  55. * Revision 1