Skip to content

Releases: GochoMugo/firecall

v1.0.1

30 May 17:33
Compare
Choose a tag to compare

Fixes Bug #5: async.py stop thread doesn't die on exit (Thank you @orcaomar)

v1.0.0

18 Jan 22:08
Compare
Choose a tag to compare

Firebasin is now Firecall

why rename to firecall?

Too many name clashes between python libraries has caused the library name change. The library may be downloaded using:

⇒ sudo pip install firecall

The repository url is now https://github.com/GochoMugo/firecall

However firebasin package in PyPi will be frozen at version 0.1.2 to cater for backward compatability in applications using firebasin instead of firecall.

It Always gets Better.... v0.1.2

18 Jul 08:34
Compare
Choose a tag to compare

v0.1.2 comes with:

  1. PEP8 Conformity
  2. Improved documentation
  3. Introduced Unit testing
  4. Python 2.* and 3.* Compatability
  5. Added License Information

v0.1.1 speeds away

04 Jul 08:44
Compare
Choose a tag to compare

The following are the changes in v0.1.1

  1. Ported to Python 3.2
  2. .export() method requires the path and mode
  3. .attr() returns a tuple e.g. (time_of_creation, url_of_firebase, authentication_token)
  4. .onChange() has a new parameters:
  • fetches - the number of the fetches the watch should do before stopping
  • frequency - number of seconds before checking for chenges in the Firebase point

v0.1.0 ready to ship out

27 Jun 23:18
Compare
Choose a tag to compare
Correct package v0.1.0