orta / ARAnalytics

Simplify your iOS/Mac analytics
MIT License
1.84k stars 217 forks source link

Fixed issue in DSL where properties block was being invoked more than once #260

Closed arifken closed 8 years ago

arifken commented 8 years ago

In cases where we supply a block for a page name or event name, the properties block was getting invoked twice. This fixes it so that the properties only get extracted once per screen view or event.

orta commented 8 years ago

@ashfurrow ^

ashfurrow commented 8 years ago

This is fantastic work – good code, changelog entry, and tests. Thanks @arifken 💯