Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

3 anos atrás
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. # Change Log
  2. All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
  3. <a name="3.0.1"></a>
  4. ## [3.0.1](https://github.com/vesparny/brcast/compare/v3.0.0...v3.0.1) (2017-08-16)
  5. ### Bug Fixes
  6. * point jsnext:main to the transpiled es module closes #7 ([9b182e2](https://github.com/vesparny/brcast/commit/9b182e2)), closes [#7](https://github.com/vesparny/brcast/issues/7)
  7. <a name="3.0.0"></a>
  8. # [3.0.0](https://github.com/vesparny/brcast/compare/v2.0.2...v3.0.0) (2017-08-02)
  9. ### Performance Improvements
  10. * improve performance by not allocating an unsubscribe function for ([e70f01e](https://github.com/vesparny/brcast/commit/e70f01e))
  11. ### BREAKING CHANGES
  12. * subscribe does not return a function anymore, but a
  13. subscriptionId instead
  14. <a name="2.0.2"></a>
  15. ## [2.0.2](https://github.com/vesparny/brcast/compare/v2.0.1...v2.0.2) (2017-07-27)
  16. ### Bug Fixes
  17. * prevent handlers unsubscribed in the middle of setState from being called (#5) ([3ad6f58](https://github.com/vesparny/brcast/commit/3ad6f58))
  18. <a name="2.0.1"></a>
  19. ## [2.0.1](https://github.com/vesparny/brcast/compare/v2.0.0...v2.0.1) (2017-06-28)
  20. ### Bug Fixes
  21. * increase performance by using an object literal for storing listeners ([4d36f91](https://github.com/vesparny/brcast/commit/4d36f91))
  22. <a name="2.0.0"></a>
  23. # [2.0.0](https://github.com/vesparny/brcast/compare/v1.1.6...v2.0.0) (2017-04-19)
  24. ### Chores
  25. * remove mitt dependency ([52929e6](https://github.com/vesparny/brcast/commit/52929e6))
  26. ### BREAKING CHANGES
  27. * does not support channel anymore
  28. <a name="1.1.6"></a>
  29. ## [1.1.6](https://github.com/vesparny/brcast/compare/v1.1.4...v1.1.6) (2017-04-08)
  30. <a name="1.1.4"></a>
  31. ## [1.1.4](https://github.com/vesparny/brcast/compare/v1.1.3...v1.1.4) (2017-04-08)
  32. <a name="1.1.3"></a>
  33. ## [1.1.3](https://github.com/vesparny/brcast/compare/v1.1.2...v1.1.3) (2017-04-07)
  34. <a name="1.1.2"></a>
  35. ## [1.1.2](https://github.com/vesparny/brcast/compare/v1.1.1...v1.1.2) (2017-04-07)
  36. <a name="1.1.1"></a>
  37. ## [1.1.1](https://github.com/vesparny/brcast/compare/v1.1.0...v1.1.1) (2017-04-07)
  38. <a name="1.1.0"></a>
  39. # 1.1.0 (2017-04-07)
  40. ### Features
  41. * **lib:** init ([cefcbb2](https://github.com/vesparny/brcast/commit/cefcbb2))