Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 2.02 KB

CHANGELOG.markdown

File metadata and controls

68 lines (44 loc) · 2.02 KB

Changelog

Unreleased

  • Raise and log on unknown server paths. (Tristan Dunn)
  • Update dependencies. (Tristan Dunn)

0.6.0 — January 23, 2013

  • Add a file for easily starting the fake server in Cucumber. (Tristan Dunn)
  • Add convenience method for the JS to override Pusher client configuration. (Tristan Dunn)
  • Update dependencies. (Tristan Dunn)

0.5.0 — January 21, 2013

  • Support channel, channels, and user REST API endpoints. (Tristan Dunn)
  • Update dependencies. (Tristan Dunn)

0.4.0 — December 14, 2012

  • Support excluding recipients. (Tristan Dunn)
  • Don't deliver client events to the originator of the event. (Thomas Walpole)
  • Update dependencies. (Tristan Dunn)

0.3.0 — December 12, 2012

  • Support triggering webhooks. (Tristan Dunn)
  • Update dependencies. (Tristan Dunn)

0.2.0 — November 28, 2012

  • Replace ruby-hmac with openssl. (Sergey Nartimov)
  • Use multi_json instead of yajl-ruby. (Sergey Nartimov)
  • Update dependencies. (Tristan Dunn)

0.1.5 — November 12, 2012

  • Use the new Pusher event format. (Tristan Dunn)
  • Upgraded the Pusher JS client to version 1.12.5. (Tristan Dunn)
  • Update dependencies. (Tristan Dunn)

0.1.4 — July 15, 2012

  • Upgraded the Pusher JS client to version 1.12.1. (Tristan Dunn)
  • Improve documentation. (Tristan Dunn)
  • Update dependencies. (Tristan Dunn)

0.1.3 — July 9, 2012

  • Ensure the server returns a valid JSON response. (Marko Anastasov)
  • Handle channels not being defined when attempting to remove a connection. (Tristan Dunn)
  • Update dependencies. (Tristan Dunn)

0.1.2 — April 19, 2012

  • Make subscription_data match Pusher v1.11 format. (Thomas Walpole)
  • Miscellaneous clean up. (Tristan Dunn)

0.1.1 — March 29, 2012

  • Added support for parametric app_id in configuration and application server. (Alessandro Morandi)
  • Upgraded the Pusher JS client to version 1.11.2. (Tristan Dunn)
  • Added Rake as a development dependency. (Tristan Dunn)
  • Miscellaneous clean up. (Tristan Dunn)

0.1.0 — March 14, 2012

  • Initial release.