Skip to content

Releases: snowplow-incubator/snowplow-webview-tracker

Version 0.3.0

16 Jan 14:33
Compare
Choose a tag to compare

Adds a new method, trackWebViewEvent that allows the tracking and forwarding of any Snowplow event. This method will be used in the new WebView plugin for Snowplow web trackers.

New features

  • Integrate with new mobile interfaces (#19)

Version 0.2.1

19 Feb 13:21
Compare
Choose a tag to compare

This release fixes a problem with module resolution for first and third-party dependencies using require and import. Thanks to @jordmccord for the contribution!

Bug fixes

  • Fix module resolution for first and third-party dependencies using require and import (#15)

Under the hood

  • Update example app dependencies
  • Update tracker dev dependencies

Version 0.2.0

06 Oct 09:48
Compare
Choose a tag to compare

This release adds support for communicating with the React Native tracker and adds an example Web view app.

  • Add support for React Native (#5)
  • Add example app (#6)
  • Send null values instead of undefined to Android backend (#12)
  • Fix links to README (#9)

Version 0.1.0

31 Aug 10:11
Compare
Choose a tag to compare
Merge branch 'release/0.1.0'