Skip to content

Latest commit

 

History

History
109 lines (67 loc) · 5.62 KB

CHANGELOG.md

File metadata and controls

109 lines (67 loc) · 5.62 KB

Version 1.1.0

Upgrade to AFNetworking ~> 2.0 (iOS 7 only)

Version 1.0.2

  • Removed the init override in LibratoMetric to fix an issue where offline cached metrics could not be rehydrated

Version 1.0.1

  • Fixed an incorrect method signature with groupNamed:context: that was configured to return an NSArray instead of being void
  • Fixed a misspelling in the README

Version 1.0.0

This is a major revision which means APIs will break. It is not backwards compatible with 0.1.x releases. Code from 0.1.x branches will no longer be supported. Please update!

Demo Project

  • Added descriptions and examples on how to use various features to demo project

Metrics

Collections

Initialization

Submission

Offline

Group metrics

Notification subscription

User agent

Descriptions

Miscellaneous

Version 0.1.0

Initial commit and functionality

  • Code available via CocoaPods

Metrics

  • Create counter metric
  • Create group metric, statistics automatically computed
  • Name and source fields automatically cleaned and trimmed
  • Custom prefix available to be applied to all metric names
  • Values for all fields can be manipulated after initialization

Submission

  • Metric types offered but NSDictionary data automatically parsed into appropriate Metric type and queued
  • Metrics only queued until manual submission
  • Only available parser is direct JSON parsing

Queue

  • Add-only, no management
  • Manual submission

Localization

  • Error messages localized for English