- Pass
Time
values as iso8601 timestamp strings
- Allow init/track/identify/alias to accept strings as keys. by @shipstar
- Adding faraday timeout by @yanchenyun
- Adding check for properties to be a Hash
- Adding alias call
- Adding flush method
- Adding ClassMethods for more extensibility by arronmabrey
- Fixing user_id.to_s semantics, reported by arronmabrey
- Reduced faraday requirements by arronmabrey
- Fixing thrown exception on non-initialized tracks thanks to sbellity
- Updating dependencies
- Adding actual support for MultiJson 1.0
- Updated docs to point at segment.io
- Renaming of all the files for proper bundling usage
- Updated readme and install instruction courtesy of @zeke
- Removed typhoeus and reverted to default adapter
- Removing session_id in favor of a single user_id
- Rakefile and renaming courtesy of @kiennt
- Updated tests with mocks