Skip to content

Releases: prolificinteractive/simcoe

Updated mParticle version to 7.9.0

16 Apr 21:22
b8fb426
Compare
Choose a tag to compare

All issues associated with this milestone can be found using this filter.

Updated

Updated mParticle version to support 7.9.0

Bump mParticle Version

04 Sep 22:39
Compare
Choose a tag to compare

Bumps the mParticle version from 7.5.4 to 7.5.6

Bump mParticle Version

04 Sep 14:49
Compare
Choose a tag to compare

Bumps the mParticle version from 7.5.1 to 7.5.4

mParticle v7+ / Swift 4.1 Support

13 Aug 17:40
Compare
Choose a tag to compare

mParticle v7+ support

All issues associated with this milestone can be found using this filter.

Swift 3.2/4

26 Sep 21:59
Compare
Choose a tag to compare

All issues associated with this milestone can be found using this filter.

Added

  • Swift 3.2 support
  • Swift 4 support

Additional

  • Defaults to Swift 3.2 while we await a Swift 4 release from Mixpanel.
  • If you'd like to support the Swift 4 version of Simcoe regardless, set your project's SWIFT_VERSION to 4 and append the following code snippet at the end of your Podfile to specify the 3.2 version of Mixpanel.
post_install do |installer|
    installer.pods_project.targets.each do |target|
        if target.name == 'Mixpanel-swift'
            target.build_configurations.each do |config|
                config.build_settings['SWIFT_VERSION'] = '3.2'
            end
        end
    end
end

Mixpanel

17 May 22:03
Compare
Choose a tag to compare

All issues associated with this milestone can be found using this filter.

Added

  • Mixpanel
  • Ability to specify subspecs when tracking events

Fixed

  • Exclude README when importing subspecs
  • Refactored the track(event:) method
  • Updated protocols to be in sync with Android

Swift 3

07 Mar 15:24
Compare
Choose a tag to compare

All issues associated with this milestone can be found using this filter.

Added

  • Swift 3 Support!

Fixed

  • Update AnyObject to Any
  • Focus on composition over inheritance with public access modifier

Handle Custom MPProduct Properties

06 Jan 16:15
Compare
Choose a tag to compare

All issues associated with this milestone can be found using this filter.

Added

  • Console Log disabling added to README

Fixed

  • Check for remaining properties on MPProduct

Commerce Event Compatibility

28 Nov 23:49
Compare
Choose a tag to compare

All issues associated with this milestone can be found using this filter.

Added

  • Swift 2.3 Support
  • Travis support for automated testing
  • mParticle enhanced eCommerce event flow support
    • Product support
    • Product View Logging support
    • Purchase event support
    • Checkout Tracking support

Updated

  • README formatting

Fixed

  • Added missing documentation