Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 981 Bytes

CHANGELOG.md

File metadata and controls

40 lines (22 loc) · 981 Bytes

Changelog

0.2.8

0.2.7

0.2.5

0.2.4

  • Add support for server timestamp.

0.2.3

  • Switch from problematic typhoeus client to HTTPClient
  • File permissions issue fix
  • Follow redirect headers by default

0.2.2

  • Update dependencies

0.2.1

  • Fix auth parse exception

0.2.0

  • You can now pass query options to get/push/set, etc.
  • The old syntax no longer works. You now need to create instance variables of Firebase::Client.new(...)

0.1.6

  • You can now create instances of Firebase. The old syntax still works but will be removed in version 0,2. - @wannabefro