=== 2.0.7 2017-03-08

* Bugfix in collection validator.

=== 2.0.5 2016-02-04

* Updated token generation to include noTimestamp for caching reasons.

=== 2.0.3 2015-09-29

* Typo in error message on collection validation.

=== 2.0.2 2015-05-12

* Changed JWT library to one that is approved in jwt.io.
* Updated dependencies to be more flexible.

=== 2.0.1 2014-11-21

* Added validator back in as part of the dependencies.

=== 2.0.0 2014-11-19

* Refactored most of the library and added Collection.
* Added coverage and additional tests.
* Added requirements to have fyre.co at end of network name.
* Made user auth check allow dash, underscore, and dots.

=== 1.3.2 2014-08-11

* Added rest of API calls to SSL toggle.
* Changed method signatures to old method of having callbacks at the end of the function.
* Updated error handling based on feedback.

=== 1.3.1 2014-08-11

* Added option to toggle SSL for API calls.

=== 1.3.0 2014-07-30

*** CAUTION: THIS VERSION HAS UPDATED METHODS THAT MAKE PREVIOUS FUNCTION CALLS OBSOLETE ***
* Added personalized streams and timeline support.
* Added createCollection method.
* Updated some calls to use SSL.
* Refactored classes to match other libraries.
* Updated createCollectionMeta() to accept a map of optional params instead of tag/type.
* Updated checksum formula.
* Callbacks are no longer optional and param placement has been moved to accentuate that. The manner in which callbacks are used has also been updated so that callbacks are called with specific results.

=== 1.1.4 2014-05-07

* Added rating, counting as acceptable types.
* Removed stream_type support.

=== 1.1.3 2014-04-23

* Renamed stream to type and added checks to make sure that type is of a recognized type.
* Added support for legacy variable stream_type.
* Added changelog.
