Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 438 Bytes

CHANGELOG.md

File metadata and controls

23 lines (12 loc) · 438 Bytes

Change log

main

0.2.0

  • Performance: store connections in a Hash, not an Array.

  • Add Connection#broadcast as an interface for broadcasting from channels.

  • Add config.fastlane_broadcasts_enabled to opt-in for optimized broadcasts (no double JSON encoding).

0.1.2

  • Added a hack to prevent third-party extensions from changing the methods visibility.

0.1.1

  • Added RSpec patch.

0.1.0

  • Initial extraction.