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.

127 lines
2.6 KiB

7 years ago
  1. 2.3.1 / 2016-10-24
  2. ==================
  3. * [chore] Revert "Remove deprecated isarray dependency" (#50)
  4. 2.3.0 / 2016-10-21
  5. ==================
  6. * [perf] Split try catch into separate function (#40)
  7. * [chore] remove browsers setting from .zuul.yml (#34)
  8. * [chore] bump zuul (#37)
  9. * [chore] Bump zuul to 3.11.0 & zuul-ngrok to 4.0.0 (#41)
  10. * [chore] Update zuul browser settings following EOL notices (#42)
  11. * [chore] Restrict files included in npm package (#45)
  12. * [chore] Update zuul browser settings (#44)
  13. * [chore] Remove deprecated isarray dependency (#46)
  14. * [chore] Make the build status badge point towards master (#47)
  15. * [chore] Move benchmark to dev dependencies (#48)
  16. 2.2.6 / 2015-11-25
  17. ==================
  18. * fix the order of exported events [chylli]
  19. 2.2.5 / 2015-11-21
  20. ==================
  21. * package: bump debug
  22. * update JSON3 to 3.3.2
  23. 2.2.4 / 2015-03-03
  24. ==================
  25. * index: fix off-by-one bound checks
  26. 2.2.3 / 2015-02-03
  27. ==================
  28. * index: fix potential infinite loop with malicious binary packet
  29. 2.2.2 / 2014-09-04
  30. ==================
  31. * prevent direct `Buffer` reference that breaks browserify
  32. * binary: reuse `isBuf` helper
  33. 2.2.1 / 2014-06-20
  34. ==================
  35. * added benchmarking [kevin-roark]
  36. * upgrade component-emitter to 1.1.2 [kevin-roark]
  37. * update protocol version [kevin-roark]
  38. * less indentation and a small optimization [kevin-roark]
  39. 2.2.0 / 2014-05-30
  40. ==================
  41. * added a BINARY_ACK type [kevin-roark]
  42. 2.1.5 / 2014-05-24
  43. ==================
  44. * don't iterate keys of `Date` objects [Rase-]
  45. 2.1.4 / 2014-05-17
  46. ==================
  47. * fix null reconstruction bug [kevin-roark]
  48. 2.1.3 / 2014-04-27
  49. ==================
  50. * bump zuul version
  51. * updated protocol version
  52. 2.1.2 / 2014-03-06
  53. ==================
  54. * added support for binary in ACK packets
  55. 2.1.1 / 2014-03-04
  56. ==================
  57. * removed has-binary-data dependency
  58. * fixed the object check in binary.removeBlobs
  59. 2.1.0 / 2014-03-01
  60. ==================
  61. * faster and smaller binary parser and protocol [kevin-roark]
  62. 2.0.0 / 2014-02-19
  63. ==================
  64. * binary support [kevin-roark]
  65. 1.1.2 / 2014-02-11
  66. ==================
  67. * package: bump `json3` to fix IE6-7
  68. 1.1.1 / 2014-02-10
  69. ==================
  70. * package: bump debug to fix browserify issues
  71. 1.1.0 / 2013-12-25
  72. ==================
  73. * index: use `json3`
  74. 1.0.3 / 2012-12-18
  75. ==================
  76. * index: added instrumentation through `debug`
  77. * index: make sure decoded `id` is a `Number`
  78. 1.0.2 / 2012-12-18
  79. ==================
  80. * index: allow for falsy values in `id` and `data`
  81. 1.0.1 / 2012-12-10
  82. ==================
  83. * Revision 1